@central-icons-react-native/square-filled-radius-0-stroke-1 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})},m=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),F=r=>m(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconFolderOpenFront:()=>i,default:()=>d});module.exports=F(v);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M21.9033 20H2.09863L0.128906 11H23.8701L21.9033 20Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.2002 5H22.001V10H2.00098V3H10.0889L12.2002 5Z",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.9033 20H2.09863L0.128906 11H23.8701L21.9033 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2002 5H22.001V10H2.00098V3H10.0889L12.2002 5Z\"\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,sDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...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 m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.9033 20H2.09863L0.128906 11H23.8701L21.9033 20Z",fill:"currentColor"}),t.createElement(n,{d:"M12.2002 5H22.001V10H2.00098V3H10.0889L12.2002 5Z",fill:"currentColor"})),P=m;export{m 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.9033 20H2.09863L0.128906 11H23.8701L21.9033 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.2002 5H22.001V10H2.00098V3H10.0889L12.2002 5Z\"\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,sDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,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=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(B(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>l(t({},"__esModule",{value:!0}),r);var v={};x(v,{IconImagineHead:()=>c,default:()=>d});module.exports=P(v);var n=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var L=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(L.Path,{d:"M10.8896 2C13.0658 2.00006 14.6375 2.39325 15.7725 3.11816C16.919 3.85054 17.5637 4.88557 17.9512 6.04688C18.1748 6.71677 18.692 7.19191 19.3984 7.60449C19.7508 7.81025 20.135 7.99269 20.5352 8.17383C20.9274 8.35138 21.3451 8.53209 21.7256 8.72461L22.2666 8.99805L21.8955 9.47754L20.4648 11.3213C21.0635 13.1326 21.2129 14.4131 21.0049 15.3506C20.7748 16.3872 20.1314 16.9291 19.4219 17.2695C19.0803 17.4334 18.7152 17.5553 18.3818 17.665C18.0377 17.7784 17.7276 17.8785 17.4443 18.0059C16.9014 18.2499 16.5241 18.5604 16.3643 19.1572L15.6182 22.1221L14.6484 21.8779L15.3955 18.9131L15.3965 18.9082C15.66 17.9122 16.33 17.4103 17.0342 17.0938C17.3752 16.9405 17.7406 16.8231 18.0693 16.7148C18.4088 16.6031 18.7146 16.4999 18.9893 16.3682C19.5128 16.117 19.8839 15.7846 20.0283 15.1338C20.1849 14.428 20.09 13.2858 19.4355 11.3867L19.3477 11.1309L19.5137 10.917L20.7236 9.35449C20.5308 9.26665 20.3305 9.17791 20.123 9.08398C19.7182 8.90073 19.2933 8.70126 18.8936 8.46777C18.0959 8.00185 17.3368 7.36655 17.002 6.36328C16.6665 5.3579 16.1397 4.53925 15.2344 3.96094C14.3176 3.37533 12.9572 3.00006 10.8896 3V2Z",fill:"currentColor"}),n.default.createElement(L.Path,{d:"M3.99414 11.1504C4.08599 11.7713 4.36358 12.3947 4.75195 13.0459C5.14327 13.702 5.61754 14.3402 6.09375 15.0234C7.00752 16.3345 7.95781 17.8374 7.66797 19.5195L7.66699 19.5273L7.66504 19.5352L7.13477 22.1016L6.15527 21.8984L6.68262 19.3428C6.89014 18.1208 6.21533 16.9472 5.27344 15.5957C4.82113 14.9467 4.30911 14.2553 3.89355 13.5586C3.47509 12.857 3.12517 12.1033 3.00586 11.2969L3.99414 11.1504Z",fill:"currentColor"}),n.default.createElement(L.Path,{d:"M7.61133 4.3877L10 5.30664V6.69336L7.61133 7.61133L6.69336 10H5.30664L4.3877 7.61133L2 6.69336V5.30664L4.3877 4.3877L5.30664 2H6.69336L7.61133 4.3877Z",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=\"M10.8896 2C13.0658 2.00006 14.6375 2.39325 15.7725 3.11816C16.919 3.85054 17.5637 4.88557 17.9512 6.04688C18.1748 6.71677 18.692 7.19191 19.3984 7.60449C19.7508 7.81025 20.135 7.99269 20.5352 8.17383C20.9274 8.35138 21.3451 8.53209 21.7256 8.72461L22.2666 8.99805L21.8955 9.47754L20.4648 11.3213C21.0635 13.1326 21.2129 14.4131 21.0049 15.3506C20.7748 16.3872 20.1314 16.9291 19.4219 17.2695C19.0803 17.4334 18.7152 17.5553 18.3818 17.665C18.0377 17.7784 17.7276 17.8785 17.4443 18.0059C16.9014 18.2499 16.5241 18.5604 16.3643 19.1572L15.6182 22.1221L14.6484 21.8779L15.3955 18.9131L15.3965 18.9082C15.66 17.9122 16.33 17.4103 17.0342 17.0938C17.3752 16.9405 17.7406 16.8231 18.0693 16.7148C18.4088 16.6031 18.7146 16.4999 18.9893 16.3682C19.5128 16.117 19.8839 15.7846 20.0283 15.1338C20.1849 14.428 20.09 13.2858 19.4355 11.3867L19.3477 11.1309L19.5137 10.917L20.7236 9.35449C20.5308 9.26665 20.3305 9.17791 20.123 9.08398C19.7182 8.90073 19.2933 8.70126 18.8936 8.46777C18.0959 8.00185 17.3368 7.36655 17.002 6.36328C16.6665 5.3579 16.1397 4.53925 15.2344 3.96094C14.3176 3.37533 12.9572 3.00006 10.8896 3V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.99414 11.1504C4.08599 11.7713 4.36358 12.3947 4.75195 13.0459C5.14327 13.702 5.61754 14.3402 6.09375 15.0234C7.00752 16.3345 7.95781 17.8374 7.66797 19.5195L7.66699 19.5273L7.66504 19.5352L7.13477 22.1016L6.15527 21.8984L6.68262 19.3428C6.89014 18.1208 6.21533 16.9472 5.27344 15.5957C4.82113 14.9467 4.30911 14.2553 3.89355 13.5586C3.47509 12.857 3.12517 12.1033 3.00586 11.2969L3.99414 11.1504Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.61133 4.3877L10 5.30664V6.69336L7.61133 7.61133L6.69336 10H5.30664L4.3877 7.61133L2 6.69336V5.30664L4.3877 4.3877L5.30664 2H6.69336L7.61133 4.3877Z\"\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,0lCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,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 o from"react";import L from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>L.createElement(p,{...t,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 e}from"react-native-svg";var l=C=>o.createElement(n,{...C},o.createElement(e,{d:"M10.8896 2C13.0658 2.00006 14.6375 2.39325 15.7725 3.11816C16.919 3.85054 17.5637 4.88557 17.9512 6.04688C18.1748 6.71677 18.692 7.19191 19.3984 7.60449C19.7508 7.81025 20.135 7.99269 20.5352 8.17383C20.9274 8.35138 21.3451 8.53209 21.7256 8.72461L22.2666 8.99805L21.8955 9.47754L20.4648 11.3213C21.0635 13.1326 21.2129 14.4131 21.0049 15.3506C20.7748 16.3872 20.1314 16.9291 19.4219 17.2695C19.0803 17.4334 18.7152 17.5553 18.3818 17.665C18.0377 17.7784 17.7276 17.8785 17.4443 18.0059C16.9014 18.2499 16.5241 18.5604 16.3643 19.1572L15.6182 22.1221L14.6484 21.8779L15.3955 18.9131L15.3965 18.9082C15.66 17.9122 16.33 17.4103 17.0342 17.0938C17.3752 16.9405 17.7406 16.8231 18.0693 16.7148C18.4088 16.6031 18.7146 16.4999 18.9893 16.3682C19.5128 16.117 19.8839 15.7846 20.0283 15.1338C20.1849 14.428 20.09 13.2858 19.4355 11.3867L19.3477 11.1309L19.5137 10.917L20.7236 9.35449C20.5308 9.26665 20.3305 9.17791 20.123 9.08398C19.7182 8.90073 19.2933 8.70126 18.8936 8.46777C18.0959 8.00185 17.3368 7.36655 17.002 6.36328C16.6665 5.3579 16.1397 4.53925 15.2344 3.96094C14.3176 3.37533 12.9572 3.00006 10.8896 3V2Z",fill:"currentColor"}),o.createElement(e,{d:"M3.99414 11.1504C4.08599 11.7713 4.36358 12.3947 4.75195 13.0459C5.14327 13.702 5.61754 14.3402 6.09375 15.0234C7.00752 16.3345 7.95781 17.8374 7.66797 19.5195L7.66699 19.5273L7.66504 19.5352L7.13477 22.1016L6.15527 21.8984L6.68262 19.3428C6.89014 18.1208 6.21533 16.9472 5.27344 15.5957C4.82113 14.9467 4.30911 14.2553 3.89355 13.5586C3.47509 12.857 3.12517 12.1033 3.00586 11.2969L3.99414 11.1504Z",fill:"currentColor"}),o.createElement(e,{d:"M7.61133 4.3877L10 5.30664V6.69336L7.61133 7.61133L6.69336 10H5.30664L4.3877 7.61133L2 6.69336V5.30664L4.3877 4.3877L5.30664 2H6.69336L7.61133 4.3877Z",fill:"currentColor"})),g=l;export{l 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=\"M10.8896 2C13.0658 2.00006 14.6375 2.39325 15.7725 3.11816C16.919 3.85054 17.5637 4.88557 17.9512 6.04688C18.1748 6.71677 18.692 7.19191 19.3984 7.60449C19.7508 7.81025 20.135 7.99269 20.5352 8.17383C20.9274 8.35138 21.3451 8.53209 21.7256 8.72461L22.2666 8.99805L21.8955 9.47754L20.4648 11.3213C21.0635 13.1326 21.2129 14.4131 21.0049 15.3506C20.7748 16.3872 20.1314 16.9291 19.4219 17.2695C19.0803 17.4334 18.7152 17.5553 18.3818 17.665C18.0377 17.7784 17.7276 17.8785 17.4443 18.0059C16.9014 18.2499 16.5241 18.5604 16.3643 19.1572L15.6182 22.1221L14.6484 21.8779L15.3955 18.9131L15.3965 18.9082C15.66 17.9122 16.33 17.4103 17.0342 17.0938C17.3752 16.9405 17.7406 16.8231 18.0693 16.7148C18.4088 16.6031 18.7146 16.4999 18.9893 16.3682C19.5128 16.117 19.8839 15.7846 20.0283 15.1338C20.1849 14.428 20.09 13.2858 19.4355 11.3867L19.3477 11.1309L19.5137 10.917L20.7236 9.35449C20.5308 9.26665 20.3305 9.17791 20.123 9.08398C19.7182 8.90073 19.2933 8.70126 18.8936 8.46777C18.0959 8.00185 17.3368 7.36655 17.002 6.36328C16.6665 5.3579 16.1397 4.53925 15.2344 3.96094C14.3176 3.37533 12.9572 3.00006 10.8896 3V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.99414 11.1504C4.08599 11.7713 4.36358 12.3947 4.75195 13.0459C5.14327 13.702 5.61754 14.3402 6.09375 15.0234C7.00752 16.3345 7.95781 17.8374 7.66797 19.5195L7.66699 19.5273L7.66504 19.5352L7.13477 22.1016L6.15527 21.8984L6.68262 19.3428C6.89014 18.1208 6.21533 16.9472 5.27344 15.5957C4.82113 14.9467 4.30911 14.2553 3.89355 13.5586C3.47509 12.857 3.12517 12.1033 3.00586 11.2969L3.99414 11.1504Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.61133 4.3877L10 5.30664V6.69336L7.61133 7.61133L6.69336 10H5.30664L4.3877 7.61133L2 6.69336V5.30664L4.3877 4.3877L5.30664 2H6.69336L7.61133 4.3877Z\"\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,0lCACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,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,C)=>{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:!(C=u(o,e))||C.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 p=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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M12.5 19H15V20H9V19H11.5V10H9V9H12.5V19Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 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 d=\"M12.5 19H15V20H9V19H11.5V10H9V9H12.5V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 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,QAAK,EAAE,2CAA2C,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,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 l from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(C,{...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:"M12.5 19H15V20H9V19H11.5V10H9V9H12.5V19Z",fill:"currentColor"}),t.createElement(n,{d:"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 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 d=\"M12.5 19H15V20H9V19H11.5V10H9V9H12.5V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 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,CAAK,EAAE,2CAA2C,KAAK,eAAe,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!u.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconReceiptionBell2:()=>V,default:()=>g});module.exports=P(v);var p=C(require("react"));var m=C(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"),V=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M15 4H12.502V5.5127C18.3097 5.77887 22 10.6585 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z",fill:"currentColor"})),g=V;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=\"M15 4H12.502V5.5127C18.3097 5.77887 22 10.6585 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\"\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,kJACF,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 p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...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 l}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(l,{d:"M15 4H12.502V5.5127C18.3097 5.77887 22 10.6585 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z",fill:"currentColor"})),u=C;export{C as IconReceiptionBell2,u 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=\"M15 4H12.502V5.5127C18.3097 5.77887 22 10.6585 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\"\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,kJACF,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 f=Object.create;var n=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!u.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=H(o,t))||C.enumerable});return r};var L=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconReceiptionBellSparkle:()=>c,default:()=>P});module.exports=x(g);var p=L(require("react"));var m=L(require("react")),V=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(V.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 l=require("react-native-svg"),c=r=>p.default.createElement(s,{...r},p.default.createElement(l.Path,{d:"M15 4H12.502V5.5127C13.8371 5.57389 15.0592 5.8813 16.1514 6.38574L15.9395 6.93945L13 8.06934V10.9307L15.9395 12.0596L17.0693 15H19.9307L21.0596 12.0596L21.2041 12.0039C21.7227 13.3815 22 14.9045 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M20.2861 7.71289L23 8.75684V10.2432L20.2861 11.2861L19.2432 14H17.7568L16.7129 11.2861L14 10.2432V8.75684L16.7129 7.71289L17.7568 5H19.2432L20.2861 7.71289Z",fill:"currentColor"})),P=c;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=\"M15 4H12.502V5.5127C13.8371 5.57389 15.0592 5.8813 16.1514 6.38574L15.9395 6.93945L13 8.06934V10.9307L15.9395 12.0596L17.0693 15H19.9307L21.0596 12.0596L21.2041 12.0039C21.7227 13.3815 22 14.9045 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2861 7.71289L23 8.75684V10.2432L20.2861 11.2861L19.2432 14H17.7568L16.7129 11.2861L14 10.2432V8.75684L16.7129 7.71289L17.7568 5H19.2432L20.2861 7.71289Z\"\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,uSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,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 e from"react";import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.createElement(C,{...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=>e.createElement(t,{...o},e.createElement(n,{d:"M15 4H12.502V5.5127C13.8371 5.57389 15.0592 5.8813 16.1514 6.38574L15.9395 6.93945L13 8.06934V10.9307L15.9395 12.0596L17.0693 15H19.9307L21.0596 12.0596L21.2041 12.0039C21.7227 13.3815 22 14.9045 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z",fill:"currentColor"}),e.createElement(n,{d:"M20.2861 7.71289L23 8.75684V10.2432L20.2861 11.2861L19.2432 14H17.7568L16.7129 11.2861L14 10.2432V8.75684L16.7129 7.71289L17.7568 5H19.2432L20.2861 7.71289Z",fill:"currentColor"})),u=a;export{a as IconReceiptionBellSparkle,u 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=\"M15 4H12.502V5.5127C13.8371 5.57389 15.0592 5.8813 16.1514 6.38574L15.9395 6.93945L13 8.06934V10.9307L15.9395 12.0596L17.0693 15H19.9307L21.0596 12.0596L21.2041 12.0039C21.7227 13.3815 22 14.9045 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2861 7.71289L23 8.75684V10.2432L20.2861 11.2861L19.2432 14H17.7568L16.7129 11.2861L14 10.2432V8.75684L16.7129 7.71289L17.7568 5H19.2432L20.2861 7.71289Z\"\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,uSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,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": "square-filled-radius-0-stroke-1",
11537
11537
  "componentName": "IconFolderOpen"
11538
11538
  },
11539
+ {
11540
+ "category": "Folders & Files",
11541
+ "svg": "<path d=\"M21.9033 20H2.09863L0.128906 11H23.8701L21.9033 20Z\" fill=\"currentColor\"/><path d=\"M12.2002 5H22.001V10H2.00098V3H10.0889L12.2002 5Z\" fill=\"currentColor\"/>",
11542
+ "iconName": "folder-open-front",
11543
+ "variant": {
11544
+ "join": "square",
11545
+ "filled": "on",
11546
+ "radius": "0",
11547
+ "stroke": "1"
11548
+ },
11549
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
11550
+ "packageName": "square-filled-radius-0-stroke-1",
11551
+ "componentName": "IconFolderOpenFront"
11552
+ },
11539
11553
  {
11540
11554
  "category": "Folders & Files",
11541
11555
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H17V5H21V10H22V21H2V7H3V3ZM20 10V6H17V10H20ZM16 10V4H4V7H8.45711L11.4571 10H16Z\" fill=\"currentColor\"/>",
@@ -13818,6 +13832,20 @@
13818
13832
  "packageName": "square-filled-radius-0-stroke-1",
13819
13833
  "componentName": "IconImagineAi"
13820
13834
  },
13835
+ {
13836
+ "category": "AI & Magic",
13837
+ "svg": "<path d=\"M10.8896 2C13.0658 2.00006 14.6375 2.39325 15.7725 3.11816C16.919 3.85054 17.5637 4.88557 17.9512 6.04688C18.1748 6.71677 18.692 7.19191 19.3984 7.60449C19.7508 7.81025 20.135 7.99269 20.5352 8.17383C20.9274 8.35138 21.3451 8.53209 21.7256 8.72461L22.2666 8.99805L21.8955 9.47754L20.4648 11.3213C21.0635 13.1326 21.2129 14.4131 21.0049 15.3506C20.7748 16.3872 20.1314 16.9291 19.4219 17.2695C19.0803 17.4334 18.7152 17.5553 18.3818 17.665C18.0377 17.7784 17.7276 17.8785 17.4443 18.0059C16.9014 18.2499 16.5241 18.5604 16.3643 19.1572L15.6182 22.1221L14.6484 21.8779L15.3955 18.9131L15.3965 18.9082C15.66 17.9122 16.33 17.4103 17.0342 17.0938C17.3752 16.9405 17.7406 16.8231 18.0693 16.7148C18.4088 16.6031 18.7146 16.4999 18.9893 16.3682C19.5128 16.117 19.8839 15.7846 20.0283 15.1338C20.1849 14.428 20.09 13.2858 19.4355 11.3867L19.3477 11.1309L19.5137 10.917L20.7236 9.35449C20.5308 9.26665 20.3305 9.17791 20.123 9.08398C19.7182 8.90073 19.2933 8.70126 18.8936 8.46777C18.0959 8.00185 17.3368 7.36655 17.002 6.36328C16.6665 5.3579 16.1397 4.53925 15.2344 3.96094C14.3176 3.37533 12.9572 3.00006 10.8896 3V2Z\" fill=\"currentColor\"/><path d=\"M3.99414 11.1504C4.08599 11.7713 4.36358 12.3947 4.75195 13.0459C5.14327 13.702 5.61754 14.3402 6.09375 15.0234C7.00752 16.3345 7.95781 17.8374 7.66797 19.5195L7.66699 19.5273L7.66504 19.5352L7.13477 22.1016L6.15527 21.8984L6.68262 19.3428C6.89014 18.1208 6.21533 16.9472 5.27344 15.5957C4.82113 14.9467 4.30911 14.2553 3.89355 13.5586C3.47509 12.857 3.12517 12.1033 3.00586 11.2969L3.99414 11.1504Z\" fill=\"currentColor\"/><path d=\"M7.61133 4.3877L10 5.30664V6.69336L7.61133 7.61133L6.69336 10H5.30664L4.3877 7.61133L2 6.69336V5.30664L4.3877 4.3877L5.30664 2H6.69336L7.61133 4.3877Z\" fill=\"currentColor\"/>",
13838
+ "iconName": "imagine-head, thinking, ai",
13839
+ "variant": {
13840
+ "join": "square",
13841
+ "filled": "on",
13842
+ "radius": "0",
13843
+ "stroke": "1"
13844
+ },
13845
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13846
+ "packageName": "square-filled-radius-0-stroke-1",
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": "square-filled-radius-0-stroke-1",
13917
13945
  "componentName": "IconInfinity"
13918
13946
  },
13947
+ {
13948
+ "category": "Interface General",
13949
+ "svg": "<path d=\"M12.5 19H15V20H9V19H11.5V10H9V9H12.5V19Z\" fill=\"currentColor\"/><path d=\"M12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4Z\" fill=\"currentColor\"/>",
13950
+ "iconName": "info-simple, tooltip, information",
13951
+ "variant": {
13952
+ "join": "square",
13953
+ "filled": "on",
13954
+ "radius": "0",
13955
+ "stroke": "1"
13956
+ },
13957
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13958
+ "packageName": "square-filled-radius-0-stroke-1",
13959
+ "componentName": "IconInfoSimple"
13960
+ },
13919
13961
  {
13920
13962
  "category": "Location",
13921
13963
  "svg": "<path d=\"M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.5433 20.612 14.9945 19.9285 16.2628L19.6913 16.703L20.5717 17.1773L20.8089 16.7372C21.5689 15.3267 22 13.713 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.713 2.43111 15.3267 3.19114 16.7372L3.42832 17.1773L4.30865 16.703L4.07147 16.2628C3.38804 14.9945 3 13.5433 3 12Z\" fill=\"currentColor\"/><path d=\"M12 8.88197L5.92952 21.0229L12 18.3249L18.0705 21.0229L12 8.88197Z\" fill=\"currentColor\"/>",
@@ -19768,6 +19810,34 @@
19768
19810
  "packageName": "square-filled-radius-0-stroke-1",
19769
19811
  "componentName": "IconReceiptionBell"
19770
19812
  },
19813
+ {
19814
+ "category": "Things",
19815
+ "svg": "<path d=\"M15 4H12.502V5.5127C18.3097 5.77887 22 10.6585 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\" fill=\"currentColor\"/>",
19816
+ "iconName": "receiption-bell-2, concierge, assistant",
19817
+ "variant": {
19818
+ "join": "square",
19819
+ "filled": "on",
19820
+ "radius": "0",
19821
+ "stroke": "1"
19822
+ },
19823
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19824
+ "packageName": "square-filled-radius-0-stroke-1",
19825
+ "componentName": "IconReceiptionBell2"
19826
+ },
19827
+ {
19828
+ "category": "AI & Magic",
19829
+ "svg": "<path d=\"M15 4H12.502V5.5127C13.8371 5.57389 15.0592 5.8813 16.1514 6.38574L15.9395 6.93945L13 8.06934V10.9307L15.9395 12.0596L17.0693 15H19.9307L21.0596 12.0596L21.2041 12.0039C21.7227 13.3815 22 14.9045 22 16.5V17H12.5V19H22V20H2V19H11.5V17H2V16.5C2 10.6571 5.69198 5.77687 11.502 5.5127V4H9V3H15V4Z\" fill=\"currentColor\"/><path d=\"M20.2861 7.71289L23 8.75684V10.2432L20.2861 11.2861L19.2432 14H17.7568L16.7129 11.2861L14 10.2432V8.75684L16.7129 7.71289L17.7568 5H19.2432L20.2861 7.71289Z\" fill=\"currentColor\"/>",
19830
+ "iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
19831
+ "variant": {
19832
+ "join": "square",
19833
+ "filled": "on",
19834
+ "radius": "0",
19835
+ "stroke": "1"
19836
+ },
19837
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19838
+ "packageName": "square-filled-radius-0-stroke-1",
19839
+ "componentName": "IconReceiptionBellSparkle"
19840
+ },
19771
19841
  {
19772
19842
  "category": "Shopping & Payment",
19773
19843
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2V22.7071L7 19.7071L9.5 22.2071L12 19.7071L14.5 22.2071L17 19.7071L20 22.7071V2H4ZM8 14H16V15H8V14ZM14.7071 7.25L14 6.54289L12 8.54289L10 6.54289L9.29289 7.25L11.2929 9.25L9.29289 11.25L10 11.9571L12 9.95711L14 11.9571L14.7071 11.25L12.7071 9.25L14.7071 7.25Z\" 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/square-filled-radius-0-stroke-1",
3
- "version": "1.1.178",
3
+ "version": "1.1.180",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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";