@central-icons-react-native/square-filled-radius-0-stroke-2 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 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
@@ -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-2",
19811
19811
  "componentName": "IconReceiptionBell"
19812
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
+ },
19813
19841
  {
19814
19842
  "category": "Shopping & Payment",
19815
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
@@ -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-2",
3
- "version": "1.1.179",
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": 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";