@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.178 → 1.1.180

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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolderOpenFront: FC<CentralIconBaseProps>;
4
+ export default IconFolderOpenFront;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),F=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconFolderOpenFront:()=>i,default:()=>d});module.exports=F(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z",fill:"currentColor"})),d=i;0&&(module.exports={IconFolderOpenFront});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderOpenFront/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFolderOpenFront_exports","__export","IconFolderOpenFront","IconFolderOpenFront_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z",fill:"currentColor"}),t.createElement(n,{d:"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z",fill:"currentColor"})),P=a;export{a as IconFolderOpenFront,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolderOpenFront/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconImagineHead: FC<CentralIconBaseProps>;
4
+ export default IconImagineHead;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!g.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return C};var L=(C,r,o)=>(o=C!=null?i(B(C)):{},a(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(t({},"__esModule",{value:!0}),C);var v={};x(v,{IconImagineHead:()=>c,default:()=>d});module.exports=P(v);var n=L(require("react"));var m=L(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>m.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),c=C=>n.default.createElement(s,{...C},n.default.createElement(p.Path,{d:"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z",fill:"currentColor"})),d=c;0&&(module.exports={IconImagineHead});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconImagineHead/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ikBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,stCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8lBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagineHead_exports","__export","IconImagineHead","IconImagineHead_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:C=24,...t})=>p.createElement(l,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>r.createElement(n,{...o},r.createElement(e,{d:"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z",fill:"currentColor"}),r.createElement(e,{d:"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z",fill:"currentColor"}),r.createElement(e,{d:"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z",fill:"currentColor"})),g=a;export{a as IconImagineHead,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconImagineHead/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ikBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,stCACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8lBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconInfoSimple: FC<CentralIconBaseProps>;
4
+ export default IconInfoSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconInfoSimple:()=>i,default:()=>H});module.exports=v(S);var C=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z",fill:"currentColor"})),H=i;0&&(module.exports={IconInfoSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInfoSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconInfoSimple_exports","__export","IconInfoSimple","IconInfoSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z",fill:"currentColor"}),t.createElement(n,{d:"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z",fill:"currentColor"})),P=a;export{a as IconInfoSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconInfoSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReceiptionBell2: FC<CentralIconBaseProps>;
4
+ export default IconReceiptionBell2;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=H(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconReceiptionBell2:()=>i,default:()=>v});module.exports=g(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C17.8005 7.15669 21 11.3141 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z",fill:"currentColor"})),v=i;0&&(module.exports={IconReceiptionBell2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReceiptionBell2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconReceiptionBell2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C17.8005 7.15669 21 11.3141 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReceiptionBell2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2cACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconReceiptionBell2_exports","__export","IconReceiptionBell2","IconReceiptionBell2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReceiptionBell2","props","React","CentralIconBase","IconReceiptionBell2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C17.8005 7.15669 21 11.3141 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z",fill:"currentColor"})),x=l;export{l as IconReceiptionBell2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReceiptionBell2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconReceiptionBell2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C17.8005 7.15669 21 11.3141 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReceiptionBell2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2cACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReceiptionBell2","props","React","CentralIconBase","IconReceiptionBell2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReceiptionBellSparkle: FC<CentralIconBaseProps>;
4
+ export default IconReceiptionBellSparkle;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,C)=>{for(var o in C)t(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of u(C))!I.call(r,e)&&e!==o&&t(r,e,{get:()=>C[e],enumerable:!(l=B(C,e))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?i(H(r)):{},a(C||!r||!r.__esModule?t(o,"default",{value:r,enumerable:!0}):o,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var v={};x(v,{IconReceiptionBellSparkle:()=>f,default:()=>g});module.exports=P(v);var n=m(require("react"));var s=m(require("react")),L=require("react-native-svg"),c=({children:r,size:C=24,...o})=>s.default.createElement(L.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z",fill:"currentColor"})),g=f;0&&(module.exports={IconReceiptionBellSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReceiptionBellSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconReceiptionBellSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReceiptionBellSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uuBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wnBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconReceiptionBellSparkle_exports","__export","IconReceiptionBellSparkle","IconReceiptionBellSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReceiptionBellSparkle","props","React","CentralIconBase","IconReceiptionBellSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(e,{...C},o.createElement(t,{d:"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z",fill:"currentColor"}),o.createElement(t,{d:"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z",fill:"currentColor"})),I=a;export{a as IconReceiptionBellSparkle,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReceiptionBellSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconReceiptionBellSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReceiptionBellSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uuBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wnBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReceiptionBellSparkle","props","React","CentralIconBase","IconReceiptionBellSparkle_default"]}
package/README.md CHANGED
@@ -177,6 +177,7 @@ Below is a complete list of available icons:
177
177
  - IconImagesSparkle
178
178
  - IconImagine
179
179
  - IconImagineAi
180
+ - IconImagineHead
180
181
  - IconLightbulbSparkle
181
182
  - IconListSparkle
182
183
  - IconLiveVoiceTranslate
@@ -193,6 +194,7 @@ Below is a complete list of available icons:
193
194
  - IconPromptSuggestion
194
195
  - IconPromptTextToImage
195
196
  - IconPromptTextToVideo
197
+ - IconReceiptionBellSparkle
196
198
  - IconRobot
197
199
  - IconScanTextSparkle
198
200
  - IconSearchIntelligence
@@ -832,6 +834,7 @@ Below is a complete list of available icons:
832
834
  - IconFolderLink
833
835
  - IconFolderLink2
834
836
  - IconFolderOpen
837
+ - IconFolderOpenFront
835
838
  - IconFolderPaper
836
839
  - IconFolderRestricted
837
840
  - IconFolders
@@ -1120,6 +1123,7 @@ Below is a complete list of available icons:
1120
1123
  - IconImport2
1121
1124
  - IconInboxChecked
1122
1125
  - IconInboxEmpty
1126
+ - IconInfoSimple
1123
1127
  - IconLightBulb
1124
1128
  - IconLightbulbGlow
1125
1129
  - IconLightBulbSimple
@@ -1938,6 +1942,7 @@ Below is a complete list of available icons:
1938
1942
  - IconRacingFlag
1939
1943
  - IconReadingList
1940
1944
  - IconReceiptionBell
1945
+ - IconReceiptionBell2
1941
1946
  - IconRescueRing
1942
1947
  - IconRockingHorse
1943
1948
  - IconScissors1
@@ -11536,6 +11536,20 @@
11536
11536
  "packageName": "round-filled-radius-1-stroke-1.5",
11537
11537
  "componentName": "IconFolderOpen"
11538
11538
  },
11539
+ {
11540
+ "category": "Folders & Files",
11541
+ "svg": "<path d=\"M21.7408 11C22.8674 11.0005 23.7007 12.0502 23.4449 13.1475L22.1617 18.6475C21.9769 19.4394 21.2698 19.9998 20.4566 20H3.54453C2.73126 20 2.02527 19.4394 1.84042 18.6475L0.556244 13.1475C0.300341 12.05 1.13351 11.0003 2.26035 11H21.7408Z\" fill=\"currentColor\"/><path d=\"M9.53867 3C9.99435 3.0001 10.4328 3.17831 10.7594 3.49609L12.232 4.92871C12.2787 4.974 12.3418 5 12.4068 5H20.2506C21.2169 5.00021 22.0006 5.78363 22.0006 6.75V9.5H2.00058V4.75C2.00058 3.7835 2.78408 3 3.75058 3H9.53867Z\" fill=\"currentColor\"/>",
11542
+ "iconName": "folder-open-front",
11543
+ "variant": {
11544
+ "join": "round",
11545
+ "filled": "on",
11546
+ "radius": "1",
11547
+ "stroke": "1.5"
11548
+ },
11549
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
11550
+ "packageName": "round-filled-radius-1-stroke-1.5",
11551
+ "componentName": "IconFolderOpenFront"
11552
+ },
11539
11553
  {
11540
11554
  "category": "Folders & Files",
11541
11555
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4.75C3 3.7835 3.7835 3 4.75 3H15.25C16.2165 3 17 3.7835 17 4.75V5H19.25C20.2165 5 21 5.7835 21 6.75V10.1684C21.5912 10.4493 22 11.0519 22 11.75V19.25C22 20.2165 21.2165 21 20.25 21H3.75C2.7835 21 2 20.2165 2 19.25V8.75C2 8.0519 2.40876 7.44927 3 7.16841V4.75ZM4.5 7H8.33579C8.79992 7 9.24503 7.18437 9.57322 7.51256L11.9874 9.92678C12.0343 9.97366 12.0979 10 12.1642 10H15.5V4.75C15.5 4.61193 15.3881 4.5 15.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V7ZM17 10H19.5V6.75C19.5 6.61193 19.3881 6.5 19.25 6.5H17V10Z\" fill=\"currentColor\"/>",
@@ -13818,6 +13832,20 @@
13818
13832
  "packageName": "round-filled-radius-1-stroke-1.5",
13819
13833
  "componentName": "IconImagineAi"
13820
13834
  },
13835
+ {
13836
+ "category": "AI & Magic",
13837
+ "svg": "<path d=\"M3.66113 11.2783C4.05985 11.1675 4.47364 11.4001 4.58496 11.7988C4.74048 12.3557 5.03363 12.9246 5.41309 13.5312C5.80477 14.1573 6.22145 14.7254 6.66504 15.3936C7.49059 16.6371 8.34518 18.1266 8.06348 19.8086C8.06212 19.8166 8.0602 19.8251 8.05859 19.833L7.74316 21.3984C7.66115 21.8041 7.26509 22.0669 6.85938 21.9854C6.45374 21.9033 6.19099 21.5082 6.27246 21.1025L6.58398 19.5596C6.75819 18.5163 6.24981 17.4801 5.41504 16.2227C5.02839 15.6403 4.53896 14.9623 4.1416 14.3271C3.73207 13.6725 3.35175 12.9618 3.13965 12.2021C3.02839 11.8032 3.26221 11.3897 3.66113 11.2783Z\" fill=\"currentColor\"/><path d=\"M11.5283 2.01172C13.4728 2.08323 14.9237 2.51329 15.9932 3.27344C17.0718 4.04031 17.6825 5.08537 18.0518 6.22363C18.2206 6.74369 18.5857 7.14204 19.1221 7.50098C19.6787 7.87331 20.3287 8.14861 21.0391 8.48242C21.7658 8.82437 21.9553 9.73263 21.4941 10.3447L20.5342 11.6162C21.09 13.3816 21.238 14.6751 21.0273 15.6514C20.7841 16.7777 20.0945 17.3755 19.3516 17.7422C19.0014 17.915 18.6299 18.0422 18.3076 18.1514C17.9688 18.2661 17.6824 18.3615 17.4229 18.4814C16.9402 18.7046 16.6432 18.9656 16.5127 19.4727L16.5107 19.4805L15.9854 21.4443C15.8781 21.8441 15.4662 22.0813 15.0664 21.9746C14.6667 21.8673 14.4293 21.4565 14.5361 21.0566L15.0625 19.0928C15.344 18.0078 16.0631 17.4576 16.793 17.1201C17.1403 16.9595 17.5108 16.8373 17.8262 16.7305C18.158 16.6181 18.4396 16.5193 18.6885 16.3965C19.1437 16.1717 19.4405 15.8951 19.5615 15.335C19.7001 14.6927 19.6242 13.5995 18.9922 11.7129C18.9137 11.4786 18.9557 11.2198 19.1045 11.0225L20.1016 9.69922C19.5281 9.43491 18.8631 9.13274 18.2881 8.74805C17.5893 8.28046 16.9344 7.63983 16.625 6.68652C16.3247 5.76087 15.8694 5.02613 15.124 4.49609C14.3688 3.9593 13.2341 3.57451 11.4727 3.50977C11.0591 3.4944 10.7361 3.14694 10.751 2.7334C10.7662 2.31946 11.1144 1.99652 11.5283 2.01172Z\" fill=\"currentColor\"/><path d=\"M6 2C6.24094 2 6.4574 2.1482 6.54395 2.37305L7.24023 4.18555C7.34181 4.44944 7.55056 4.65819 7.81445 4.75977L9.62695 5.45605C9.8518 5.5426 10 5.75906 10 6C10 6.24094 9.8518 6.4574 9.62695 6.54395L7.81445 7.24023C7.55056 7.34181 7.34181 7.55056 7.24023 7.81445L6.54395 9.62695C6.4574 9.8518 6.24094 10 6 10C5.75906 10 5.5426 9.8518 5.45605 9.62695L4.75977 7.81445C4.65819 7.55056 4.44944 7.34181 4.18555 7.24023L2.37305 6.54395C2.1482 6.4574 2 6.24094 2 6C2 5.75906 2.1482 5.5426 2.37305 5.45605L4.18555 4.75977C4.44944 4.65819 4.65819 4.44944 4.75977 4.18555L5.45605 2.37305C5.5426 2.1482 5.75906 2 6 2Z\" fill=\"currentColor\"/>",
13838
+ "iconName": "imagine-head, thinking, ai",
13839
+ "variant": {
13840
+ "join": "round",
13841
+ "filled": "on",
13842
+ "radius": "1",
13843
+ "stroke": "1.5"
13844
+ },
13845
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13846
+ "packageName": "round-filled-radius-1-stroke-1.5",
13847
+ "componentName": "IconImagineHead"
13848
+ },
13821
13849
  {
13822
13850
  "category": "Social Media & Brands",
13823
13851
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4554 2.25C19.8272 2.25 21.75 4.17278 21.75 6.54465V17.4554C21.75 19.8272 19.8272 21.75 17.4554 21.75H6.54465C4.17278 21.75 2.25 19.8272 2.25 17.4554V6.54465C2.25 4.17278 4.17278 2.25 6.54465 2.25H17.4554ZM12.0002 5.62563C10.1019 5.62565 8.28146 6.25372 6.93922 7.37172C5.59697 8.48972 4.8429 10.0061 4.84289 11.5871C4.84462 12.6156 5.16573 13.6261 5.77501 14.5206C6.38428 15.4151 7.26101 16.1631 8.31998 16.6919C8.03794 17.3233 7.61493 17.9154 7.06848 18.4437C8.12818 18.2577 9.12295 17.8669 9.97535 17.3017C10.6326 17.4644 11.3145 17.5476 12.0002 17.5487C13.8984 17.5487 15.7188 16.9206 17.0611 15.8026C18.4033 14.6846 19.1574 13.1682 19.1574 11.5871C19.1574 10.0061 18.4033 8.48972 17.0611 7.37172C15.7188 6.25373 13.8984 5.62565 12.0002 5.62563Z\" fill=\"currentColor\"/>",
@@ -13916,6 +13944,20 @@
13916
13944
  "packageName": "round-filled-radius-1-stroke-1.5",
13917
13945
  "componentName": "IconInfinity"
13918
13946
  },
13947
+ {
13948
+ "category": "Interface General",
13949
+ "svg": "<path d=\"M11 9.5C11.9665 9.5 12.75 10.2835 12.75 11.25V18.5H14.25C14.6642 18.5 15 18.8358 15 19.25C15 19.6642 14.6642 20 14.25 20H9.75C9.33579 20 9 19.6642 9 19.25C9 18.8358 9.33579 18.5 9.75 18.5H11.25V11.25C11.25 11.1119 11.1381 11 11 11H9.75C9.33579 11 9 10.6642 9 10.25C9 9.83579 9.33579 9.5 9.75 9.5H11Z\" fill=\"currentColor\"/><path d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\" fill=\"currentColor\"/>",
13950
+ "iconName": "info-simple, tooltip, information",
13951
+ "variant": {
13952
+ "join": "round",
13953
+ "filled": "on",
13954
+ "radius": "1",
13955
+ "stroke": "1.5"
13956
+ },
13957
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13958
+ "packageName": "round-filled-radius-1-stroke-1.5",
13959
+ "componentName": "IconInfoSimple"
13960
+ },
13919
13961
  {
13920
13962
  "category": "Location",
13921
13963
  "svg": "<path d=\"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 12.9826 20.3336 13.9248 20.028 14.8008C19.8915 15.1919 20.098 15.6196 20.4891 15.756C20.8802 15.8925 21.3078 15.686 21.4443 15.2949C21.8045 14.2622 22 13.1531 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.1531 2.19549 14.2622 2.55574 15.2949C2.69218 15.686 3.11983 15.8925 3.51093 15.756C3.90202 15.6196 4.10847 15.1919 3.97204 14.8008C3.66643 13.9248 3.5 12.9826 3.5 12Z\" fill=\"currentColor\"/><path d=\"M13.5388 10.7661C12.8768 9.5441 11.1232 9.54411 10.4612 10.7661L6.44503 18.1807C5.61567 19.7118 7.28812 21.3829 8.81856 20.5523L11.8808 18.8903C11.9551 18.8499 12.0449 18.8499 12.1193 18.8903L15.1815 20.5523C16.7119 21.3829 18.3844 19.7118 17.555 18.1807L13.5388 10.7661Z\" fill=\"currentColor\"/>",
@@ -19768,6 +19810,34 @@
19768
19810
  "packageName": "round-filled-radius-1-stroke-1.5",
19769
19811
  "componentName": "IconReceiptionBell"
19770
19812
  },
19813
+ {
19814
+ "category": "Things",
19815
+ "svg": "<path d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C17.8005 7.15669 21 11.3141 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\" fill=\"currentColor\"/>",
19816
+ "iconName": "receiption-bell-2, concierge, assistant",
19817
+ "variant": {
19818
+ "join": "round",
19819
+ "filled": "on",
19820
+ "radius": "1",
19821
+ "stroke": "1.5"
19822
+ },
19823
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19824
+ "packageName": "round-filled-radius-1-stroke-1.5",
19825
+ "componentName": "IconReceiptionBell2"
19826
+ },
19827
+ {
19828
+ "category": "AI & Magic",
19829
+ "svg": "<path d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\" fill=\"currentColor\"/><path d=\"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z\" fill=\"currentColor\"/>",
19830
+ "iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
19831
+ "variant": {
19832
+ "join": "round",
19833
+ "filled": "on",
19834
+ "radius": "1",
19835
+ "stroke": "1.5"
19836
+ },
19837
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19838
+ "packageName": "round-filled-radius-1-stroke-1.5",
19839
+ "componentName": "IconReceiptionBellSparkle"
19840
+ },
19771
19841
  {
19772
19842
  "category": "Shopping & Payment",
19773
19843
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 2C4.7835 2 4 2.7835 4 3.75V21.25C4 21.544 4.17175 21.8108 4.43931 21.9326C4.70687 22.0544 5.02091 22.0086 5.24259 21.8156L7.30756 20.017L9.14606 21.7899C9.4366 22.07 9.89674 22.07 10.1873 21.7899L12 20.0419L13.8127 21.7899C14.1033 22.07 14.5634 22.07 14.8539 21.7899L16.6924 20.017L18.7574 21.8156C18.9791 22.0086 19.2931 22.0544 19.5607 21.9326C19.8283 21.8108 20 21.544 20 21.25V3.75C20 2.7835 19.2165 2 18.25 2H5.75ZM8 14.75C8 14.3358 8.33579 14 8.75 14H15.25C15.6642 14 16 14.3358 16 14.75C16 15.1642 15.6642 15.5 15.25 15.5H8.75C8.33579 15.5 8 15.1642 8 14.75ZM14.4053 7.90533C14.6982 7.61244 14.6982 7.13756 14.4053 6.84467C14.1124 6.55178 13.6376 6.55178 13.3447 6.84467L12 8.18934L10.6553 6.84467C10.3624 6.55178 9.88756 6.55178 9.59467 6.84467C9.30178 7.13756 9.30178 7.61244 9.59467 7.90533L10.9393 9.25L9.59467 10.5947C9.30178 10.8876 9.30178 11.3624 9.59467 11.6553C9.88756 11.9482 10.3624 11.9482 10.6553 11.6553L12 10.3107L13.3447 11.6553C13.6376 11.9482 14.1124 11.9482 14.4053 11.6553C14.6982 11.3624 14.6982 10.8876 14.4053 10.5947L13.0607 9.25L14.4053 7.90533Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -823,6 +823,7 @@ export type CentralIconName =
823
823
  | "IconFolderLink"
824
824
  | "IconFolderLink2"
825
825
  | "IconFolderOpen"
826
+ | "IconFolderOpenFront"
826
827
  | "IconFolderPaper"
827
828
  | "IconFolderRestricted"
828
829
  | "IconFolders"
@@ -986,6 +987,7 @@ export type CentralIconName =
986
987
  | "IconImagesSparkle"
987
988
  | "IconImagine"
988
989
  | "IconImagineAi"
990
+ | "IconImagineHead"
989
991
  | "IconImessage"
990
992
  | "IconImport"
991
993
  | "IconImport2"
@@ -993,6 +995,7 @@ export type CentralIconName =
993
995
  | "IconInboxEmpty"
994
996
  | "IconIncrease"
995
997
  | "IconInfinity"
998
+ | "IconInfoSimple"
996
999
  | "IconInitiatives"
997
1000
  | "IconInjection"
998
1001
  | "IconInputForm"
@@ -1411,6 +1414,8 @@ export type CentralIconName =
1411
1414
  | "IconReceiptBill"
1412
1415
  | "IconReceiptCheck"
1413
1416
  | "IconReceiptionBell"
1417
+ | "IconReceiptionBell2"
1418
+ | "IconReceiptionBellSparkle"
1414
1419
  | "IconReceiptStorno"
1415
1420
  | "IconReceiptTax"
1416
1421
  | "IconRecKeyframe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
3
- "version": "1.1.178",
3
+ "version": "1.1.180",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1917,
14
+ "totalIcons": 1922,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 74,
17
+ "count": 76,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -47,6 +47,7 @@
47
47
  "IconImagesSparkle",
48
48
  "IconImagine",
49
49
  "IconImagineAi",
50
+ "IconImagineHead",
50
51
  "IconLightbulbSparkle",
51
52
  "IconListSparkle",
52
53
  "IconLiveVoiceTranslate",
@@ -63,6 +64,7 @@
63
64
  "IconPromptSuggestion",
64
65
  "IconPromptTextToImage",
65
66
  "IconPromptTextToVideo",
67
+ "IconReceiptionBellSparkle",
66
68
  "IconRobot",
67
69
  "IconScanTextSparkle",
68
70
  "IconSearchIntelligence",
@@ -689,7 +691,7 @@
689
691
  ]
690
692
  },
691
693
  "Folders & Files": {
692
- "count": 83,
694
+ "count": 84,
693
695
  "icons": [
694
696
  "IconArchive",
695
697
  "IconBlankPageLandscape",
@@ -728,6 +730,7 @@
728
730
  "IconFolderLink",
729
731
  "IconFolderLink2",
730
732
  "IconFolderOpen",
733
+ "IconFolderOpenFront",
731
734
  "IconFolderPaper",
732
735
  "IconFolderRestricted",
733
736
  "IconFolders",
@@ -927,7 +930,7 @@
927
930
  ]
928
931
  },
929
932
  "Interface General": {
930
- "count": 195,
933
+ "count": 196,
931
934
  "icons": [
932
935
  "IconAnchor1",
933
936
  "IconAnchor2",
@@ -1028,6 +1031,7 @@
1028
1031
  "IconImport2",
1029
1032
  "IconInboxChecked",
1030
1033
  "IconInboxEmpty",
1034
+ "IconInfoSimple",
1031
1035
  "IconLightBulb",
1032
1036
  "IconLightbulbGlow",
1033
1037
  "IconLightBulbSimple",
@@ -1779,7 +1783,7 @@
1779
1783
  ]
1780
1784
  },
1781
1785
  "Things": {
1782
- "count": 134,
1786
+ "count": 135,
1783
1787
  "icons": [
1784
1788
  "IconAnvil",
1785
1789
  "IconApps",
@@ -1872,6 +1876,7 @@
1872
1876
  "IconRacingFlag",
1873
1877
  "IconReadingList",
1874
1878
  "IconReceiptionBell",
1879
+ "IconReceiptionBell2",
1875
1880
  "IconRescueRing",
1876
1881
  "IconRockingHorse",
1877
1882
  "IconScissors1",
@@ -2943,6 +2948,7 @@
2943
2948
  "IconFolderLink": "folder-link, link, attachment",
2944
2949
  "IconFolderLink2": "folder-link-2, link, attachment",
2945
2950
  "IconFolderOpen": "folder-open",
2951
+ "IconFolderOpenFront": "folder-open-front",
2946
2952
  "IconFolderPaper": "folder-paper",
2947
2953
  "IconFolderRestricted": "folder-restricted",
2948
2954
  "IconFolders": "folders",
@@ -3106,6 +3112,7 @@
3106
3112
  "IconImagesSparkle": "images-sparkle, photos, pictures, shot, generate",
3107
3113
  "IconImagine": "imagine, head, thinking",
3108
3114
  "IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
3115
+ "IconImagineHead": "imagine-head, thinking, ai",
3109
3116
  "IconImessage": "imessage",
3110
3117
  "IconImport": "import, download, save",
3111
3118
  "IconImport2": "import-2, download, save",
@@ -3113,6 +3120,7 @@
3113
3120
  "IconInboxEmpty": "inbox-empty",
3114
3121
  "IconIncrease": "increase, scale, show-more, change-position",
3115
3122
  "IconInfinity": "infinity, loop, boomerang",
3123
+ "IconInfoSimple": "info-simple, tooltip, information",
3116
3124
  "IconInitiatives": "initiatives, nav, rooting",
3117
3125
  "IconInjection": "injection",
3118
3126
  "IconInputForm": "input-form, text-area, prompt, rename",
@@ -3531,6 +3539,8 @@
3531
3539
  "IconReceiptBill": "receipt-bill, purchase, invoice",
3532
3540
  "IconReceiptCheck": "receipt-check, ticket",
3533
3541
  "IconReceiptionBell": "receiption-bell, concierge",
3542
+ "IconReceiptionBell2": "receiption-bell-2, concierge, assistant",
3543
+ "IconReceiptionBellSparkle": "receiption-bell-sparkle, ai-concierge, ai-assistant",
3534
3544
  "IconReceiptStorno": "receipt-storno, close, remove",
3535
3545
  "IconReceiptTax": "receipt-tax, discount",
3536
3546
  "IconRecKeyframe": "rec-keyframe, rhombus",
package/index.d.ts CHANGED
@@ -822,6 +822,7 @@ export { IconFolderDownload, default as IconFolderDownloadDefault, } from "./Ico
822
822
  export { IconFolderLink, default as IconFolderLinkDefault, } from "./IconFolderLink";
823
823
  export { IconFolderLink2, default as IconFolderLink2Default, } from "./IconFolderLink2";
824
824
  export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderOpen";
825
+ export { IconFolderOpenFront, default as IconFolderOpenFrontDefault, } from "./IconFolderOpenFront";
825
826
  export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
826
827
  export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
827
828
  export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
@@ -985,6 +986,7 @@ export { IconImagesCircle, default as IconImagesCircleDefault, } from "./IconIma
985
986
  export { IconImagesSparkle, default as IconImagesSparkleDefault, } from "./IconImagesSparkle";
986
987
  export { IconImagine, default as IconImagineDefault } from "./IconImagine";
987
988
  export { IconImagineAi, default as IconImagineAiDefault, } from "./IconImagineAi";
989
+ export { IconImagineHead, default as IconImagineHeadDefault, } from "./IconImagineHead";
988
990
  export { IconImessage, default as IconImessageDefault } from "./IconImessage";
989
991
  export { IconImport, default as IconImportDefault } from "./IconImport";
990
992
  export { IconImport2, default as IconImport2Default } from "./IconImport2";
@@ -992,6 +994,7 @@ export { IconInboxChecked, default as IconInboxCheckedDefault, } from "./IconInb
992
994
  export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEmpty";
993
995
  export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
994
996
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
997
+ export { IconInfoSimple, default as IconInfoSimpleDefault, } from "./IconInfoSimple";
995
998
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
996
999
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
997
1000
  export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
@@ -1414,6 +1417,8 @@ export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconRec
1414
1417
  export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
1415
1418
  export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
1416
1419
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";
1420
+ export { IconReceiptionBell2, default as IconReceiptionBell2Default, } from "./IconReceiptionBell2";
1421
+ export { IconReceiptionBellSparkle, default as IconReceiptionBellSparkleDefault, } from "./IconReceiptionBellSparkle";
1417
1422
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1418
1423
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1419
1424
  export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";