@alfalab/icons-glyph 2.69.0 → 2.70.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.
Files changed (49) hide show
  1. package/PenNibMIcon.d.ts +3 -0
  2. package/PenNibMIcon.js +1 -0
  3. package/ReceiptCheckmarkMIcon.d.ts +3 -0
  4. package/ReceiptCheckmarkMIcon.js +1 -0
  5. package/RubMIcon.d.ts +3 -0
  6. package/RubMIcon.js +1 -0
  7. package/RubSIcon.d.ts +3 -0
  8. package/RubSIcon.js +1 -0
  9. package/RubSquareMIcon.d.ts +3 -0
  10. package/RubSquareMIcon.js +1 -0
  11. package/ScrewdriverPaintBrushMIcon.d.ts +3 -0
  12. package/ScrewdriverPaintBrushMIcon.js +1 -0
  13. package/SlidersMIcon.d.ts +3 -0
  14. package/SlidersMIcon.js +1 -0
  15. package/SoundCrossMMIcon.d.ts +3 -0
  16. package/SoundCrossMMIcon.js +1 -0
  17. package/StarOffMIcon.js +1 -1
  18. package/StopSignMIcon.d.ts +3 -0
  19. package/StopSignMIcon.js +1 -0
  20. package/SumMIcon.d.ts +3 -0
  21. package/SumMIcon.js +1 -0
  22. package/SwitchMIcon.d.ts +3 -0
  23. package/SwitchMIcon.js +1 -0
  24. package/TicketStarMIcon.d.ts +3 -0
  25. package/TicketStarMIcon.js +1 -0
  26. package/UsdLineMIcon.d.ts +3 -0
  27. package/UsdLineMIcon.js +1 -0
  28. package/UserFaceMIcon.d.ts +3 -0
  29. package/UserFaceMIcon.js +1 -0
  30. package/UserScanMIcon.d.ts +3 -0
  31. package/UserScanMIcon.js +1 -0
  32. package/UserTieMIcon.d.ts +3 -0
  33. package/UserTieMIcon.js +1 -0
  34. package/UserVoiceMIcon.d.ts +3 -0
  35. package/UserVoiceMIcon.js +1 -0
  36. package/UsersMIcon.d.ts +3 -0
  37. package/UsersMIcon.js +1 -0
  38. package/UsersSIcon.d.ts +3 -0
  39. package/UsersSIcon.js +1 -0
  40. package/WalletMIcon.js +1 -1
  41. package/WalletRetroMIcon.d.ts +3 -0
  42. package/WalletRetroMIcon.js +1 -0
  43. package/WorldBanknoteMIcon.d.ts +3 -0
  44. package/WorldBanknoteMIcon.js +1 -0
  45. package/WorldSegmentedCashMIcon.d.ts +3 -0
  46. package/WorldSegmentedCashMIcon.js +1 -0
  47. package/WorldSegmentedCashSIcon.d.ts +3 -0
  48. package/WorldSegmentedCashSIcon.js +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const PenNibMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default PenNibMIcon;
package/PenNibMIcon.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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M21.608 8.05L15.95 2.394l-2.216 2.215-3.683 1.414a6 6 0 00-3.527 3.66l-2.949 8.62.531.531 5.446-5.445a1.497 1.497 0 111.06 1.059l-5.447 5.445.531.532 8.637-2.958a6 6 0 003.643-3.487l1.481-3.78 2.15-2.15z"}))};exports.PenNibMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ReceiptCheckmarkMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ReceiptCheckmarkMIcon;
@@ -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:"M5 2a1 1 0 00-1 1v19.8c0 .057.026.11.07.145a.32.32 0 00.353 0c1.086-.844 2.058-1.598 3.64-1.616 1.635-.019 2.643.748 3.76 1.616a.32.32 0 00.353 0l.005-.004c1.105-.858 2.074-1.61 3.685-1.612 1.614-.003 2.606.758 3.711 1.616a.32.32 0 00.352 0A.182.182 0 0020 22.8V3a1 1 0 00-1-1H5zm5.5 14L17 9.5 15.5 8l-5 5-2-2L7 12.5l3.5 3.5z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.ReceiptCheckmarkMIcon=r,exports.default=r;
package/RubMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RubMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RubMIcon;
package/RubMIcon.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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M4.46 16.793v1.49h2.597v3.045h2.914v-3.045h5.286v-1.49H9.971v-2.518h3.309c3.77 0 6.249-2.452 6.249-5.788 0-3.348-2.426-5.827-6.157-5.827H7.057v10.112H4.46v1.503h2.597v2.518H4.46zM9.97 5.125h2.585c2.676 0 4.008 1.306 4.008 3.375 0 2.084-1.345 3.389-4.008 3.389H9.97V5.125z"}))};exports.RubMIcon=l,exports.default=l;
package/RubSIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RubSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RubSIcon;
package/RubSIcon.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:"M3 11.346h1.564V13h2.411v-1.654h3.16v-.796h-3.16V9.238H9c2.387 0 4-1.456 4-3.603v-.016C13 3.479 11.395 2 9.008 2H4.564v6.443H3v.795h1.564v1.312H3v.796zm3.975-3.898V3.853h1.35c1.473 0 2.23.644 2.23 1.79v.016c0 1.145-.765 1.79-2.23 1.79h-1.35z"}))};exports.RubSIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RubSquareMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RubSquareMIcon;
@@ -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,a=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:"M13.5 8H10v4h3.5a2 2 0 000-4z"}),r.createElement("path",{d:"M5 3a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2H5zm8.5 3H8v6.25H6.33v1.5H8V15H6.33v1.5H8V18h2v-1.5h5.5V15H10v-1.25h3.5c2.14 0 4.005-1.394 4.005-3.75S15.64 6 13.5 6z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.RubSquareMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const ScrewdriverPaintBrushMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default ScrewdriverPaintBrushMIcon;
@@ -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,a=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:"M6 2L5 5.333c.234.468.59.802 1 1.005v5.994a1 1 0 00-1 1V20a2 2 0 104 0v-6.668a1 1 0 00-1-1V6.338c.41-.203.766-.537 1-1.005L8 2H6zm14 0h-8v6h8V2zm-8 8.261V10h8v.261c0 .46-.237.887-.627 1.13l-1.728 1.081.272 7.53a1.918 1.918 0 11-3.834 0l.272-7.53-1.728-1.08A1.333 1.333 0 0112 10.26z"}))};exports.ScrewdriverPaintBrushMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SlidersMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SlidersMIcon;
@@ -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,a=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:"M16.663 5.748H21v2.5h-4.332a2.499 2.499 0 01-4.336 0H3v-2.5h9.337a2.499 2.499 0 014.326 0zm4.337 10h-9.335a2.499 2.499 0 00-4.33 0H3v2.5h4.334a2.499 2.499 0 004.332 0H21v-2.5z"}))};exports.SlidersMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SoundCrossMMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SoundCrossMMIcon;
@@ -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",width:"24",height:"24",viewBox:"0 0 24 24"},e,{fill:"none"}),r.createElement("path",{d:"M3 8h3.008l4.332-2.803A1.05 1.05 0 0112 6.05v11.9a1.05 1.05 0 01-1.66.853L6.008 16H3a1 1 0 01-1-1V9a1 1 0 011-1zm17.583 8L18 13.416 15.417 16 14 14.583 16.583 12 14 9.417 15.417 8 18 10.583l2.583-2.582L22 9.417 19.417 12 22 14.582 20.583 16z",fill:"#000"}))};exports.SoundCrossMMIcon=l,exports.default=l;
package/StarOffMIcon.js CHANGED
@@ -1 +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:"M9.722 7.093v.002L5.998 3.373 4.5 4.872l4.056 4.055a1 1 0 01-.18.024l-5.117.224c-.924.04-1.303 1.206-.579 1.782l4.009 3.188a1 1 0 01.34 1.05l-1.368 4.936c-.247.891.744 1.612 1.516 1.101l4.271-2.827a1 1 0 011.104 0l4.271 2.827c.772.51 1.763-.21 1.516-1.1l-.545-1.966 3.21 3.21 1.499-1.5-5.44-5.44-7.341-7.343zm8.818 6.075l2.78-2.211c.724-.576.345-1.742-.58-1.782l-5.116-.224a1 1 0 01-.893-.648l-1.794-4.798c-.324-.866-1.55-.866-1.874 0l-.595 1.591 8.072 8.072z"}))};exports.StarOffMIcon=r,exports.default=r;
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:"M9.721 7.094v.001L5.999 3.373l-1.5 1.5 4.056 4.055a1 1 0 01-.179.024l-5.117.223c-.924.04-1.303 1.206-.58 1.782l4.01 3.189a1 1 0 01.34 1.05L5.661 20.13c-.247.892.744 1.612 1.515 1.102l4.272-2.827a1 1 0 011.104 0l4.27 2.827c.772.51 1.764-.21 1.517-1.102l-.545-1.965 3.21 3.21 1.499-1.5-5.44-5.44-7.342-7.342zm8.819 6.074l2.78-2.211c.723-.576.345-1.741-.58-1.782l-5.117-.223a1 1 0 01-.893-.65l-1.794-4.797c-.324-.866-1.55-.866-1.873 0l-.595 1.592 8.072 8.071z"}))};exports.StarOffMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const StopSignMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default StopSignMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm5-12H7v4h10v-4z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.StopSignMIcon=l,exports.default=l;
package/SumMIcon.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SumMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SumMIcon;
package/SumMIcon.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,a=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:"M4 17.464a1 1 0 01.36-.769L10 12 4.36 7.305A1 1 0 014 6.536V4a1 1 0 011-1h14a1 1 0 011 1v5h-2V7H9.914l5.546 5-5.546 5H18v-2h2v5a1 1 0 01-1 1H5a1 1 0 01-1-1v-2.536z"}))};exports.SumMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SwitchMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SwitchMIcon;
package/SwitchMIcon.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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M9 4a8 8 0 100 16h6a8 8 0 100-16H9zm6 13a5 5 0 100-10 5 5 0 000 10z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.SwitchMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const TicketStarMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default TicketStarMIcon;
@@ -0,0 +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:"M4 4a2 2 0 00-2 2v3.17a3.001 3.001 0 010 5.66V18a2 2 0 002 2h16a2 2 0 002-2v-3.17a3.001 3.001 0 010-5.66V6a2 2 0 00-2-2H4zm7.614 4.443a.412.412 0 01.772 0l.74 1.979c.058.155.203.26.369.268l2.11.092a.412.412 0 01.239.735l-1.653 1.315a.413.413 0 00-.141.433l.564 2.035a.412.412 0 01-.625.454l-1.761-1.165a.412.412 0 00-.456 0l-1.761 1.165a.412.412 0 01-.625-.454l.564-2.035a.412.412 0 00-.14-.433l-1.654-1.316a.412.412 0 01.24-.734l2.11-.092a.412.412 0 00.368-.268l.74-1.979z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.TicketStarMIcon=t,exports.default=t;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UsdLineMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UsdLineMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),c=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return c.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),c.createElement("g",{clipPath:"url(#prefix__clip0_18500_1203)"},c.createElement("path",{d:"M15 .344v2.069c4.246 1.225 7 5.038 7 9.586 0 4.549-2.754 8.361-7 9.587v2.069c5.418-1.289 9-6.035 9-11.656 0-5.62-3.582-10.367-9-11.655zm-6 23.31v-2.068c-3.609-1.04-6.13-3.948-6.814-7.572A10.858 10.858 0 012 11.999c0-4.548 2.754-8.36 7-9.586V.343C3.582 1.633 0 6.38 0 12c0 .815.075 1.613.221 2.386.859 4.549 4.156 8.17 8.779 9.27z"}),c.createElement("path",{d:"M12 16c1.185 0 2-.865 2-1.759 0-.205-.047-.302-.085-.357-.045-.068-.136-.157-.33-.262a4.934 4.934 0 00-.795-.318l-.388-.123a28.677 28.677 0 01-.728-.236 20.99 20.99 0 00-.617-.2 22.89 22.89 0 01-.47-.149 6.844 6.844 0 01-1.126-.46c-.37-.2-.748-.48-1.03-.895C8.141 10.814 8 10.315 8 9.76c0-1.808 1.318-3.23 3-3.64V4h2v2.12c1.682.41 3 1.832 3 3.639h-2C14 8.865 13.185 8 12 8s-2 .865-2 1.759c0 .205.047.302.085.357.045.068.136.157.33.262.198.108.456.206.795.318l.388.123c.236.074.497.156.728.236.22.075.414.136.618.2.146.045.299.093.47.149.363.12.762.263 1.126.46.368.2.747.48 1.029.895.29.427.431.926.431 1.482 0 1.807-1.318 3.229-3 3.639V20h-2v-2.12c-1.682-.41-3-1.832-3-3.639h2c0 .894.815 1.759 2 1.759z"})),c.createElement("defs",null,c.createElement("clipPath",{id:"prefix__clip0_18500_1203"},c.createElement("path",{d:"M0 0h24v24H0z"}))))};exports.UsdLineMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UserFaceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UserFaceMIcon;
@@ -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,c=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:"M5.01 1.124C5.545.987 6 1.448 6 2c0 .553-.475.98-.959 1.245A2 2 0 004 5v4a2 2 0 001.041 1.756C5.525 11.02 6 11.448 6 12c0 .553-.455 1.013-.99.877A4.002 4.002 0 012 9V5a4.002 4.002 0 013.01-3.876zM18 12c0-.552.474-.979.959-1.244A2 2 0 0020 9V5a2 2 0 00-1.041-1.755C18.474 2.98 18 2.553 18 2c0-.552.455-1.013.99-.876A4.001 4.001 0 0122 5v4a4.002 4.002 0 01-3.01 3.877c-.535.136-.99-.324-.99-.877zm-2-4.5c0-2.476-1-5-4-5s-4 2.478-4 5c0 2.523 1.773 4.5 4 4.5 2.227 0 4-2.023 4-4.5zM21 20v2H3v-2c.059-.87.452-1.39 1.054-2.02C5.321 16.652 7.992 15 12 15c4.392 0 6.975 1.756 8.108 3.074.497.577.84 1.166.892 1.926z"}))};exports.UserFaceMIcon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UserScanMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UserScanMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M15.015 5.685C14.785 5.225 14.496 5 14 5V3c1.412 0 2.312.806 2.804 1.792.461.923.59 2.039.59 2.957 0 1.09-.29 2.115-.864 2.894C15.944 11.438 15.066 12 14 12v-2c.351 0 .662-.193.92-.544.271-.367.473-.95.473-1.707 0-.785-.117-1.541-.378-2.064zm2.448 9.606c1.001.481 1.898 1.106 2.419 1.676.202.221.459.516.672.855.211.337.419.788.453 1.307V21H14v-2l4.934.016c-.131-.262-.333-.486-.53-.7-.292-.321-.95-.81-1.806-1.222-.85-.408-1.782-.686-2.592-.686v-2c1.213 0 2.45.4 3.457.883z",fillRule:"evenodd",clipRule:"evenodd"}),r.createElement("path",{d:"M10 21v2h2V1h-2v2.053c-2.052.361-2.757 2.493-2.757 4.66 0 2.104 1.177 3.805 2.757 4.17v2.537c-3.049.18-5.1 1.618-6.106 2.79-.51.595-.844 1.085-.894 1.905V21h7z"}))};exports.UserScanMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UserTieMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UserTieMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M16 6.75c0-2.476-1-5-4-5s-4 2.477-4 5 1.773 4.5 4 4.5c2.227 0 4-2.024 4-4.5zM4.054 17.405c1.052-1.26 3.072-2.775 6.022-3.253L11 16l-.857 6H3v-2.286c.059-.994.452-1.588 1.054-2.31zM13 16l.924-1.848c2.95.478 4.97 1.993 6.022 3.253.602.721.995 1.315 1.054 2.31V22h-7.143L13 16z"}))};exports.UserTieMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UserVoiceMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UserVoiceMIcon;
@@ -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,c=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:"M11 1.5c3 0 4 2.524 4 5S13.227 11 11 11c-2.227 0-4-1.977-4-4.5 0-2.523 1-5 4-5zM20 21v-2c-.052-.76-.395-1.35-.892-1.927C17.975 15.756 15.392 14 11 14c-4.008 0-6.68 1.652-7.946 2.98-.602.63-.995 1.15-1.054 2.02v2h18zm-.366-17.707a1 1 0 011.415 0A6.637 6.637 0 0123 8c0 1.702-.65 3.408-1.951 4.707a1 1 0 11-1.414-1.414A4.64 4.64 0 0021 8a4.637 4.637 0 00-1.365-3.293 1 1 0 010-1.414zm-1.371 2.586a1 1 0 10-1.414 1.414c.195.195.293.45.293.707a.994.994 0 01-.293.707 1 1 0 001.414 1.414A2.994 2.994 0 0019.142 8c0-.766-.293-1.536-.879-2.121z"}))};exports.UserVoiceMIcon=c,exports.default=c;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UsersMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UsersMIcon;
package/UsersMIcon.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,s=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:"M4.532 7.11C4.532 5.073 5.274 3 7.5 3s2.968 2.036 2.968 4.11c0 2.072-1.315 3.697-2.968 3.697S4.532 9.144 4.532 7.11zm10 2.5c0-2.036.742-4.11 2.968-4.11s2.968 2.036 2.968 4.11c0 2.072-1.315 3.697-2.968 3.697s-2.968-1.663-2.968-3.698zM1 17.462v2.846h13v-2.846c-.043-.804-.326-1.283-.761-1.866-.915-1.225-2.844-2.75-5.739-2.75-3.172 0-5.037 1.621-5.856 2.837-.359.533-.607 1.077-.644 1.779zm14.543-1.939a8.543 8.543 0 011.957-.215c2.45 0 4.082 1.021 4.856 1.843.368.39.608.711.644 1.25v1.907h-7v-2.9l-.003-.052a4.758 4.758 0 00-.454-1.833z"}))};exports.UsersMIcon=s,exports.default=s;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const UsersSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default UsersSIcon;
package/UsersSIcon.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,s=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.548 5.9c0-.941.343-1.9 1.372-1.9 1.028 0 1.371.941 1.371 1.9 0 .958-.608 1.709-1.372 1.709-.763 0-1.371-.769-1.371-1.71zM9.17 7.055c0-.94.343-1.9 1.372-1.9 1.028 0 1.372.942 1.372 1.9s-.608 1.71-1.372 1.71c-.764 0-1.372-.77-1.372-1.71zm-6.255 3.629V12h6.009v-1.316c-.02-.37-.151-.592-.352-.862-.423-.566-1.314-1.27-2.653-1.27-1.466 0-2.328.748-2.706 1.31-.166.247-.28.498-.298.822zm6.722-.896c.265-.062.566-.1.905-.1 1.132 0 1.886.473 2.244.853.17.18.281.329.298.577V12H9.848v-1.364a2.2 2.2 0 00-.21-.848z"}))};exports.UsersSIcon=s,exports.default=s;
package/WalletMIcon.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M8 5a2 2 0 114 0 2 2 0 112 2h6a1 1 0 011 1v2a1 1 0 11-2 0v-.6a.4.4 0 00-.4-.4H5.4a.4.4 0 00-.4.4v.6a1 1 0 11-2 0V8a1 1 0 011-1h6a2 2 0 01-2-2zm-.333 6a.667.667 0 00-.667.667C7 12.403 6.403 13 5.667 13H3.693a1 1 0 00-.936.649L1.52 16.947C.784 18.907 2.234 21 4.329 21H19.67c2.095 0 3.544-2.092 2.809-4.053l-1.237-3.298a1 1 0 00-.936-.649h-1.974A1.333 1.333 0 0117 11.667a.667.667 0 00-.667-.667H7.667z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WalletMIcon=l,exports.default=l;
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:"M18.283 6.619L5.859 7.734c-.69.088-.859.493-.859.99V9h14a2 2 0 012 2v8a2 2 0 01-2 2H5a2 2 0 01-2-2V8.724C3 7.231 3.606 6 5.576 5.754l10.534-.946a2 2 0 012.158 1.71l.015.1zM15 15.01c0 1.12.891 1.989 2.011 1.989S19 16.131 19 15.011 18.131 13 17.011 13A2 2 0 0015 15.011z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WalletMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WalletRetroMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WalletRetroMIcon;
@@ -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:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M8 5a2 2 0 114 0 2 2 0 112 2h6v2H4V7h6a2 2 0 01-2-2zm14.521 13.608L21 11H3l-1.522 7.608A2 2 0 003.439 21h17.12a2 2 0 001.962-2.392z"}))};exports.WalletRetroMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldBanknoteMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldBanknoteMIcon;
@@ -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,l=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:"M22 12c0 .338 0 1-.2 2H17v-4a1 1 0 00-1-1h-1.49a1 1 0 01-.81-.413L11.88 6.08a1 1 0 01-.03-1.13l.604-.937a7.965 7.965 0 00-4.174.903l.368.262a1 1 0 01-.107 1.694L6.672 7.88a1 1 0 01-.475.12H5.07a7.951 7.951 0 00-.818 2h4.566c.377 0 .682.305.682.682 0 .376.305.682.682.682h2.443a1 1 0 011 1V14H7v6.662A9.996 9.996 0 012 12C2 6.477 6.477 2 12 2s10 4.477 10 10z"}),a.createElement("path",{d:"M9 23h13v-7H9v7zm8.5-3.5a2 2 0 11-4 0 2 2 0 014 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldBanknoteMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldSegmentedCashMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldSegmentedCashMIcon;
@@ -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:"M10.113 4a13.924 13.924 0 00-.605 2h4.984a13.923 13.923 0 00-.605-2c-.552-1.407-1.23-2.317-1.887-2.821-.657.504-1.335 1.414-1.887 2.82zM3.338 6a10.025 10.025 0 015.844-4.597c-.35.554-.662 1.18-.931 1.866a16.387 16.387 0 00-.789 2.73H3.338zm-.88 2A9.996 9.996 0 002 11c0 1.045.16 2.053.458 3h4.697A27.874 27.874 0 017 11c0-1.062.054-2.063.155-3H2.458zm.88 8A10.049 10.049 0 007 19.662V16H3.338zM22 11a9.98 9.98 0 01-.458 3h-4.697A27.88 27.88 0 0017 11c0-1.062-.054-2.063-.155-3h4.697A9.98 9.98 0 0122 11zm-7.182-9.597A10.024 10.024 0 0120.662 6h-4.124a16.39 16.39 0 00-.789-2.731 11.077 11.077 0 00-.93-1.866zM9.168 8A25.58 25.58 0 009 11c0 1.081.06 2.082.168 3h5.664c.108-.918.168-1.919.168-3 0-1.082-.06-2.082-.168-3H9.168z"}),a.createElement("path",{d:"M9 16h13v7H9v-7zm8.5 3.5a2 2 0 11-4 0 2 2 0 014 0z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.WorldSegmentedCashMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const WorldSegmentedCashSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default WorldSegmentedCashSIcon;
@@ -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,a=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("g",{clipPath:"url(#prefix__clip0_18363_1158)"},l.createElement("path",{d:"M6.585 2c-.175.443-.328.943-.454 1.5h3.738A10.444 10.444 0 009.415 2C9.002.944 8.493.261 8-.117 7.507.262 6.998.944 6.585 1.999zM1.503 3.5A7.518 7.518 0 015.886.052a8.304 8.304 0 00-.698 1.4A12.29 12.29 0 004.597 3.5H1.503zM.843 5A7.497 7.497 0 00.5 7.25c0 .784.12 1.54.343 2.25h3.524a20.905 20.905 0 01-.117-2.25c0-.797.04-1.547.117-2.25H.843zm.66 6a7.536 7.536 0 002.747 2.746V11H1.503z"}),l.createElement("path",{d:"M5.75 11h9.75v5.25H5.75V11zm6.75 2.625a1.875 1.875 0 11-3.75 0 1.875 1.875 0 013.75 0z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M15.5 7.25c0 .784-.12 1.54-.343 2.25h-3.524c.077-.703.117-1.454.117-2.25 0-.797-.04-1.547-.117-2.25h3.524c.223.71.343 1.466.343 2.25zM10.114.052A7.518 7.518 0 0114.497 3.5h-3.094a12.296 12.296 0 00-.591-2.049 8.304 8.304 0 00-.698-1.4zM5.876 5a19.184 19.184 0 00-.126 2.25c0 .81.045 1.561.126 2.25h4.248c.081-.689.126-1.44.126-2.25 0-.811-.045-1.562-.126-2.25H5.876z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_18363_1158"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.WorldSegmentedCashSIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.69.0",
3
+ "version": "2.70.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",