@alfalab/icons-glyph 2.205.0 → 2.207.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/ApelsinMIcon.js CHANGED
@@ -1 +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:"M17.288 11.5c0 4.142-3.422 7.5-7.644 7.5C5.422 19 2 15.642 2 11.5 2 7.358 5.422 4 9.644 4c4.222 0 7.644 3.358 7.644 7.5zM15.56 4.28c-2.447.557-3.671 4.216-2.735 8.172.935 3.955 3.677 6.712 6.124 6.155 2.447-.558 3.672-4.216 2.736-8.173-.937-3.956-3.679-6.712-6.125-6.154z"}))};exports.ApelsinMIcon=l,exports.default=l;
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:"M17.288 12c0 4.142-3.422 7.5-7.644 7.5C5.422 19.5 2 16.142 2 12c0-4.142 3.422-7.5 7.644-7.5 4.222 0 7.644 3.358 7.644 7.5zM15.56 4.78c-2.447.557-3.671 4.216-2.735 8.172.935 3.955 3.677 6.712 6.124 6.155 2.447-.558 3.672-4.216 2.736-8.173-.937-3.956-3.679-6.712-6.125-6.154z"}))};exports.ApelsinMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PencilLockMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PencilLockMIcon;
@@ -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,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PencilLockSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PencilLockSIcon;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.205.0",
3
+ "version": "2.207.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",