@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.179 → 1.1.181

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 IconMoon1: FC<CentralIconBaseProps>;
4
+ export default IconMoon1;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var c=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)c(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of B(o))!i.call(r,p)&&p!==t&&c(r,p,{get:()=>o[p],enumerable:!(C=y(o,p))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(I(r)):{},s(o||!r||!r.__esModule?c(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(c({},"__esModule",{value:!0}),r);var v={};P(v,{IconMoon1:()=>x,default:()=>k});module.exports=g(v);var e=l(require("react"));var m=l(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(a.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 n=require("react-native-svg"),x=r=>e.default.createElement(u,{...r},e.default.createElement(n.Circle,{cx:"13.5",cy:"7.5",r:"1.5",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"7.75",cy:"9.75",r:"1.25",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"10.5",cy:"15.75",r:"2",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),k=x;0&&(module.exports={IconMoon1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMoon1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMoon1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" />\n <Circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\" />\n <Path\n d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon1;\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,eAAAE,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,EAA6B,4BAEhBC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,EACzD,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,IAAI,OAAO,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGE,EAAQJ","names":["IconMoon1_exports","__export","IconMoon1","IconMoon1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoon1","props","React","CentralIconBase","IconMoon1_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import c from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>c.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as s}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{cx:"13.5",cy:"7.5",r:"1.5",stroke:"currentColor"}),o.createElement(t,{cx:"7.75",cy:"9.75",r:"1.25",stroke:"currentColor"}),o.createElement(t,{cx:"10.5",cy:"15.75",r:"2",stroke:"currentColor"}),o.createElement(s,{d:"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor"}),o.createElement(t,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),P=l;export{l as IconMoon1,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMoon1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMoon1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" />\n <Circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\" />\n <Circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\" />\n <Path\n d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMoon1;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,EACzDI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC3DI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,IAAI,OAAO,eAAe,EACzDI,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMoon1","props","React","CentralIconBase","IconMoon1_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 f=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of I(o))!k.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=B(o,p))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(s({},"__esModule",{value:!0}),r);var v={};x(v,{IconReceiptionBell2:()=>i,default:()=>g});module.exports=P(v);var t=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.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 n=require("react-native-svg"),i=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M2 19.5H22",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M12 6V4",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M9 3.5L15 3.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z",stroke:"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 d=\"M2 19.5H22\" stroke=\"currentColor\" />\n <Path d=\"M12 16.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12 6V4\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\" />\n <Path\n d=\"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z\"\n stroke=\"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,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,UAAU,OAAO,eAAe,cAAc,SAAS,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACT,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M2 19.5H22",stroke:"currentColor"}),o.createElement(e,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M12 6V4",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M9 3.5L15 3.5",stroke:"currentColor"}),o.createElement(e,{d:"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z",stroke:"currentColor"})),k=l;export{l as IconReceiptionBell2,k 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 d=\"M2 19.5H22\" stroke=\"currentColor\" />\n <Path d=\"M12 16.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12 6V4\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\" />\n <Path\n d=\"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z\"\n stroke=\"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,CAAK,EAAE,aAAa,OAAO,eAAe,EAC3CG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,UAAU,OAAO,eAAe,cAAc,SAAS,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACT,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 s=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of B(o))!d.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(l=i(o,p))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(s({},"__esModule",{value:!0}),r);var g={};k(g,{IconReceiptionBellSparkle:()=>L,default:()=>P});module.exports=x(g);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(c.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 n=require("react-native-svg"),L=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M2 19.5L22 19.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M9 3.5L15 3.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M18.9 5.5H18.1L17.1 8.1L14.5 9.1V9.9L17.1 10.9L18.1 13.5H18.9L19.9 10.9L22.5 9.9V9.1L19.9 8.1L18.9 5.5Z",stroke:"currentColor"})),P=L;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 d=\"M2 19.5L22 19.5\" stroke=\"currentColor\" />\n <Path d=\"M12 16.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\" />\n <Path\n d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M18.9 5.5H18.1L17.1 8.1L14.5 9.1V9.9L17.1 10.9L18.1 13.5H18.9L19.9 10.9L22.5 9.9V9.1L19.9 8.1L18.9 5.5Z\"\n stroke=\"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,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0GACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconReceiptionBellSparkle_exports","__export","IconReceiptionBellSparkle","IconReceiptionBellSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReceiptionBellSparkle","props","React","CentralIconBase","IconReceiptionBellSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M2 19.5L22 19.5",stroke:"currentColor"}),o.createElement(e,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M9 3.5L15 3.5",stroke:"currentColor"}),o.createElement(e,{d:"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5",stroke:"currentColor"}),o.createElement(e,{d:"M18.9 5.5H18.1L17.1 8.1L14.5 9.1V9.9L17.1 10.9L18.1 13.5H18.9L19.9 10.9L22.5 9.9V9.1L19.9 8.1L18.9 5.5Z",stroke:"currentColor"})),d=C;export{C as IconReceiptionBellSparkle,d 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 d=\"M2 19.5L22 19.5\" stroke=\"currentColor\" />\n <Path d=\"M12 16.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\" />\n <Path\n d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M18.9 5.5H18.1L17.1 8.1L14.5 9.1V9.9L17.1 10.9L18.1 13.5H18.9L19.9 10.9L22.5 9.9V9.1L19.9 8.1L18.9 5.5Z\"\n stroke=\"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,CAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0GACF,OAAO,eACT,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
@@ -2165,6 +2167,7 @@ Below is a complete list of available icons:
2165
2167
  - IconDrop
2166
2168
  - IconLightning
2167
2169
  - IconMoon
2170
+ - IconMoon1
2168
2171
  - IconMoonStar
2169
2172
  - IconRainy
2170
2173
  - IconRainyLight
@@ -16128,6 +16128,20 @@
16128
16128
  "packageName": "square-outlined-radius-0-stroke-1",
16129
16129
  "componentName": "IconMoon"
16130
16130
  },
16131
+ {
16132
+ "category": "Weather",
16133
+ "svg": "<circle cx=\"13.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\"/><circle cx=\"7.75\" cy=\"9.75\" r=\"1.25\" stroke=\"currentColor\"/><circle cx=\"10.5\" cy=\"15.75\" r=\"2\" stroke=\"currentColor\"/><path d=\"M21 9C19 9 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
16134
+ "iconName": "moon, dark-mode, nasa",
16135
+ "variant": {
16136
+ "join": "square",
16137
+ "filled": "off",
16138
+ "radius": "0",
16139
+ "stroke": "1"
16140
+ },
16141
+ "createdAt": "2026-04-07T21:02:21.927931+00:00",
16142
+ "packageName": "square-outlined-radius-0-stroke-1",
16143
+ "componentName": "IconMoon1"
16144
+ },
16131
16145
  {
16132
16146
  "category": "Weather",
16133
16147
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8562 13.6114C19.7789 14.1787 18.5516 14.5 17.25 14.5C12.9698 14.5 9.5 11.0303 9.5 6.75008C9.5 5.44846 9.82138 4.22116 10.3886 3.14397C6.18696 3.90346 3 7.57959 3 12.0001C3 16.9706 7.02944 21 12 21C16.4205 21 20.0967 17.8131 20.8562 13.6114ZM20.9926 12.3683C19.9215 13.0833 18.6344 13.5 17.25 13.5C13.5221 13.5 10.5 10.478 10.5 6.75008C10.5 5.36567 10.9168 4.07861 11.6317 3.00752C11.7469 2.83494 11.8698 2.66797 12 2.5071C12.14 2.33408 12.2884 2.16811 12.4446 2.00983C12.2972 2.00338 12.149 2.00012 12 2.00012C11.6949 2.00012 11.3929 2.01379 11.0947 2.04055C5.99608 2.49805 2 6.78239 2 12.0001C2 17.5229 6.47715 22 12 22C17.2177 22 21.5021 18.0039 21.9596 12.9053C21.9863 12.6071 22 12.3052 22 12.0001C22 11.8511 21.9967 11.7029 21.9903 11.5555C21.832 11.7116 21.666 11.8601 21.493 12.0001C21.3321 12.1302 21.1652 12.2531 20.9926 12.3683Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 2.63199L18.7893 5.21067L21.368 6.50002L18.7893 7.78936L17.5 10.3681L16.2107 7.78936L13.632 6.50002L16.2107 5.21067L17.5 2.63199ZM17.5 4.86805L16.956 5.95603L15.868 6.50002L16.956 7.04401L17.5 8.13199L18.044 7.04401L19.132 6.50002L18.044 5.95603L17.5 4.86805Z\" fill=\"currentColor\"/>",
@@ -19810,6 +19824,34 @@
19810
19824
  "packageName": "square-outlined-radius-0-stroke-1",
19811
19825
  "componentName": "IconReceiptionBell"
19812
19826
  },
19827
+ {
19828
+ "category": "Things",
19829
+ "svg": "<path d=\"M2 19.5H22\" stroke=\"currentColor\"/><path d=\"M12 16.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 6V4\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\"/><path d=\"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z\" stroke=\"currentColor\"/>",
19830
+ "iconName": "receiption-bell-2, concierge, assistant",
19831
+ "variant": {
19832
+ "join": "square",
19833
+ "filled": "off",
19834
+ "radius": "0",
19835
+ "stroke": "1"
19836
+ },
19837
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19838
+ "packageName": "square-outlined-radius-0-stroke-1",
19839
+ "componentName": "IconReceiptionBell2"
19840
+ },
19841
+ {
19842
+ "category": "AI & Magic",
19843
+ "svg": "<path d=\"M2 19.5L22 19.5\" stroke=\"currentColor\"/><path d=\"M12 16.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M9 3.5L15 3.5\" stroke=\"currentColor\"/><path d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\" stroke=\"currentColor\"/><path d=\"M18.9 5.5H18.1L17.1 8.1L14.5 9.1V9.9L17.1 10.9L18.1 13.5H18.9L19.9 10.9L22.5 9.9V9.1L19.9 8.1L18.9 5.5Z\" stroke=\"currentColor\"/>",
19844
+ "iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
19845
+ "variant": {
19846
+ "join": "square",
19847
+ "filled": "off",
19848
+ "radius": "0",
19849
+ "stroke": "1"
19850
+ },
19851
+ "createdAt": "2026-04-07T17:02:00.104167+00:00",
19852
+ "packageName": "square-outlined-radius-0-stroke-1",
19853
+ "componentName": "IconReceiptionBellSparkle"
19854
+ },
19813
19855
  {
19814
19856
  "category": "Shopping & Payment",
19815
19857
  "svg": "<path d=\"M8.5 14.5H15.5M14 7.25L12 9.25M12 9.25L10 11.25M12 9.25L10 7.25M12 9.25L14 11.25M4.5 2.5H19.5V21.5L17 19L14.5 21.5L12 19L9.5 21.5L7 19L4.5 21.5V2.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -1151,6 +1151,7 @@ export type CentralIconName =
1151
1151
  | "IconMoneybag"
1152
1152
  | "IconMoneyHand"
1153
1153
  | "IconMoon"
1154
+ | "IconMoon1"
1154
1155
  | "IconMoonStar"
1155
1156
  | "IconMorningBrief"
1156
1157
  | "IconMountainBike"
@@ -1414,6 +1415,8 @@ export type CentralIconName =
1414
1415
  | "IconReceiptBill"
1415
1416
  | "IconReceiptCheck"
1416
1417
  | "IconReceiptionBell"
1418
+ | "IconReceiptionBell2"
1419
+ | "IconReceiptionBellSparkle"
1417
1420
  | "IconReceiptStorno"
1418
1421
  | "IconReceiptTax"
1419
1422
  | "IconRecKeyframe"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.179",
3
+ "version": "1.1.181",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1923,
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",
@@ -2097,7 +2099,7 @@
2097
2099
  ]
2098
2100
  },
2099
2101
  "Weather": {
2100
- "count": 19,
2102
+ "count": 20,
2101
2103
  "icons": [
2102
2104
  "IconCloudSnow",
2103
2105
  "IconCloudWeather",
@@ -2106,6 +2108,7 @@
2106
2108
  "IconDrop",
2107
2109
  "IconLightning",
2108
2110
  "IconMoon",
2111
+ "IconMoon1",
2109
2112
  "IconMoonStar",
2110
2113
  "IconRainy",
2111
2114
  "IconRainyLight",
@@ -3274,6 +3277,7 @@
3274
3277
  "IconMoneybag": "moneybag, purse, savings",
3275
3278
  "IconMoneyHand": "money-hand, coins, pay",
3276
3279
  "IconMoon": "moon, dark-mode, night",
3280
+ "IconMoon1": "moon, dark-mode, nasa",
3277
3281
  "IconMoonStar": "moon-star, night",
3278
3282
  "IconMorningBrief": "morning-brief, daily-todo",
3279
3283
  "IconMountainBike": "mountain-bike",
@@ -3537,6 +3541,8 @@
3537
3541
  "IconReceiptBill": "receipt-bill, purchase, invoice",
3538
3542
  "IconReceiptCheck": "receipt-check, ticket",
3539
3543
  "IconReceiptionBell": "receiption-bell, concierge",
3544
+ "IconReceiptionBell2": "receiption-bell-2, concierge, assistant",
3545
+ "IconReceiptionBellSparkle": "receiption-bell-sparkle, ai-concierge, ai-assistant",
3540
3546
  "IconReceiptStorno": "receipt-storno, close, remove",
3541
3547
  "IconReceiptTax": "receipt-tax, discount",
3542
3548
  "IconRecKeyframe": "rec-keyframe, rhombus",
package/index.d.ts CHANGED
@@ -1150,6 +1150,7 @@ export { IconModelcontextprotocol, default as IconModelcontextprotocolDefault, }
1150
1150
  export { IconMoneyHand, default as IconMoneyHandDefault, } from "./IconMoneyHand";
1151
1151
  export { IconMoneybag, default as IconMoneybagDefault } from "./IconMoneybag";
1152
1152
  export { IconMoon, default as IconMoonDefault } from "./IconMoon";
1153
+ export { IconMoon1, default as IconMoon1Default } from "./IconMoon1";
1153
1154
  export { IconMoonStar, default as IconMoonStarDefault } from "./IconMoonStar";
1154
1155
  export { IconMorningBrief, default as IconMorningBriefDefault, } from "./IconMorningBrief";
1155
1156
  export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMountainBike";
@@ -1417,6 +1418,8 @@ export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconRec
1417
1418
  export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
1418
1419
  export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
1419
1420
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";
1421
+ export { IconReceiptionBell2, default as IconReceiptionBell2Default, } from "./IconReceiptionBell2";
1422
+ export { IconReceiptionBellSparkle, default as IconReceiptionBellSparkleDefault, } from "./IconReceiptionBellSparkle";
1420
1423
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1421
1424
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1422
1425
  export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";