demio-ui 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -856,6 +856,8 @@ function _extends$1j() { return _extends$1j = Object.assign ? Object.assign.bind
|
|
|
856
856
|
var SvgCameraOutlined = function SvgCameraOutlined(props) {
|
|
857
857
|
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
858
858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
859
|
+
width: "1em",
|
|
860
|
+
height: "1em",
|
|
859
861
|
fill: "none"
|
|
860
862
|
}, props), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
861
863
|
clipPath: "url(#a)"
|
|
@@ -1604,6 +1606,8 @@ function _extends$E() { return _extends$E = Object.assign ? Object.assign.bind()
|
|
|
1604
1606
|
var SvgMicOutlined = function SvgMicOutlined(props) {
|
|
1605
1607
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1606
1608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1609
|
+
width: "1em",
|
|
1610
|
+
height: "1em",
|
|
1607
1611
|
fill: "none"
|
|
1608
1612
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
1609
1613
|
fill: "#98a2b3",
|