@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
package/dist/ui-core.esm.js
CHANGED
|
@@ -2210,7 +2210,7 @@ var SvgFolderFill = function SvgFolderFill(props, ref) {
|
|
|
2210
2210
|
ref: ref
|
|
2211
2211
|
}, props), _path$e || (_path$e = /*#__PURE__*/createElement("path", {
|
|
2212
2212
|
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",
|
|
2213
|
-
fill: "#
|
|
2213
|
+
fill: "#0082ff"
|
|
2214
2214
|
})));
|
|
2215
2215
|
};
|
|
2216
2216
|
var ForwardRef$e = /*#__PURE__*/forwardRef(SvgFolderFill);
|
|
@@ -2239,7 +2239,7 @@ var SvgFolderOutline = function SvgFolderOutline(props, ref) {
|
|
|
2239
2239
|
ref: ref
|
|
2240
2240
|
}, props), _path$f || (_path$f = /*#__PURE__*/createElement("path", {
|
|
2241
2241
|
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",
|
|
2242
|
-
stroke: "#
|
|
2242
|
+
stroke: "#0082ff",
|
|
2243
2243
|
strokeLinecap: "round",
|
|
2244
2244
|
strokeLinejoin: "round"
|
|
2245
2245
|
})));
|