@central-icons-react-native/round-outlined-radius-1-stroke-1.5 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.
- package/IconMoon1/index.d.ts +4 -0
- package/IconMoon1/index.js +2 -0
- package/IconMoon1/index.js.map +1 -0
- package/IconMoon1/index.mjs +2 -0
- package/IconMoon1/index.mjs.map +1 -0
- package/IconReceiptionBell2/index.d.ts +4 -0
- package/IconReceiptionBell2/index.js +2 -0
- package/IconReceiptionBell2/index.js.map +1 -0
- package/IconReceiptionBell2/index.mjs +2 -0
- package/IconReceiptionBell2/index.mjs.map +1 -0
- package/IconReceiptionBellSparkle/index.d.ts +4 -0
- package/IconReceiptionBellSparkle/index.js +2 -0
- package/IconReceiptionBellSparkle/index.js.map +1 -0
- package/IconReceiptionBellSparkle/index.mjs +2 -0
- package/IconReceiptionBellSparkle/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of h(o))!y.call(r,l)&&l!==t&&p(r,l,{get:()=>o[l],enumerable:!(c=x(o,l))||c.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(k(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>s(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconMoon1:()=>a,default:()=>d});module.exports=I(P);var e=C(require("react"));var i=C(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>i.default.createElement(m.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"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Circle,{cx:"12.5",cy:"7.5",r:"0.75",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),d=a;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\n cx=\"12.5\"\n cy=\"7.5\"\n r=\"0.75\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,UACC,GAAG,OACH,GAAG,MACH,EAAE,OACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,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 p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...l})=>p.createElement(c,{...l,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 C=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12.5",cy:"7.5",r:"0.75",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"8.1",cy:"9.6",r:"1.1",fill:"currentColor"}),o.createElement(t,{cx:"10",cy:"15",r:"2",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(s,{d:"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),B=C;export{C as IconMoon1,B 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\n cx=\"12.5\"\n cy=\"7.5\"\n r=\"0.75\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\" />\n <Circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,CACC,GAAG,OACH,GAAG,MACH,EAAE,OACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,MAAM,EACtEI,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMoon1","props","React","CentralIconBase","IconMoon1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)i(o,e,{get:r[e],enumerable:!0})},d=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of L(r))!h.call(o,s)&&s!==e&&i(o,s,{get:()=>r[s],enumerable:!(p=m(r,s))||p.enumerable});return o};var u=(o,r,e)=>(e=o!=null?c(f(o)):{},d(r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>d(i({},"__esModule",{value:!0}),o);var P={};B(P,{IconReceiptionBell2:()=>a,default:()=>x});module.exports=I(P);var n=u(require("react"));var k=u(require("react")),C=require("react-native-svg"),l=({children:o,size:r=24,...e})=>k.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),a=o=>n.default.createElement(l,{...o},n.default.createElement(t.Path,{d:"M3.75 19.25H20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 16.5V18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 7.5V5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.75 4.75L14.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 7.5C7 7.5 3.75 11.4175 3.75 16.25H20.25C20.25 11.4175 17 7.5 12 7.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;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=\"M3.75 19.25H20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 4.75L14.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5C7 7.5 3.75 11.4175 3.75 16.25H20.25C20.25 11.4175 17 7.5 12 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 r from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...s})=>i.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>r.createElement(t,{...n},r.createElement(e,{d:"M3.75 19.25H20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 16.5V18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 7.5V5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M9.75 4.75L14.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 7.5C7 7.5 3.75 11.4175 3.75 16.25H20.25C20.25 11.4175 17 7.5 12 7.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=d;export{d as IconReceiptionBell2,h 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=\"M3.75 19.25H20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 4.75L14.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5C7 7.5 3.75 11.4175 3.75 16.25H20.25C20.25 11.4175 17 7.5 12 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconReceiptionBell2","props","React","CentralIconBase","IconReceiptionBell2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!B.call(r,C)&&C!==e&&s(r,C,{get:()=>o[C],enumerable:!(p=c(o,C))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?a(f(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var P={};h(P,{IconReceiptionBellSparkle:()=>k,default:()=>x});module.exports=I(P);var n=l(require("react"));var d=l(require("react")),u=require("react-native-svg"),L=({children:r,size:o=24,...e})=>d.default.createElement(u.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 t=require("react-native-svg"),k=r=>n.default.createElement(L,{...r},n.default.createElement(t.Path,{d:"M3.75 19.25L20.25 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 16.5V18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.75 4.75L14.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.5655 7.86018L18.9756 6.32667C18.8999 6.12986 18.7109 6 18.5 6C18.2891 6 18.1001 6.12986 18.0244 6.32667L17.4345 7.86018C17.333 8.12427 17.1243 8.33297 16.8602 8.43455L15.3267 9.02436C15.1299 9.10005 15 9.28914 15 9.5C15 9.71086 15.1299 9.89995 15.3267 9.97564L16.8602 10.5655C17.1243 10.667 17.333 10.8757 17.4345 11.1398L18.0244 12.6733C18.1001 12.8701 18.2891 13 18.5 13C18.7109 13 18.8999 12.8701 18.9756 12.6733L19.5655 11.1398C19.667 10.8757 19.8757 10.667 20.1398 10.5655L21.6733 9.97564C21.8701 9.89995 22 9.71086 22 9.5C22 9.28914 21.8701 9.10005 21.6733 9.02436L20.1398 8.43455C19.8757 8.33297 19.667 8.12427 19.5655 7.86018Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.25 16.25H3.75C3.75 11.4175 7 7.5 12 7.5V5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=k;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=\"M3.75 19.25L20.25 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 4.75L14.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5655 7.86018L18.9756 6.32667C18.8999 6.12986 18.7109 6 18.5 6C18.2891 6 18.1001 6.12986 18.0244 6.32667L17.4345 7.86018C17.333 8.12427 17.1243 8.33297 16.8602 8.43455L15.3267 9.02436C15.1299 9.10005 15 9.28914 15 9.5C15 9.71086 15.1299 9.89995 15.3267 9.97564L16.8602 10.5655C17.1243 10.667 17.333 10.8757 17.4345 11.1398L18.0244 12.6733C18.1001 12.8701 18.2891 13 18.5 13C18.7109 13 18.8999 12.8701 18.9756 12.6733L19.5655 11.1398C19.667 10.8757 19.8757 10.667 20.1398 10.5655L21.6733 9.97564C21.8701 9.89995 22 9.71086 22 9.5C22 9.28914 21.8701 9.10005 21.6733 9.02436L20.1398 8.43455C19.8757 8.33297 19.667 8.12427 19.5655 7.86018Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 16.25H3.75C3.75 11.4175 7 7.5 12 7.5V5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ioBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 p}from"react-native-svg";var t=({children:n,size:r=24,...C})=>s.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3.75 19.25L20.25 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 16.5V18.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.75 4.75L14.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.5655 7.86018L18.9756 6.32667C18.8999 6.12986 18.7109 6 18.5 6C18.2891 6 18.1001 6.12986 18.0244 6.32667L17.4345 7.86018C17.333 8.12427 17.1243 8.33297 16.8602 8.43455L15.3267 9.02436C15.1299 9.10005 15 9.28914 15 9.5C15 9.71086 15.1299 9.89995 15.3267 9.97564L16.8602 10.5655C17.1243 10.667 17.333 10.8757 17.4345 11.1398L18.0244 12.6733C18.1001 12.8701 18.2891 13 18.5 13C18.7109 13 18.8999 12.8701 18.9756 12.6733L19.5655 11.1398C19.667 10.8757 19.8757 10.667 20.1398 10.5655L21.6733 9.97564C21.8701 9.89995 22 9.71086 22 9.5C22 9.28914 21.8701 9.10005 21.6733 9.02436L20.1398 8.43455C19.8757 8.33297 19.667 8.12427 19.5655 7.86018Z",fill:"currentColor"}),o.createElement(e,{d:"M20.25 16.25H3.75C3.75 11.4175 7 7.5 12 7.5V5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconReceiptionBellSparkle,B 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=\"M3.75 19.25L20.25 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V18.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 4.75L14.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5655 7.86018L18.9756 6.32667C18.8999 6.12986 18.7109 6 18.5 6C18.2891 6 18.1001 6.12986 18.0244 6.32667L17.4345 7.86018C17.333 8.12427 17.1243 8.33297 16.8602 8.43455L15.3267 9.02436C15.1299 9.10005 15 9.28914 15 9.5C15 9.71086 15.1299 9.89995 15.3267 9.97564L16.8602 10.5655C17.1243 10.667 17.333 10.8757 17.4345 11.1398L18.0244 12.6733C18.1001 12.8701 18.2891 13 18.5 13C18.7109 13 18.8999 12.8701 18.9756 12.6733L19.5655 11.1398C19.667 10.8757 19.8757 10.667 20.1398 10.5655L21.6733 9.97564C21.8701 9.89995 22 9.71086 22 9.5C22 9.28914 21.8701 9.10005 21.6733 9.02436L20.1398 8.43455C19.8757 8.33297 19.667 8.12427 19.5655 7.86018Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 16.25H3.75C3.75 11.4175 7 7.5 12 7.5V5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ioBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -16128,6 +16128,20 @@
|
|
|
16128
16128
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16129
16129
|
"componentName": "IconMoon"
|
|
16130
16130
|
},
|
|
16131
|
+
{
|
|
16132
|
+
"category": "Weather",
|
|
16133
|
+
"svg": "<circle cx=\"12.5\" cy=\"7.5\" r=\"0.75\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"8.1\" cy=\"9.6\" r=\"1.1\" fill=\"currentColor\"/><circle cx=\"10\" cy=\"15\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.5 9.03076C18.5268 9.27681 17 10.96 17 12.9998C17 14.7686 18.1481 16.2693 19.7397 16.7972\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
16134
|
+
"iconName": "moon, dark-mode, nasa",
|
|
16135
|
+
"variant": {
|
|
16136
|
+
"join": "round",
|
|
16137
|
+
"filled": "off",
|
|
16138
|
+
"radius": "1",
|
|
16139
|
+
"stroke": "1.5"
|
|
16140
|
+
},
|
|
16141
|
+
"createdAt": "2026-04-07T21:02:21.927931+00:00",
|
|
16142
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16143
|
+
"componentName": "IconMoon1"
|
|
16144
|
+
},
|
|
16131
16145
|
{
|
|
16132
16146
|
"category": "Weather",
|
|
16133
16147
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8644 3.5752C6.70688 4.13028 3.5 7.69064 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.3094 20.5 19.8697 17.2931 20.4248 13.1356C19.5298 13.5306 18.54 13.75 17.5 13.75C13.4959 13.75 10.25 10.5041 10.25 6.5C10.25 5.45996 10.4694 4.47015 10.8644 3.5752ZM2 12C2 6.47715 6.47715 2 12 2C12.0681 2 12.136 2.00068 12.2038 2.00204C12.4814 2.0076 12.7331 2.16599 12.8583 2.41377C12.9834 2.66155 12.9615 2.95819 12.8012 3.18485C12.139 4.12157 11.75 5.26425 11.75 6.5C11.75 9.67564 14.3244 12.25 17.5 12.25C18.7358 12.25 19.8784 11.861 20.8151 11.1988C21.0418 11.0385 21.3384 11.0166 21.5862 11.1417C21.834 11.2669 21.9924 11.5186 21.998 11.7962C21.9993 11.8639 22 11.9319 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z\" fill=\"currentColor\"/><path d=\"M16.2404 5.01756L17.052 3.39439C17.2363 3.02587 17.7622 3.02587 17.9464 3.39439L18.758 5.01756C18.8064 5.11432 18.8849 5.19278 18.9816 5.24117L20.6048 6.05275C20.9733 6.23701 20.9733 6.76292 20.6048 6.94718L18.9816 7.75876C18.8849 7.80714 18.8064 7.8856 18.758 7.98237L17.9464 9.60554C17.7622 9.97406 17.2363 9.97406 17.052 9.60554L16.2404 7.98237C16.1921 7.8856 16.1136 7.80714 16.0168 7.75876L14.3937 6.94718C14.0251 6.76292 14.0251 6.23701 14.3937 6.05275L16.0168 5.24117C16.1136 5.19278 16.1921 5.11432 16.2404 5.01756Z\" fill=\"currentColor\"/>",
|
|
@@ -19810,6 +19824,34 @@
|
|
|
19810
19824
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19811
19825
|
"componentName": "IconReceiptionBell"
|
|
19812
19826
|
},
|
|
19827
|
+
{
|
|
19828
|
+
"category": "Things",
|
|
19829
|
+
"svg": "<path d=\"M3.75 19.25H20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V18.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7.5V5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 4.75L14.25 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7.5C7 7.5 3.75 11.4175 3.75 16.25H20.25C20.25 11.4175 17 7.5 12 7.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19830
|
+
"iconName": "receiption-bell-2, concierge, assistant",
|
|
19831
|
+
"variant": {
|
|
19832
|
+
"join": "round",
|
|
19833
|
+
"filled": "off",
|
|
19834
|
+
"radius": "1",
|
|
19835
|
+
"stroke": "1.5"
|
|
19836
|
+
},
|
|
19837
|
+
"createdAt": "2026-04-07T17:02:00.104167+00:00",
|
|
19838
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19839
|
+
"componentName": "IconReceiptionBell2"
|
|
19840
|
+
},
|
|
19841
|
+
{
|
|
19842
|
+
"category": "AI & Magic",
|
|
19843
|
+
"svg": "<path d=\"M3.75 19.25L20.25 19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V18.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 4.75L14.25 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5655 7.86018L18.9756 6.32667C18.8999 6.12986 18.7109 6 18.5 6C18.2891 6 18.1001 6.12986 18.0244 6.32667L17.4345 7.86018C17.333 8.12427 17.1243 8.33297 16.8602 8.43455L15.3267 9.02436C15.1299 9.10005 15 9.28914 15 9.5C15 9.71086 15.1299 9.89995 15.3267 9.97564L16.8602 10.5655C17.1243 10.667 17.333 10.8757 17.4345 11.1398L18.0244 12.6733C18.1001 12.8701 18.2891 13 18.5 13C18.7109 13 18.8999 12.8701 18.9756 12.6733L19.5655 11.1398C19.667 10.8757 19.8757 10.667 20.1398 10.5655L21.6733 9.97564C21.8701 9.89995 22 9.71086 22 9.5C22 9.28914 21.8701 9.10005 21.6733 9.02436L20.1398 8.43455C19.8757 8.33297 19.667 8.12427 19.5655 7.86018Z\" fill=\"currentColor\"/><path d=\"M20.25 16.25H3.75C3.75 11.4175 7 7.5 12 7.5V5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19844
|
+
"iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
|
|
19845
|
+
"variant": {
|
|
19846
|
+
"join": "round",
|
|
19847
|
+
"filled": "off",
|
|
19848
|
+
"radius": "1",
|
|
19849
|
+
"stroke": "1.5"
|
|
19850
|
+
},
|
|
19851
|
+
"createdAt": "2026-04-07T17:02:00.104167+00:00",
|
|
19852
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
19853
|
+
"componentName": "IconReceiptionBellSparkle"
|
|
19854
|
+
},
|
|
19813
19855
|
{
|
|
19814
19856
|
"category": "Shopping & Payment",
|
|
19815
19857
|
"svg": "<path d=\"M8.75 14.75H15.25M13.875 7.375L12 9.25M12 9.25L10.125 11.125M12 9.25L10.125 7.375M12 9.25L13.875 11.125M5.75 2.75H18.25C18.8023 2.75 19.25 3.19772 19.25 3.75V21.25L16.6667 19L14.3333 21.25L12 19L9.66667 21.25L7.33333 19L4.75 21.25V3.75C4.75 3.19772 5.19772 2.75 5.75 2.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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/round-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.181",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1.5/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":
|
|
14
|
+
"totalIcons": 1923,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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":
|
|
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";
|