demio-ui 2.1.27 → 2.1.29
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.css +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/types.d.ts +2 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -625,9 +625,8 @@ function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : func
|
|
|
625
625
|
var SvgClose = function SvgClose(props) {
|
|
626
626
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
627
627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
fill: "none"
|
|
628
|
+
fill: "none",
|
|
629
|
+
viewBox: "0 0 24 24"
|
|
631
630
|
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
632
631
|
fill: "#5D676B",
|
|
633
632
|
d: "m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"
|