@alfalab/icons-glyph 2.205.0 → 2.206.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/PencilLockMIcon.d.ts +3 -0
- package/PencilLockMIcon.js +1 -0
- package/PencilLockSIcon.d.ts +3 -0
- package/PencilLockSIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M16.453 3.294a1 1 0 011.418 0l2.835 2.835a1.002 1.002 0 010 1.417l-1.58 1.581-.217.217-4.253-4.253 1.797-1.797zm-.47 6.13l-2.83-2.83L3 16.747V21h4.253l5.753-5.753A5.046 5.046 0 0113 15v-1c0-2.043 1.226-3.8 2.982-4.576zM19 14v1h-2v-1a1 1 0 112 0zm-5 1h1v-1a3 3 0 116 0v1h1v4a2 2 0 01-2 2h-4a2 2 0 01-2-2v-4z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PencilLockMIcon=r,exports.default=r;
|
|
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M14.792 4.05a.643.643 0 000-.947l-1.895-1.895a.643.643 0 00-.948 0L10.528 2.63l2.842 2.843 1.422-1.421zM9 9.252a3.752 3.752 0 012.664-3.59L9.58 3.577 2 11.157V14h2.843L9 9.843V9.25zm4.5-.007v.75H12v-.75a.75.75 0 011.5 0zm1.5 0v.75h.5v2.5a1.5 1.5 0 01-1.5 1.5h-2.5a1.5 1.5 0 01-1.5-1.5v-2.5h.5v-.75a2.25 2.25 0 014.5 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.PencilLockSIcon=r,exports.default=r;
|