@alfalab/icons-glyph 2.82.0 → 2.83.0
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/CopyCompactMIcon.d.ts +3 -0
- package/CopyCompactMIcon.js +1 -0
- package/CopyCompactSIcon.d.ts +3 -0
- package/CopyCompactSIcon.js +1 -0
- package/CopyCompactXxlIcon.d.ts +3 -0
- package/CopyCompactXxlIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M18 4.8c0-.442-.336-.8-.75-.8h-7.5c-.414 0-.75.358-.75.8v.8h6.75c.414 0 .75.358.75.8v10.4h.75c.414 0 .75-.358.75-.8V4.8z"}),r.createElement("path",{d:"M14.25 7.2c.414 0 .75.358.75.8v11.2c0 .442-.336.8-.75.8h-7.5c-.414 0-.75-.358-.75-.8V8c0-.442.336-.8.75-.8h7.5z"}))};exports.CopyCompactMIcon=c,exports.default=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M13 2.6c0-.331-.28-.6-.625-.6h-6.25a.613.613 0 00-.625.6v.6h5.625c.345 0 .625.269.625.6v7.8h.625A.613.613 0 0013 11V2.6z"}),r.createElement("path",{d:"M9.875 4.4c.345 0 .625.269.625.6v8.4c0 .331-.28.6-.625.6h-6.25A.613.613 0 013 13.4V5c0-.331.28-.6.625-.6h6.25z"}))};exports.CopyCompactSIcon=c,exports.default=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),r.createElement("path",{d:"M37 9.6c0-.884-.727-1.6-1.625-1.6h-16.25c-.898 0-1.625.716-1.625 1.6v1.6h14.625c.898 0 1.625.716 1.625 1.6v20.8h1.625c.898 0 1.625-.716 1.625-1.6V9.6z"}),r.createElement("path",{d:"M28.875 14.4c.898 0 1.625.716 1.625 1.6v22.4c0 .884-.727 1.6-1.625 1.6h-16.25A1.613 1.613 0 0111 38.4V16c0-.884.727-1.6 1.625-1.6h16.25z"}))};exports.CopyCompactXxlIcon=c,exports.default=c;
|