@central-icons-react-native/square-filled-radius-0-stroke-2 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.8076 20H2.19043L0.261719 11H23.7363L21.8076 20Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M12.4131 5H21.999V9H1.99902V3H10.4131L12.4131 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.8076 20H2.19043L0.261719 11H23.7363L21.8076 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4131 5H21.999V9H1.99902V3H10.4131L12.4131 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,mDACF,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.8076 20H2.19043L0.261719 11H23.7363L21.8076 20Z",fill:"currentColor"}),t.createElement(n,{d:"M12.4131 5H21.999V9H1.99902V3H10.4131L12.4131 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.8076 20H2.19043L0.261719 11H23.7363L21.8076 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4131 5H21.999V9H1.99902V3H10.4131L12.4131 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,mDACF,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:"M11 2C13.1136 2 14.7118 2.39444 15.8994 3.17871C17.1067 3.97602 17.7711 5.09718 18.1602 6.30273C18.3174 6.78987 18.6856 7.16781 19.2988 7.53809C19.6053 7.72315 19.9459 7.89115 20.3203 8.06641C20.6789 8.23424 21.0913 8.41936 21.4639 8.61426L22.5059 9.15918L20.6064 11.6895C21.1179 13.3621 21.2637 14.6343 21.0508 15.626C20.7935 16.8237 20.0558 17.4639 19.2822 17.8477C18.924 18.0253 18.5471 18.1539 18.2363 18.2598C17.9035 18.3731 17.6417 18.4619 17.4062 18.5713C16.9847 18.7672 16.773 18.9685 16.6729 19.3594L16.6719 19.3584L15.9717 22.2363L14.0283 21.7637L14.7324 18.875L14.7344 18.8633C15.0325 17.6991 15.8073 17.1089 16.5625 16.7578C16.9155 16.5938 17.2903 16.4698 17.5918 16.3672C17.9153 16.2571 18.1709 16.1661 18.3936 16.0557C18.7819 15.863 18.9999 15.6521 19.0957 15.2061C19.2149 14.6511 19.1602 13.6419 18.5518 11.8164L18.3857 11.3193L18.7002 10.9004L19.4678 9.875C19.085 9.6958 18.6652 9.49279 18.2646 9.25098C17.4602 8.76521 16.6259 8.06039 16.2568 6.91699C15.9646 6.01154 15.5241 5.32742 14.7979 4.84766C14.0518 4.35492 12.8863 4 11 4V2Z",fill:"currentColor"}),n.default.createElement(L.Path,{d:"M5.02637 11.3584C5.1001 11.8737 5.32673 12.4169 5.67773 13.0254C6.03472 13.6442 6.46316 14.2385 6.92383 14.9219C7.77334 16.1821 8.79603 17.8049 8.48633 19.6641L8.4834 19.6807L8.48047 19.6963L7.98047 22.1963L6.01953 21.8037L6.51367 19.3281C6.67201 18.3579 6.16322 17.373 5.26465 16.04C4.85023 15.4253 4.34874 14.7247 3.94531 14.0254C3.53589 13.3157 3.17117 12.5172 3.0459 11.6416L5.02637 11.3584Z",fill:"currentColor"}),n.default.createElement(L.Path,{d:"M6.40039 2L7.40039 4.59961L10 5.59961V6.40039L7.40039 7.40039L6.40039 10H5.59961L4.59961 7.40039L2 6.40039V5.59961L4.59961 4.59961L5.59961 2H6.40039Z",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=\"M11 2C13.1136 2 14.7118 2.39444 15.8994 3.17871C17.1067 3.97602 17.7711 5.09718 18.1602 6.30273C18.3174 6.78987 18.6856 7.16781 19.2988 7.53809C19.6053 7.72315 19.9459 7.89115 20.3203 8.06641C20.6789 8.23424 21.0913 8.41936 21.4639 8.61426L22.5059 9.15918L20.6064 11.6895C21.1179 13.3621 21.2637 14.6343 21.0508 15.626C20.7935 16.8237 20.0558 17.4639 19.2822 17.8477C18.924 18.0253 18.5471 18.1539 18.2363 18.2598C17.9035 18.3731 17.6417 18.4619 17.4062 18.5713C16.9847 18.7672 16.773 18.9685 16.6729 19.3594L16.6719 19.3584L15.9717 22.2363L14.0283 21.7637L14.7324 18.875L14.7344 18.8633C15.0325 17.6991 15.8073 17.1089 16.5625 16.7578C16.9155 16.5938 17.2903 16.4698 17.5918 16.3672C17.9153 16.2571 18.1709 16.1661 18.3936 16.0557C18.7819 15.863 18.9999 15.6521 19.0957 15.2061C19.2149 14.6511 19.1602 13.6419 18.5518 11.8164L18.3857 11.3193L18.7002 10.9004L19.4678 9.875C19.085 9.6958 18.6652 9.49279 18.2646 9.25098C17.4602 8.76521 16.6259 8.06039 16.2568 6.91699C15.9646 6.01154 15.5241 5.32742 14.7979 4.84766C14.0518 4.35492 12.8863 4 11 4V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.02637 11.3584C5.1001 11.8737 5.32673 12.4169 5.67773 13.0254C6.03472 13.6442 6.46316 14.2385 6.92383 14.9219C7.77334 16.1821 8.79603 17.8049 8.48633 19.6641L8.4834 19.6807L8.48047 19.6963L7.98047 22.1963L6.01953 21.8037L6.51367 19.3281C6.67201 18.3579 6.16322 17.373 5.26465 16.04C4.85023 15.4253 4.34874 14.7247 3.94531 14.0254C3.53589 13.3157 3.17117 12.5172 3.0459 11.6416L5.02637 11.3584Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.40039 2L7.40039 4.59961L10 5.59961V6.40039L7.40039 7.40039L6.40039 10H5.59961L4.59961 7.40039L2 6.40039V5.59961L4.59961 4.59961L5.59961 2H6.40039Z\"\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,2hCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,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:"M11 2C13.1136 2 14.7118 2.39444 15.8994 3.17871C17.1067 3.97602 17.7711 5.09718 18.1602 6.30273C18.3174 6.78987 18.6856 7.16781 19.2988 7.53809C19.6053 7.72315 19.9459 7.89115 20.3203 8.06641C20.6789 8.23424 21.0913 8.41936 21.4639 8.61426L22.5059 9.15918L20.6064 11.6895C21.1179 13.3621 21.2637 14.6343 21.0508 15.626C20.7935 16.8237 20.0558 17.4639 19.2822 17.8477C18.924 18.0253 18.5471 18.1539 18.2363 18.2598C17.9035 18.3731 17.6417 18.4619 17.4062 18.5713C16.9847 18.7672 16.773 18.9685 16.6729 19.3594L16.6719 19.3584L15.9717 22.2363L14.0283 21.7637L14.7324 18.875L14.7344 18.8633C15.0325 17.6991 15.8073 17.1089 16.5625 16.7578C16.9155 16.5938 17.2903 16.4698 17.5918 16.3672C17.9153 16.2571 18.1709 16.1661 18.3936 16.0557C18.7819 15.863 18.9999 15.6521 19.0957 15.2061C19.2149 14.6511 19.1602 13.6419 18.5518 11.8164L18.3857 11.3193L18.7002 10.9004L19.4678 9.875C19.085 9.6958 18.6652 9.49279 18.2646 9.25098C17.4602 8.76521 16.6259 8.06039 16.2568 6.91699C15.9646 6.01154 15.5241 5.32742 14.7979 4.84766C14.0518 4.35492 12.8863 4 11 4V2Z",fill:"currentColor"}),o.createElement(e,{d:"M5.02637 11.3584C5.1001 11.8737 5.32673 12.4169 5.67773 13.0254C6.03472 13.6442 6.46316 14.2385 6.92383 14.9219C7.77334 16.1821 8.79603 17.8049 8.48633 19.6641L8.4834 19.6807L8.48047 19.6963L7.98047 22.1963L6.01953 21.8037L6.51367 19.3281C6.67201 18.3579 6.16322 17.373 5.26465 16.04C4.85023 15.4253 4.34874 14.7247 3.94531 14.0254C3.53589 13.3157 3.17117 12.5172 3.0459 11.6416L5.02637 11.3584Z",fill:"currentColor"}),o.createElement(e,{d:"M6.40039 2L7.40039 4.59961L10 5.59961V6.40039L7.40039 7.40039L6.40039 10H5.59961L4.59961 7.40039L2 6.40039V5.59961L4.59961 4.59961L5.59961 2H6.40039Z",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=\"M11 2C13.1136 2 14.7118 2.39444 15.8994 3.17871C17.1067 3.97602 17.7711 5.09718 18.1602 6.30273C18.3174 6.78987 18.6856 7.16781 19.2988 7.53809C19.6053 7.72315 19.9459 7.89115 20.3203 8.06641C20.6789 8.23424 21.0913 8.41936 21.4639 8.61426L22.5059 9.15918L20.6064 11.6895C21.1179 13.3621 21.2637 14.6343 21.0508 15.626C20.7935 16.8237 20.0558 17.4639 19.2822 17.8477C18.924 18.0253 18.5471 18.1539 18.2363 18.2598C17.9035 18.3731 17.6417 18.4619 17.4062 18.5713C16.9847 18.7672 16.773 18.9685 16.6729 19.3594L16.6719 19.3584L15.9717 22.2363L14.0283 21.7637L14.7324 18.875L14.7344 18.8633C15.0325 17.6991 15.8073 17.1089 16.5625 16.7578C16.9155 16.5938 17.2903 16.4698 17.5918 16.3672C17.9153 16.2571 18.1709 16.1661 18.3936 16.0557C18.7819 15.863 18.9999 15.6521 19.0957 15.2061C19.2149 14.6511 19.1602 13.6419 18.5518 11.8164L18.3857 11.3193L18.7002 10.9004L19.4678 9.875C19.085 9.6958 18.6652 9.49279 18.2646 9.25098C17.4602 8.76521 16.6259 8.06039 16.2568 6.91699C15.9646 6.01154 15.5241 5.32742 14.7979 4.84766C14.0518 4.35492 12.8863 4 11 4V2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.02637 11.3584C5.1001 11.8737 5.32673 12.4169 5.67773 13.0254C6.03472 13.6442 6.46316 14.2385 6.92383 14.9219C7.77334 16.1821 8.79603 17.8049 8.48633 19.6641L8.4834 19.6807L8.48047 19.6963L7.98047 22.1963L6.01953 21.8037L6.51367 19.3281C6.67201 18.3579 6.16322 17.373 5.26465 16.04C4.85023 15.4253 4.34874 14.7247 3.94531 14.0254C3.53589 13.3157 3.17117 12.5172 3.0459 11.6416L5.02637 11.3584Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.40039 2L7.40039 4.59961L10 5.59961V6.40039L7.40039 7.40039L6.40039 10H5.59961L4.59961 7.40039L2 6.40039V5.59961L4.59961 4.59961L5.59961 2H6.40039Z\"\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,2hCACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,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:"M13 18H15V20H9V18H11V11.5H9V9.5H13V18Z",fill:"currentColor"}),p.default.createElement(l.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 d=\"M13 18H15V20H9V18H11V11.5H9V9.5H13V18Z\" fill=\"currentColor\" />\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,QAAK,EAAE,yCAAyC,KAAK,eAAe,EACrE,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 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:"M13 18H15V20H9V18H11V11.5H9V9.5H13V18Z",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 d=\"M13 18H15V20H9V18H11V11.5H9V9.5H13V18Z\" fill=\"currentColor\" />\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,CAAK,EAAE,yCAAyC,KAAK,eAAe,EACrEG,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 V=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(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?B(V(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconReceiptionBell2:()=>i,default:()=>g});module.exports=P(v);var p=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=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M15 4.5H13.002V6.04688C15.322 6.27183 17.2409 7.28039 18.6201 8.82324C20.182 10.5705 21 12.9438 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z",fill:"currentColor"})),g=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=\"M15 4.5H13.002V6.04688C15.322 6.27183 17.2409 7.28039 18.6201 8.82324C20.182 10.5705 21 12.9438 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\"\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,sQACF,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 C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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:"M15 4.5H13.002V6.04688C15.322 6.27183 17.2409 7.28039 18.6201 8.82324C20.182 10.5705 21 12.9438 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z",fill:"currentColor"})),u=l;export{l 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 4.5H13.002V6.04688C15.322 6.27183 17.2409 7.28039 18.6201 8.82324C20.182 10.5705 21 12.9438 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\"\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,sQACF,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 H=Object.create;var n=Object.defineProperty;var V=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})},C=(r,o,e,L)=>{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:!(L=V(o,t))||L.enumerable});return r};var a=(r,o,e)=>(e=r!=null?H(B(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};I(g,{IconReceiptionBellSparkle:()=>f,default:()=>P});module.exports=x(g);var p=a(require("react"));var m=a(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 l=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M18.85 6H18.15L17.275 8.275L15 9.15V9.85L17.275 10.725L18.15 13H18.85L19.725 10.725L22 9.85V9.15L19.725 8.275L18.85 6Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M15 4.5H13.002V6.04688C14.1676 6.1599 15.2322 6.47026 16.1777 6.94727L16.1143 7.11426L14.4619 7.75L13.5 8.12012V10.8799L14.4619 11.25L16.1143 11.8848L16.75 13.5381L17.1201 14.5H19.8799L20.25 13.5381L20.6182 12.5781C20.87 13.5053 21 14.488 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z",fill:"currentColor"})),P=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=\"M18.85 6H18.15L17.275 8.275L15 9.15V9.85L17.275 10.725L18.15 13H18.85L19.725 10.725L22 9.85V9.15L19.725 8.275L18.85 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4.5H13.002V6.04688C14.1676 6.1599 15.2322 6.47026 16.1777 6.94727L16.1143 7.11426L14.4619 7.75L13.5 8.12012V10.8799L14.4619 11.25L16.1143 11.8848L16.75 13.5381L17.1201 14.5H19.8799L20.25 13.5381L20.6182 12.5781C20.87 13.5053 21 14.488 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\"\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,yHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qZACF,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 L}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M18.85 6H18.15L17.275 8.275L15 9.15V9.85L17.275 10.725L18.15 13H18.85L19.725 10.725L22 9.85V9.15L19.725 8.275L18.85 6Z",fill:"currentColor"}),e.createElement(n,{d:"M15 4.5H13.002V6.04688C14.1676 6.1599 15.2322 6.47026 16.1777 6.94727L16.1143 7.11426L14.4619 7.75L13.5 8.12012V10.8799L14.4619 11.25L16.1143 11.8848L16.75 13.5381L17.1201 14.5H19.8799L20.25 13.5381L20.6182 12.5781C20.87 13.5053 21 14.488 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z",fill:"currentColor"})),u=C;export{C 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=\"M18.85 6H18.15L17.275 8.275L15 9.15V9.85L17.275 10.725L18.15 13H18.85L19.725 10.725L22 9.85V9.15L19.725 8.275L18.85 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15 4.5H13.002V6.04688C14.1676 6.1599 15.2322 6.47026 16.1777 6.94727L16.1143 7.11426L14.4619 7.75L13.5 8.12012V10.8799L14.4619 11.25L16.1143 11.8848L16.75 13.5381L17.1201 14.5H19.8799L20.25 13.5381L20.6182 12.5781C20.87 13.5053 21 14.488 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\"\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,yHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qZACF,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-2",
11537
11537
  "componentName": "IconFolderOpen"
11538
11538
  },
11539
+ {
11540
+ "category": "Folders & Files",
11541
+ "svg": "<path d=\"M21.8076 20H2.19043L0.261719 11H23.7363L21.8076 20Z\" fill=\"currentColor\"/><path d=\"M12.4131 5H21.999V9H1.99902V3H10.4131L12.4131 5Z\" fill=\"currentColor\"/>",
11542
+ "iconName": "folder-open-front",
11543
+ "variant": {
11544
+ "join": "square",
11545
+ "filled": "on",
11546
+ "radius": "0",
11547
+ "stroke": "2"
11548
+ },
11549
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
11550
+ "packageName": "square-filled-radius-0-stroke-2",
11551
+ "componentName": "IconFolderOpenFront"
11552
+ },
11539
11553
  {
11540
11554
  "category": "Folders & Files",
11541
11555
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H17V5H21V10H22.0039V21H2.00391V7H3V3ZM19 10V7H17V10H19ZM15 10V5H5V7H9.41812L12.4181 10H15Z\" fill=\"currentColor\"/>",
@@ -13818,6 +13832,20 @@
13818
13832
  "packageName": "square-filled-radius-0-stroke-2",
13819
13833
  "componentName": "IconImagineAi"
13820
13834
  },
13835
+ {
13836
+ "category": "AI & Magic",
13837
+ "svg": "<path d=\"M11 2C13.1136 2 14.7118 2.39444 15.8994 3.17871C17.1067 3.97602 17.7711 5.09718 18.1602 6.30273C18.3174 6.78987 18.6856 7.16781 19.2988 7.53809C19.6053 7.72315 19.9459 7.89115 20.3203 8.06641C20.6789 8.23424 21.0913 8.41936 21.4639 8.61426L22.5059 9.15918L20.6064 11.6895C21.1179 13.3621 21.2637 14.6343 21.0508 15.626C20.7935 16.8237 20.0558 17.4639 19.2822 17.8477C18.924 18.0253 18.5471 18.1539 18.2363 18.2598C17.9035 18.3731 17.6417 18.4619 17.4062 18.5713C16.9847 18.7672 16.773 18.9685 16.6729 19.3594L16.6719 19.3584L15.9717 22.2363L14.0283 21.7637L14.7324 18.875L14.7344 18.8633C15.0325 17.6991 15.8073 17.1089 16.5625 16.7578C16.9155 16.5938 17.2903 16.4698 17.5918 16.3672C17.9153 16.2571 18.1709 16.1661 18.3936 16.0557C18.7819 15.863 18.9999 15.6521 19.0957 15.2061C19.2149 14.6511 19.1602 13.6419 18.5518 11.8164L18.3857 11.3193L18.7002 10.9004L19.4678 9.875C19.085 9.6958 18.6652 9.49279 18.2646 9.25098C17.4602 8.76521 16.6259 8.06039 16.2568 6.91699C15.9646 6.01154 15.5241 5.32742 14.7979 4.84766C14.0518 4.35492 12.8863 4 11 4V2Z\" fill=\"currentColor\"/><path d=\"M5.02637 11.3584C5.1001 11.8737 5.32673 12.4169 5.67773 13.0254C6.03472 13.6442 6.46316 14.2385 6.92383 14.9219C7.77334 16.1821 8.79603 17.8049 8.48633 19.6641L8.4834 19.6807L8.48047 19.6963L7.98047 22.1963L6.01953 21.8037L6.51367 19.3281C6.67201 18.3579 6.16322 17.373 5.26465 16.04C4.85023 15.4253 4.34874 14.7247 3.94531 14.0254C3.53589 13.3157 3.17117 12.5172 3.0459 11.6416L5.02637 11.3584Z\" fill=\"currentColor\"/><path d=\"M6.40039 2L7.40039 4.59961L10 5.59961V6.40039L7.40039 7.40039L6.40039 10H5.59961L4.59961 7.40039L2 6.40039V5.59961L4.59961 4.59961L5.59961 2H6.40039Z\" fill=\"currentColor\"/>",
13838
+ "iconName": "imagine-head, thinking, ai",
13839
+ "variant": {
13840
+ "join": "square",
13841
+ "filled": "on",
13842
+ "radius": "0",
13843
+ "stroke": "2"
13844
+ },
13845
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13846
+ "packageName": "square-filled-radius-0-stroke-2",
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-2",
13917
13945
  "componentName": "IconInfinity"
13918
13946
  },
13947
+ {
13948
+ "category": "Interface General",
13949
+ "svg": "<path d=\"M13 18H15V20H9V18H11V11.5H9V9.5H13V18Z\" 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": "square",
13953
+ "filled": "on",
13954
+ "radius": "0",
13955
+ "stroke": "2"
13956
+ },
13957
+ "createdAt": "2026-04-06T12:02:28.534874+00:00",
13958
+ "packageName": "square-filled-radius-0-stroke-2",
13959
+ "componentName": "IconInfoSimple"
13960
+ },
13919
13961
  {
13920
13962
  "category": "Location",
13921
13963
  "svg": "<path d=\"M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 12.9254 19.8433 13.812 19.5558 14.6361L19.2264 15.5803L21.1148 16.2391L21.4442 15.2949C21.8046 14.2619 22 13.1527 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.1527 2.19544 14.2619 2.5558 15.2949L2.88519 16.2391L4.77358 15.5803L4.4442 14.6361C4.1567 13.812 4 12.9254 4 12Z\" fill=\"currentColor\"/><path d=\"M12 8.26393L5.35904 21.5459L12 18.5943L18.641 21.5459L12 8.26393Z\" fill=\"currentColor\"/>",
@@ -19768,6 +19810,34 @@
19768
19810
  "packageName": "square-filled-radius-0-stroke-2",
19769
19811
  "componentName": "IconReceiptionBell"
19770
19812
  },
19813
+ {
19814
+ "category": "Things",
19815
+ "svg": "<path d=\"M15 4.5H13.002V6.04688C15.322 6.27183 17.2409 7.28039 18.6201 8.82324C20.182 10.5705 21 12.9438 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\" fill=\"currentColor\"/>",
19816
+ "iconName": "receiption-bell-2, concierge, assistant",
19817
+ "variant": {
19818
+ "join": "square",
19819
+ "filled": "on",
19820
+ "radius": "0",
19821
+ "stroke": "2"
19822
+ },
19823
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19824
+ "packageName": "square-filled-radius-0-stroke-2",
19825
+ "componentName": "IconReceiptionBell2"
19826
+ },
19827
+ {
19828
+ "category": "AI & Magic",
19829
+ "svg": "<path d=\"M18.85 6H18.15L17.275 8.275L15 9.15V9.85L17.275 10.725L18.15 13H18.85L19.725 10.725L22 9.85V9.15L19.725 8.275L18.85 6Z\" fill=\"currentColor\"/><path d=\"M15 4.5H13.002V6.04688C14.1676 6.1599 15.2322 6.47026 16.1777 6.94727L16.1143 7.11426L14.4619 7.75L13.5 8.12012V10.8799L14.4619 11.25L16.1143 11.8848L16.75 13.5381L17.1201 14.5H19.8799L20.25 13.5381L20.6182 12.5781C20.87 13.5053 21 14.488 21 15.5V16.5H13L13.001 18H21V20H3V18H11.001L11 16.5H3V15.5C3 12.9438 3.818 10.5705 5.37988 8.82324C6.75988 7.27953 8.68017 6.27109 11.002 6.04688V4.5H9V2.5H15V4.5Z\" fill=\"currentColor\"/>",
19830
+ "iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
19831
+ "variant": {
19832
+ "join": "square",
19833
+ "filled": "on",
19834
+ "radius": "0",
19835
+ "stroke": "2"
19836
+ },
19837
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19838
+ "packageName": "square-filled-radius-0-stroke-2",
19839
+ "componentName": "IconReceiptionBellSparkle"
19840
+ },
19771
19841
  {
19772
19842
  "category": "Shopping & Payment",
19773
19843
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2V22.4982L7.26556 20.259L9.66667 22.3171L12 20.3171L14.3333 22.3171L16.7344 20.259L20 22.4982V2H4ZM8 14H16V16H8V14ZM15.1339 7.53033L13.7197 6.11612L12 7.83579L10.2803 6.11612L8.86612 7.53033L10.5858 9.25L8.86612 10.9697L10.2803 12.3839L12 10.6642L13.7197 12.3839L15.1339 10.9697L13.4142 9.25L15.1339 7.53033Z\" 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-2",
3
- "version": "1.1.178",
3
+ "version": "1.1.180",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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";