@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.179 → 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 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
@@ -194,6 +194,7 @@ Below is a complete list of available icons:
194
194
  - IconPromptSuggestion
195
195
  - IconPromptTextToImage
196
196
  - IconPromptTextToVideo
197
+ - IconReceiptionBellSparkle
197
198
  - IconRobot
198
199
  - IconScanTextSparkle
199
200
  - IconSearchIntelligence
@@ -1941,6 +1942,7 @@ Below is a complete list of available icons:
1941
1942
  - IconRacingFlag
1942
1943
  - IconReadingList
1943
1944
  - IconReceiptionBell
1945
+ - IconReceiptionBell2
1944
1946
  - IconRescueRing
1945
1947
  - IconRockingHorse
1946
1948
  - IconScissors1
@@ -19810,6 +19810,34 @@
19810
19810
  "packageName": "square-filled-radius-0-stroke-1",
19811
19811
  "componentName": "IconReceiptionBell"
19812
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
+ },
19813
19841
  {
19814
19842
  "category": "Shopping & Payment",
19815
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
@@ -1414,6 +1414,8 @@ export type CentralIconName =
1414
1414
  | "IconReceiptBill"
1415
1415
  | "IconReceiptCheck"
1416
1416
  | "IconReceiptionBell"
1417
+ | "IconReceiptionBell2"
1418
+ | "IconReceiptionBellSparkle"
1417
1419
  | "IconReceiptStorno"
1418
1420
  | "IconReceiptTax"
1419
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.179",
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": 1920,
14
+ "totalIcons": 1922,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 75,
17
+ "count": 76,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -64,6 +64,7 @@
64
64
  "IconPromptSuggestion",
65
65
  "IconPromptTextToImage",
66
66
  "IconPromptTextToVideo",
67
+ "IconReceiptionBellSparkle",
67
68
  "IconRobot",
68
69
  "IconScanTextSparkle",
69
70
  "IconSearchIntelligence",
@@ -1782,7 +1783,7 @@
1782
1783
  ]
1783
1784
  },
1784
1785
  "Things": {
1785
- "count": 134,
1786
+ "count": 135,
1786
1787
  "icons": [
1787
1788
  "IconAnvil",
1788
1789
  "IconApps",
@@ -1875,6 +1876,7 @@
1875
1876
  "IconRacingFlag",
1876
1877
  "IconReadingList",
1877
1878
  "IconReceiptionBell",
1879
+ "IconReceiptionBell2",
1878
1880
  "IconRescueRing",
1879
1881
  "IconRockingHorse",
1880
1882
  "IconScissors1",
@@ -3537,6 +3539,8 @@
3537
3539
  "IconReceiptBill": "receipt-bill, purchase, invoice",
3538
3540
  "IconReceiptCheck": "receipt-check, ticket",
3539
3541
  "IconReceiptionBell": "receiption-bell, concierge",
3542
+ "IconReceiptionBell2": "receiption-bell-2, concierge, assistant",
3543
+ "IconReceiptionBellSparkle": "receiption-bell-sparkle, ai-concierge, ai-assistant",
3540
3544
  "IconReceiptStorno": "receipt-storno, close, remove",
3541
3545
  "IconReceiptTax": "receipt-tax, discount",
3542
3546
  "IconRecKeyframe": "rec-keyframe, rhombus",
package/index.d.ts CHANGED
@@ -1417,6 +1417,8 @@ export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconRec
1417
1417
  export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
1418
1418
  export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
1419
1419
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";
1420
+ export { IconReceiptionBell2, default as IconReceiptionBell2Default, } from "./IconReceiptionBell2";
1421
+ export { IconReceiptionBellSparkle, default as IconReceiptionBellSparkleDefault, } from "./IconReceiptionBellSparkle";
1420
1422
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1421
1423
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1422
1424
  export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";