demio-ui 2.2.0 → 2.2.1
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 +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1479,7 +1479,7 @@ function _extends$z() { return _extends$z = Object.assign ? Object.assign.bind()
|
|
|
1479
1479
|
var SvgMicBold = function SvgMicBold(props) {
|
|
1480
1480
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1481
1481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1482
|
-
viewBox: "0 0
|
|
1482
|
+
viewBox: "0 0 20 20"
|
|
1483
1483
|
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1484
1484
|
d: "M7.215 19.986a2.12 2.12 0 0 1 1.488-2.044v-2.045a6.47 6.47 0 0 1-3.412-1.84 6.6 6.6 0 0 1-1.406-2.134 6.8 6.8 0 0 1-.525-2.624v-.9a1.736 1.736 0 0 1 1.726-1.758v2.658a4.96 4.96 0 0 0 1.44 3.524 4.85 4.85 0 0 0 5.284 1.117 4.9 4.9 0 0 0 1.589-1.035l.075-.082a4.96 4.96 0 0 0 1.44-3.524V6.64a1.743 1.743 0 0 1 1.726 1.758v.907c0 .9-.176 1.791-.518 2.624a6.8 6.8 0 0 1-1.427 2.14 6.47 6.47 0 0 1-3.412 1.84v2.045A2.12 2.12 0 0 1 12.771 20zM6.39 9.3V3.887A3.6 3.6 0 0 1 8.493.324a3.614 3.614 0 0 1 4.863 1.981c.178.459.26.948.24 1.439v5.555a3.6 3.6 0 0 1-1.006 2.57 3.614 3.614 0 0 1-6.214-2.427l.014-.143Z"
|
|
1485
1485
|
})));
|