@alfalab/icons-glyph 2.250.0 → 2.251.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 BriefcaseSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BriefcaseSIcon;
@@ -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:"M4.8 2.556C4.8 1.696 5.516 1 6.4 1h3.2c.884 0 1.6.696 1.6 1.556V4h3.2c.884 0 1.6.696 1.6 1.556V7H0V5.556C0 4.696.716 4 1.6 4h3.2V2.556zm4.8 0V4H6.4V2.556h3.2zM16 8.5H0v4.944C0 14.304.716 15 1.6 15h12.8c.884 0 1.6-.697 1.6-1.556V8.5zm-6.4 0c0 .86-.716 1.556-1.6 1.556-.884 0-1.6-.696-1.6-1.556h3.2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.BriefcaseSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const CrownSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CrownSIcon;
package/CrownSIcon.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:"M.002 2.247c-.036-.407.485-.625.773-.325l3.577 3.744 3.324-4.51A.409.409 0 018 1c.122 0 .243.052.324.156l3.324 4.51 3.577-3.744c.287-.3.809-.082.773.325L15 10.5H1L.002 2.247zM.9 12.778A.79.79 0 011.7 12h12.5c.442 0 .8.348.8.778v1.444a.79.79 0 01-.8.778H1.7a.79.79 0 01-.8-.778v-1.444z"}))};exports.CrownSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const EyeScanMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default EyeScanMIcon;
@@ -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,r=function(e){return a.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),a.createElement("path",{d:"M4 18a2 2 0 002 2h2v2H6a4 4 0 01-4-4v-2h2v2zm18 0a4 4 0 01-4 4h-2v-2h2a2 2 0 002-2v-2h2v2zM12 9.987c.81 0 1.467.678 1.467 1.513 0 .835-.657 1.513-1.467 1.513s-1.467-.678-1.467-1.513c0-.835.657-1.513 1.467-1.513z"}),a.createElement("path",{d:"M12 6c3.498 0 6.608 2.287 8 5.5-1.392 3.213-4.502 5.5-8 5.5s-6.608-2.287-8-5.5C5.392 8.287 8.502 6 12 6zm0 2.429c-1.645 0-2.978 1.375-2.978 3.071 0 1.696 1.333 3.071 2.978 3.071 1.645 0 2.977-1.375 2.977-3.071 0-1.696-1.332-3.071-2.977-3.071z",fillRule:"evenodd",clipRule:"evenodd"}),a.createElement("path",{d:"M8 4H6a2 2 0 00-2 2v2H2V6a4 4 0 014-4h2v2zm10-2a4 4 0 014 4v2h-2V6a2 2 0 00-2-2h-2V2h2z"}))};exports.EyeScanMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.250.0",
3
+ "version": "2.251.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0",