@xqmsg/ui-core 0.18.3 → 0.18.4
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/ui-core.cjs.development.js +2 -2
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +2 -2
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/icons/folder/fill/folder-fill.svg +2 -2
- package/src/components/icons/folder/outline/folder-outline.svg +1 -1
|
@@ -2217,7 +2217,7 @@ var SvgFolderFill = function SvgFolderFill(props, ref) {
|
|
|
2217
2217
|
ref: ref
|
|
2218
2218
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
2219
2219
|
d: "M2 .4A1.4 1.4 0 0 0 .6 1.8v2.609A2.588 2.588 0 0 1 2 4h10c.516 0 .996.15 1.4.409V3.4A1.4 1.4 0 0 0 12 2H8.131a.2.2 0 0 1-.141-.059L6.859.81a1.4 1.4 0 0 0-.99-.41H2ZM2 5.2A1.4 1.4 0 0 0 .6 6.6v3.6A1.4 1.4 0 0 0 2 11.6h10a1.4 1.4 0 0 0 1.4-1.4V6.6A1.4 1.4 0 0 0 12 5.2H2Z",
|
|
2220
|
-
fill: "#
|
|
2220
|
+
fill: "#0082ff"
|
|
2221
2221
|
})));
|
|
2222
2222
|
};
|
|
2223
2223
|
var ForwardRef$e = /*#__PURE__*/React.forwardRef(SvgFolderFill);
|
|
@@ -2246,7 +2246,7 @@ var SvgFolderOutline = function SvgFolderOutline(props, ref) {
|
|
|
2246
2246
|
ref: ref
|
|
2247
2247
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
2248
2248
|
d: "M1 6.538v-.461c0-.765.62-1.385 1.385-1.385h9.23c.765 0 1.385.62 1.385 1.385v.461M7.653 2.576 6.347 1.27A.923.923 0 0 0 5.695 1h-3.31C1.62 1 1 1.62 1 2.385v7.384c0 .765.62 1.385 1.385 1.385h9.23c.765 0 1.385-.62 1.385-1.385V4.231c0-.765-.62-1.385-1.385-1.385h-3.31a.923.923 0 0 1-.652-.27Z",
|
|
2249
|
-
stroke: "#
|
|
2249
|
+
stroke: "#0082ff",
|
|
2250
2250
|
strokeLinecap: "round",
|
|
2251
2251
|
strokeLinejoin: "round"
|
|
2252
2252
|
})));
|