@alfalab/icons-glyph 2.128.0 → 2.130.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/CopyLineSIcon.d.ts +3 -0
- package/CopyLineSIcon.js +1 -0
- package/CopyLineXxlIcon.d.ts +3 -0
- package/CopyLineXxlIcon.js +1 -0
- package/PushpinVerticalMIcon.d.ts +3 -0
- package/PushpinVerticalMIcon.js +1 -0
- package/PushpinVerticalOffMIcon.d.ts +3 -0
- package/PushpinVerticalOffMIcon.js +1 -0
- package/package.json +1 -1
package/CopyLineSIcon.js
ADDED
|
@@ -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,l=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:"M6.375 0C5.478 0 4.75.716 4.75 1.6h8.125v11.2c.898 0 1.625-.716 1.625-1.6V1.6c0-.884-.727-1.6-1.625-1.6h-6.5z"}),r.createElement("path",{d:"M3.125 3.2c-.897 0-1.625.716-1.625 1.6v9.6c0 .884.728 1.6 1.625 1.6h6.5c.898 0 1.625-.716 1.625-1.6V4.8c0-.884-.727-1.6-1.625-1.6h-6.5zm6.5 1.6h-6.5v9.6h6.5V4.8z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CopyLineSIcon=l,exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"48",height:"48",viewBox:"0 0 48 48"},e),a.createElement("path",{d:"M20 4a4 4 0 00-4 4h20v28a4 4 0 004-4V8a4 4 0 00-4-4H20z"}),a.createElement("path",{d:"M12 12a4 4 0 00-4 4v24a4 4 0 004 4h16a4 4 0 004-4V16a4 4 0 00-4-4H12zm16 4H12v24h16V16z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CopyLineXxlIcon=l,exports.default=l;
|
|
@@ -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,l=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:"M16.5 9a5.8 5.8 0 01.818.669C18.458 10.809 19 12.387 19 14h-5.5v6.5L12 22l-1.5-1.5V14H5c0-1.613.551-3.2 1.691-4.34A5.72 5.72 0 017.5 9V3.5C7.5 2.547 8.016 2 9 2h6c1.031 0 1.5.588 1.5 1.5V9z"}))};exports.PushpinVerticalMIcon=l,exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M7.5 7l7 7 5.75 5.75L19 21l-5.5-5.5v5L12 22l-1.5-1.5V14H5c0-1.613.551-3.2 1.691-4.34.169-.168.339-.313.52-.45L2 4l1.25-1.25L7.5 7zM19 14h-2L7.5 4.5v-1C7.5 2.547 8.016 2 9 2h6c1.031 0 1.5.588 1.5 1.5V9a5.8 5.8 0 01.818.669C18.458 10.809 19 12.387 19 14z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PushpinVerticalOffMIcon=r,exports.default=r;
|