@alfalab/icons-glyph 2.135.0 → 2.136.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/KeyMIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),a=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,t=function(e){return a.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M3.208 5.879a6.192 6.192 0 016.2-4.254A8.184 8.184 0 007.45 9.37a8.154 8.154 0 003.044 4.467 6.16 6.16 0 01-.948.146 1.24 1.24 0 01-.136.124l-.812.637a1.238 1.238 0 00-.428 1.305l.156.56c.134.481-.035.996-.428 1.305l-.457.359a1.238 1.238 0 00-.428 1.305l.156.56c.134.48-.035.996-.428 1.304l-1.4 1.1a1.238 1.238 0 01-1.958-.641l-.598-2.15a1.238 1.238 0 01.017-.718l2.166-6.604a6.19 6.19 0 01-1.761-6.55z"}),a.createElement("path",{d:"M19.119 12.168a6.19 6.19 0 00-5.36-10.897 6.19 6.19 0 00.679 12.1l1.798 6.711c.063.236.195.448.379.61l1.676 1.473a1.238 1.238 0 001.99-.533l.57-1.687a1.24 1.24 0 00-.355-1.327l-.436-.383a1.238 1.238 0 01-.356-1.327l.186-.55a1.24 1.24 0 00-.355-1.327l-.437-.383a1.238 1.238 0 01-.355-1.327l.33-.977c.02-.058.035-.116.046-.176zm-1.675-6.71a2.476 2.476 0 10-4.794 1.235v.001l4.782-1.281.012.044z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.KeyMIcon=t,exports.default=t;
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:"M21 8.5a6.5 6.5 0 01-9 6.002V19H9v3H6l-2-2v-2l5.074-5.92A6.5 6.5 0 1121 8.5zm-4 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.KeyMIcon=r,exports.default=r;
package/KeySIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const KeySIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default KeySIcon;
package/KeySIcon.js ADDED
@@ -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 5c0 2.872-2.128 5-5 5a5.29 5.29 0 01-2-.38v3.98H6V16H3.4c-1.28 0-2.133-1.067-2.4-1.6v-1.6l4.96-4.762C5.351 7.21 5 6.166 5 5c0-2.872 2.128-5 5-5s5 2.128 5 5zm-3 0a2 2 0 11-4 0 2 2 0 014 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.KeySIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const KeyXxlIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default KeyXxlIcon;
package/KeyXxlIcon.js ADDED
@@ -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:"M42 16.5C42 23.403 36.403 29 29.5 29a12.47 12.47 0 01-4.5-.835V37.5h-6V44h-7l-4-4.5v-4l11.1-12.064A12.44 12.44 0 0117 16.5C17 9.597 22.597 4 29.5 4S42 9.597 42 16.5zm-8 0a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.KeyXxlIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.135.0",
3
+ "version": "2.136.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",