@alfalab/icons-glyph 2.46.0 → 2.47.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.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockClosedCircleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockClosedCircleMIcon;
@@ -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:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM9.143 8.75C9.143 7.231 10.422 6 12 6c1.578 0 2.857 1.231 2.857 2.75v1.65H16v5.5c0 .607-.512 1.1-1.143 1.1H9.143C8.512 17 8 16.508 8 15.9v-5.5h1.143V8.75zm4.571 0v1.65h-3.428V8.75c0-.911.767-1.65 1.714-1.65s1.714.739 1.714 1.65zM12 14.8c.631 0 1.1-.493 1.1-1.1 0-.607-.469-1.1-1.1-1.1-.631 0-1.1.492-1.1 1.1 0 .607.469 1.1 1.1 1.1z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M13.1 13.7a1.1 1.1 0 11-2.2 0 1.1 1.1 0 012.2 0z"}))};exports.LockClosedCircleMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockClosedCircleSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockClosedCircleSIcon;
@@ -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:"M15 8A7 7 0 111 8a7 7 0 0114 0zM5.857 6c0-1.105.96-2 2.143-2 1.183 0 2.143.895 2.143 2v1.2H11v4c0 .442-.384.8-.857.8H5.857C5.384 12 5 11.642 5 11.2v-4h.857V6zm3.429 0v1.2H6.714V6c0-.663.576-1.2 1.286-1.2.71 0 1.286.537 1.286 1.2zM8 10.4a.78.78 0 00.8-.8.78.78 0 00-.8-.8.78.78 0 00-.8.8c0 .442.327.8.8.8z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M8.8 9.6a.8.8 0 11-1.6 0 .8.8 0 011.6 0z"}))};exports.LockClosedCircleSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LockClosedCircleXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LockClosedCircleXxlIcon;
@@ -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:"48",height:"48",viewBox:"0 0 48 48"},e),l.createElement("path",{d:"M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4 4 12.954 4 24s8.954 20 20 20zm-5.714-26.5c0-3.038 2.558-5.5 5.714-5.5 3.156 0 5.714 2.462 5.714 5.5v3.3H32v11c0 1.215-1.023 2.2-2.286 2.2H18.286C17.023 34 16 33.015 16 31.8v-11h2.286v-3.3zm9.143 0v3.3H20.57v-3.3c0-1.822 1.535-3.3 3.429-3.3 1.893 0 3.429 1.478 3.429 3.3zM24 29.556a2.208 2.208 0 002.222-2.223c0-1.215-.96-2.222-2.222-2.222a2.208 2.208 0 00-2.222 2.222c0 1.215.96 2.223 2.222 2.223z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M26.222 27.333A2.238 2.238 0 0124 29.556a2.238 2.238 0 01-2.222-2.223A2.238 2.238 0 0124 25.111a2.238 2.238 0 012.222 2.222z"}))};exports.LockClosedCircleXxlIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.46.0",
3
+ "version": "2.47.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",