@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.178 → 1.1.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconFolderOpenFront/index.d.ts +4 -0
- package/IconFolderOpenFront/index.js +2 -0
- package/IconFolderOpenFront/index.js.map +1 -0
- package/IconFolderOpenFront/index.mjs +2 -0
- package/IconFolderOpenFront/index.mjs.map +1 -0
- package/IconImagineHead/index.d.ts +4 -0
- package/IconImagineHead/index.js +2 -0
- package/IconImagineHead/index.js.map +1 -0
- package/IconImagineHead/index.mjs +2 -0
- package/IconImagineHead/index.mjs.map +1 -0
- package/IconInfoSimple/index.d.ts +4 -0
- package/IconInfoSimple/index.js +2 -0
- package/IconInfoSimple/index.js.map +1 -0
- package/IconInfoSimple/index.mjs +2 -0
- package/IconInfoSimple/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 +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -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 +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var k={};L(k,{IconFolderOpenFront:()=>u,default:()=>g});module.exports=P(k);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({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 C=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M2.5 9.5V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H9.09194C9.60367 3.5 10.0959 3.69615 10.4674 4.04809L11.4215 4.95191C11.7929 5.30385 12.2852 5.5 12.7969 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M20.765 11.5H3.23515C1.95826 11.5 1.00837 12.6803 1.28142 13.9277L2.15701 17.9277C2.35797 18.8457 3.17098 19.5 4.11075 19.5H19.891C20.8311 19.5 21.6442 18.8453 21.8449 17.9269L22.7189 13.9269C22.9914 12.6798 22.0416 11.5 20.765 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconFolderOpenFront});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderOpenFront/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 9.5V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H9.09194C9.60367 3.5 10.0959 3.69615 10.4674 4.04809L11.4215 4.95191C11.7929 5.30385 12.2852 5.5 12.7969 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.765 11.5H3.23515C1.95826 11.5 1.00837 12.6803 1.28142 13.9277L2.15701 17.9277C2.35797 18.8457 3.17098 19.5 4.11075 19.5H19.891C20.8311 19.5 21.6442 18.8453 21.8449 17.9269L22.7189 13.9269C22.9914 12.6798 22.0416 11.5 20.765 11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderOpenFront_exports","__export","IconFolderOpenFront","IconFolderOpenFront_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M2.5 9.5V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H9.09194C9.60367 3.5 10.0959 3.69615 10.4674 4.04809L11.4215 4.95191C11.7929 5.30385 12.2852 5.5 12.7969 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M20.765 11.5H3.23515C1.95826 11.5 1.00837 12.6803 1.28142 13.9277L2.15701 17.9277C2.35797 18.8457 3.17098 19.5 4.11075 19.5H19.891C20.8311 19.5 21.6442 18.8453 21.8449 17.9269L22.7189 13.9269C22.9914 12.6798 22.0416 11.5 20.765 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconFolderOpenFront,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFolderOpenFront/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderOpenFront: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 9.5V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H9.09194C9.60367 3.5 10.0959 3.69615 10.4674 4.04809L11.4215 4.95191C11.7929 5.30385 12.2852 5.5 12.7969 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.765 11.5H3.23515C1.95826 11.5 1.00837 12.6803 1.28142 13.9277L2.15701 17.9277C2.35797 18.8457 3.17098 19.5 4.11075 19.5H19.891C20.8311 19.5 21.6442 18.8453 21.8449 17.9269L22.7189 13.9269C22.9914 12.6798 22.0416 11.5 20.765 11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderOpenFront;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderOpenFront","props","React","CentralIconBase","IconFolderOpenFront_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var L=(r,o,e)=>(e=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(t({},"__esModule",{value:!0}),r);var k={};g(k,{IconImagineHead:()=>l,default:()=>P});module.exports=x(k);var C=L(require("react"));var m=L(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(i.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 p=require("react-native-svg"),l=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M15.1335 22L15.8802 19.0357C16.7252 15.8421 22.5611 18.9211 19.9084 11.2237L20.7573 10.1289C21.1424 9.6322 20.9736 8.91945 20.4007 8.66116C19.1703 8.10652 17.9035 7.48475 17.4764 6.20473C16.7536 4.03804 15.1335 2.5 10.8892 2.5M6.64487 22L7.17537 19.4342C7.67616 16.5279 3.92233 14.0788 3.5 11.2237",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M7.06545 4.36018L6.47564 2.82667C6.39995 2.62986 6.21086 2.5 6 2.5C5.78914 2.5 5.60005 2.62986 5.52436 2.82667L4.93455 4.36018C4.83297 4.62427 4.62427 4.83297 4.36018 4.93455L2.82667 5.52436C2.62986 5.60005 2.5 5.78914 2.5 6C2.5 6.21086 2.62986 6.39995 2.82667 6.47564L4.36018 7.06545C4.62427 7.16703 4.83297 7.37573 4.93455 7.63982L5.52436 9.17333C5.60005 9.37014 5.78914 9.5 6 9.5C6.21086 9.5 6.39995 9.37014 6.47564 9.17333L7.06545 7.63982C7.16703 7.37573 7.37573 7.16703 7.63982 7.06545L9.17333 6.47564C9.37014 6.39995 9.5 6.21086 9.5 6C9.5 5.78914 9.37014 5.60005 9.17333 5.52436L7.63982 4.93455C7.37573 4.83297 7.16703 4.62427 7.06545 4.36018Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconImagineHead});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineHead/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.1335 22L15.8802 19.0357C16.7252 15.8421 22.5611 18.9211 19.9084 11.2237L20.7573 10.1289C21.1424 9.6322 20.9736 8.91945 20.4007 8.66116C19.1703 8.10652 17.9035 7.48475 17.4764 6.20473C16.7536 4.03804 15.1335 2.5 10.8892 2.5M6.64487 22L7.17537 19.4342C7.67616 16.5279 3.92233 14.0788 3.5 11.2237\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.06545 4.36018L6.47564 2.82667C6.39995 2.62986 6.21086 2.5 6 2.5C5.78914 2.5 5.60005 2.62986 5.52436 2.82667L4.93455 4.36018C4.83297 4.62427 4.62427 4.83297 4.36018 4.93455L2.82667 5.52436C2.62986 5.60005 2.5 5.78914 2.5 6C2.5 6.21086 2.62986 6.39995 2.82667 6.47564L4.36018 7.06545C4.62427 7.16703 4.83297 7.37573 4.93455 7.63982L5.52436 9.17333C5.60005 9.37014 5.78914 9.5 6 9.5C6.21086 9.5 6.39995 9.37014 6.47564 9.17333L7.06545 7.63982C7.16703 7.37573 7.37573 7.16703 7.63982 7.06545L9.17333 6.47564C9.37014 6.39995 9.5 6.21086 9.5 6C9.5 5.78914 9.37014 5.60005 9.17333 5.52436L7.63982 4.93455C7.37573 4.83297 7.16703 4.62427 7.06545 4.36018Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4SACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconImagineHead_exports","__export","IconImagineHead","IconImagineHead_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(a,{...C,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 t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M15.1335 22L15.8802 19.0357C16.7252 15.8421 22.5611 18.9211 19.9084 11.2237L20.7573 10.1289C21.1424 9.6322 20.9736 8.91945 20.4007 8.66116C19.1703 8.10652 17.9035 7.48475 17.4764 6.20473C16.7536 4.03804 15.1335 2.5 10.8892 2.5M6.64487 22L7.17537 19.4342C7.67616 16.5279 3.92233 14.0788 3.5 11.2237",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M7.06545 4.36018L6.47564 2.82667C6.39995 2.62986 6.21086 2.5 6 2.5C5.78914 2.5 5.60005 2.62986 5.52436 2.82667L4.93455 4.36018C4.83297 4.62427 4.62427 4.83297 4.36018 4.93455L2.82667 5.52436C2.62986 5.60005 2.5 5.78914 2.5 6C2.5 6.21086 2.62986 6.39995 2.82667 6.47564L4.36018 7.06545C4.62427 7.16703 4.83297 7.37573 4.93455 7.63982L5.52436 9.17333C5.60005 9.37014 5.78914 9.5 6 9.5C6.21086 9.5 6.39995 9.37014 6.47564 9.17333L7.06545 7.63982C7.16703 7.37573 7.37573 7.16703 7.63982 7.06545L9.17333 6.47564C9.37014 6.39995 9.5 6.21086 9.5 6C9.5 5.78914 9.37014 5.60005 9.17333 5.52436L7.63982 4.93455C7.37573 4.83297 7.16703 4.62427 7.06545 4.36018Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=s;export{s as IconImagineHead,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineHead/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconImagineHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.1335 22L15.8802 19.0357C16.7252 15.8421 22.5611 18.9211 19.9084 11.2237L20.7573 10.1289C21.1424 9.6322 20.9736 8.91945 20.4007 8.66116C19.1703 8.10652 17.9035 7.48475 17.4764 6.20473C16.7536 4.03804 15.1335 2.5 10.8892 2.5M6.64487 22L7.17537 19.4342C7.67616 16.5279 3.92233 14.0788 3.5 11.2237\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.06545 4.36018L6.47564 2.82667C6.39995 2.62986 6.21086 2.5 6 2.5C5.78914 2.5 5.60005 2.62986 5.52436 2.82667L4.93455 4.36018C4.83297 4.62427 4.62427 4.83297 4.36018 4.93455L2.82667 5.52436C2.62986 5.60005 2.5 5.78914 2.5 6C2.5 6.21086 2.62986 6.39995 2.82667 6.47564L4.36018 7.06545C4.62427 7.16703 4.83297 7.37573 4.93455 7.63982L5.52436 9.17333C5.60005 9.37014 5.78914 9.5 6 9.5C6.21086 9.5 6.39995 9.37014 6.47564 9.17333L7.06545 7.63982C7.16703 7.37573 7.37573 7.16703 7.63982 7.06545L9.17333 6.47564C9.37014 6.39995 9.5 6.21086 9.5 6C9.5 5.78914 9.37014 5.60005 9.17333 5.52436L7.63982 4.93455C7.37573 4.83297 7.16703 4.62427 7.06545 4.36018Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineHead;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4SACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImagineHead","props","React","CentralIconBase","IconImagineHead_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!P.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=I(o,n))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(B(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(t({},"__esModule",{value:!0}),r);var y={};g(y,{IconInfoSimple:()=>f,default:()=>v});module.exports=d(y);var p=C(require("react"));var c=C(require("react")),m=require("react-native-svg"),i=({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 l=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(l.Circle,{cx:"12",cy:"5",r:"1",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M9.5 9.5H11C11.5523 9.5 12 9.94772 12 10.5V19.5M12 19.5H9.5M12 19.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),v=f;0&&(module.exports={IconInfoSimple});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconInfoSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M9.5 9.5H11C11.5523 9.5 12 9.94772 12 10.5V19.5M12 19.5H9.5M12 19.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconInfoSimple_exports","__export","IconInfoSimple","IconInfoSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...t})=>p.createElement(l,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as a,Path as s}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(a,{cx:"12",cy:"5",r:"1",fill:"currentColor"}),e.createElement(s,{d:"M9.5 9.5H11C11.5523 9.5 12 9.94772 12 10.5V19.5M12 19.5H9.5M12 19.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=C;export{C as IconInfoSimple,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconInfoSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconInfoSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M9.5 9.5H11C11.5523 9.5 12 9.94772 12 10.5V19.5M12 19.5H9.5M12 19.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconInfoSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,EACjDI,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconInfoSimple","props","React","CentralIconBase","IconInfoSimple_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},u=(o,r,n,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let p of L(r))!B.call(o,p)&&p!==n&&s(o,p,{get:()=>r[p],enumerable:!(i=m(r,p))||i.enumerable});return o};var C=(o,r,n)=>(n=o!=null?k(f(o)):{},u(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>u(s({},"__esModule",{value:!0}),o);var g={};I(g,{IconReceiptionBell2:()=>c,default:()=>P});module.exports=x(g);var e=C(require("react"));var d=C(require("react")),l=require("react-native-svg"),a=({children:o,size:r=24,...n})=>d.default.createElement(l.Svg,{...n,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"),c=o=>e.default.createElement(a,{...o},e.default.createElement(t.Path,{d:"M2.5 19.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 6V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 3.5L14.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.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",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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=\"M2.5 19.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 6V4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5L14.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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 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,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,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 s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(n,{d:"M2.5 19.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 6V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 3.5L14.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 6C6.24242 6 2.5 10.701 2.5 16.5H21.5C21.5 10.701 17.7576 6 12 6Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconReceiptionBell2,B 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=\"M2.5 19.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 6V4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5L14.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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 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,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,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 C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&C(r,s,{get:()=>o[s],enumerable:!(p=c(o,s))||p.enumerable});return r};var u=(r,o,n)=>(n=r!=null?a(f(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconReceiptionBellSparkle:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var L=u(require("react")),d=require("react-native-svg"),k=({children:r,size:o=24,...n})=>L.default.createElement(d.Svg,{...n,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"),l=r=>e.default.createElement(k,{...r},e.default.createElement(t.Path,{d:"M2.5 19.5L21.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12.002 6V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 3.5L14.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.5809 7.27036L19.0436 5.87334C18.9571 5.64842 18.741 5.5 18.5 5.5C18.259 5.5 18.0429 5.64842 17.9564 5.87334L17.4191 7.27036C17.2159 7.79854 16.7985 8.21594 16.2704 8.41909L14.8733 8.95641C14.6484 9.04292 14.5 9.25901 14.5 9.5C14.5 9.74099 14.6484 9.95708 14.8733 10.0436L16.2704 10.5809C16.7985 10.7841 17.2159 11.2015 17.4191 11.7296L17.9564 13.1267C18.0429 13.3516 18.259 13.5 18.5 13.5C18.741 13.5 18.9571 13.3516 19.0436 13.1267L19.5809 11.7296C19.7841 11.2015 20.2015 10.7841 20.7296 10.5809L22.1267 10.0436C22.3516 9.95708 22.5 9.74099 22.5 9.5C22.5 9.25901 22.3516 9.04292 22.1267 8.95641L20.7296 8.41909C20.2015 8.21594 19.7841 7.79854 19.5809 7.27036Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),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\n d=\"M2.5 19.5L21.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.002 6V4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5L14.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5809 7.27036L19.0436 5.87334C18.9571 5.64842 18.741 5.5 18.5 5.5C18.259 5.5 18.0429 5.64842 17.9564 5.87334L17.4191 7.27036C17.2159 7.79854 16.7985 8.21594 16.2704 8.41909L14.8733 8.95641C14.6484 9.04292 14.5 9.25901 14.5 9.5C14.5 9.74099 14.6484 9.95708 14.8733 10.0436L16.2704 10.5809C16.7985 10.7841 17.2159 11.2015 17.4191 11.7296L17.9564 13.1267C18.0429 13.3516 18.259 13.5 18.5 13.5C18.741 13.5 18.9571 13.3516 19.0436 13.1267L19.5809 11.7296C19.7841 11.2015 20.2015 10.7841 20.7296 10.5809L22.1267 10.0436C22.3516 9.95708 22.5 9.74099 22.5 9.5C22.5 9.25901 22.3516 9.04292 22.1267 8.95641L20.7296 8.41909C20.2015 8.21594 19.7841 7.79854 19.5809 7.27036Z\"\n stroke=\"currentColor\"\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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2pBACF,OAAO,eACP,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 r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:o=24,...s})=>C.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M2.5 19.5L21.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 16.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12.002 6V4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 3.5L14.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M19.5809 7.27036L19.0436 5.87334C18.9571 5.64842 18.741 5.5 18.5 5.5C18.259 5.5 18.0429 5.64842 17.9564 5.87334L17.4191 7.27036C17.2159 7.79854 16.7985 8.21594 16.2704 8.41909L14.8733 8.95641C14.6484 9.04292 14.5 9.25901 14.5 9.5C14.5 9.74099 14.6484 9.95708 14.8733 10.0436L16.2704 10.5809C16.7985 10.7841 17.2159 11.2015 17.4191 11.7296L17.9564 13.1267C18.0429 13.3516 18.259 13.5 18.5 13.5C18.741 13.5 18.9571 13.3516 19.0436 13.1267L19.5809 11.7296C19.7841 11.2015 20.2015 10.7841 20.7296 10.5809L22.1267 10.0436C22.3516 9.95708 22.5 9.74099 22.5 9.5C22.5 9.25901 22.3516 9.04292 22.1267 8.95641L20.7296 8.41909C20.2015 8.21594 19.7841 7.79854 19.5809 7.27036Z",stroke:"currentColor",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=\"M2.5 19.5L21.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.002 6V4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 3.5L14.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5809 7.27036L19.0436 5.87334C18.9571 5.64842 18.741 5.5 18.5 5.5C18.259 5.5 18.0429 5.64842 17.9564 5.87334L17.4191 7.27036C17.2159 7.79854 16.7985 8.21594 16.2704 8.41909L14.8733 8.95641C14.6484 9.04292 14.5 9.25901 14.5 9.5C14.5 9.74099 14.6484 9.95708 14.8733 10.0436L16.2704 10.5809C16.7985 10.7841 17.2159 11.2015 17.4191 11.7296L17.9564 13.1267C18.0429 13.3516 18.259 13.5 18.5 13.5C18.741 13.5 18.9571 13.3516 19.0436 13.1267L19.5809 11.7296C19.7841 11.2015 20.2015 10.7841 20.7296 10.5809L22.1267 10.0436C22.3516 9.95708 22.5 9.74099 22.5 9.5C22.5 9.25901 22.3516 9.04292 22.1267 8.95641L20.7296 8.41909C20.2015 8.21594 19.7841 7.79854 19.5809 7.27036Z\"\n stroke=\"currentColor\"\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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2pBACF,OAAO,eACP,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
|
@@ -177,6 +177,7 @@ Below is a complete list of available icons:
|
|
|
177
177
|
- IconImagesSparkle
|
|
178
178
|
- IconImagine
|
|
179
179
|
- IconImagineAi
|
|
180
|
+
- IconImagineHead
|
|
180
181
|
- IconLightbulbSparkle
|
|
181
182
|
- IconListSparkle
|
|
182
183
|
- IconLiveVoiceTranslate
|
|
@@ -193,6 +194,7 @@ Below is a complete list of available icons:
|
|
|
193
194
|
- IconPromptSuggestion
|
|
194
195
|
- IconPromptTextToImage
|
|
195
196
|
- IconPromptTextToVideo
|
|
197
|
+
- IconReceiptionBellSparkle
|
|
196
198
|
- IconRobot
|
|
197
199
|
- IconScanTextSparkle
|
|
198
200
|
- IconSearchIntelligence
|
|
@@ -832,6 +834,7 @@ Below is a complete list of available icons:
|
|
|
832
834
|
- IconFolderLink
|
|
833
835
|
- IconFolderLink2
|
|
834
836
|
- IconFolderOpen
|
|
837
|
+
- IconFolderOpenFront
|
|
835
838
|
- IconFolderPaper
|
|
836
839
|
- IconFolderRestricted
|
|
837
840
|
- IconFolders
|
|
@@ -1120,6 +1123,7 @@ Below is a complete list of available icons:
|
|
|
1120
1123
|
- IconImport2
|
|
1121
1124
|
- IconInboxChecked
|
|
1122
1125
|
- IconInboxEmpty
|
|
1126
|
+
- IconInfoSimple
|
|
1123
1127
|
- IconLightBulb
|
|
1124
1128
|
- IconLightbulbGlow
|
|
1125
1129
|
- IconLightBulbSimple
|
|
@@ -1938,6 +1942,7 @@ Below is a complete list of available icons:
|
|
|
1938
1942
|
- IconRacingFlag
|
|
1939
1943
|
- IconReadingList
|
|
1940
1944
|
- IconReceiptionBell
|
|
1945
|
+
- IconReceiptionBell2
|
|
1941
1946
|
- IconRescueRing
|
|
1942
1947
|
- IconRockingHorse
|
|
1943
1948
|
- IconScissors1
|
package/filtered-icons.json
CHANGED
|
@@ -11536,6 +11536,20 @@
|
|
|
11536
11536
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
11537
11537
|
"componentName": "IconFolderOpen"
|
|
11538
11538
|
},
|
|
11539
|
+
{
|
|
11540
|
+
"category": "Folders & Files",
|
|
11541
|
+
"svg": "<path d=\"M2.5 9.5V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H9.09194C9.60367 3.5 10.0959 3.69615 10.4674 4.04809L11.4215 4.95191C11.7929 5.30385 12.2852 5.5 12.7969 5.5H19.5C20.6046 5.5 21.5 6.39543 21.5 7.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.765 11.5H3.23515C1.95826 11.5 1.00837 12.6803 1.28142 13.9277L2.15701 17.9277C2.35797 18.8457 3.17098 19.5 4.11075 19.5H19.891C20.8311 19.5 21.6442 18.8453 21.8449 17.9269L22.7189 13.9269C22.9914 12.6798 22.0416 11.5 20.765 11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11542
|
+
"iconName": "folder-open-front",
|
|
11543
|
+
"variant": {
|
|
11544
|
+
"join": "round",
|
|
11545
|
+
"filled": "off",
|
|
11546
|
+
"radius": "2",
|
|
11547
|
+
"stroke": "1"
|
|
11548
|
+
},
|
|
11549
|
+
"createdAt": "2026-04-06T12:02:28.534874+00:00",
|
|
11550
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
11551
|
+
"componentName": "IconFolderOpenFront"
|
|
11552
|
+
},
|
|
11539
11553
|
{
|
|
11540
11554
|
"category": "Folders & Files",
|
|
11541
11555
|
"svg": "<path d=\"M16.5 5.5H18.5C19.6046 5.5 20.5 6.39543 20.5 7.5V10.5M16.5 5.5V10.5M16.5 5.5C16.5 4.39543 15.6046 3.5 14.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V7.5M3.5 7.5H7.42157C7.95201 7.5 8.46071 7.71071 8.83579 8.08579L10.6642 9.91421C11.0393 10.2893 11.548 10.5 12.0784 10.5H16.5M3.5 7.5C2.94772 7.5 2.5 7.94772 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V11.5C21.5 10.9477 21.0523 10.5 20.5 10.5M20.5 10.5H16.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -13818,6 +13832,20 @@
|
|
|
13818
13832
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13819
13833
|
"componentName": "IconImagineAi"
|
|
13820
13834
|
},
|
|
13835
|
+
{
|
|
13836
|
+
"category": "AI & Magic",
|
|
13837
|
+
"svg": "<path d=\"M15.1335 22L15.8802 19.0357C16.7252 15.8421 22.5611 18.9211 19.9084 11.2237L20.7573 10.1289C21.1424 9.6322 20.9736 8.91945 20.4007 8.66116C19.1703 8.10652 17.9035 7.48475 17.4764 6.20473C16.7536 4.03804 15.1335 2.5 10.8892 2.5M6.64487 22L7.17537 19.4342C7.67616 16.5279 3.92233 14.0788 3.5 11.2237\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.06545 4.36018L6.47564 2.82667C6.39995 2.62986 6.21086 2.5 6 2.5C5.78914 2.5 5.60005 2.62986 5.52436 2.82667L4.93455 4.36018C4.83297 4.62427 4.62427 4.83297 4.36018 4.93455L2.82667 5.52436C2.62986 5.60005 2.5 5.78914 2.5 6C2.5 6.21086 2.62986 6.39995 2.82667 6.47564L4.36018 7.06545C4.62427 7.16703 4.83297 7.37573 4.93455 7.63982L5.52436 9.17333C5.60005 9.37014 5.78914 9.5 6 9.5C6.21086 9.5 6.39995 9.37014 6.47564 9.17333L7.06545 7.63982C7.16703 7.37573 7.37573 7.16703 7.63982 7.06545L9.17333 6.47564C9.37014 6.39995 9.5 6.21086 9.5 6C9.5 5.78914 9.37014 5.60005 9.17333 5.52436L7.63982 4.93455C7.37573 4.83297 7.16703 4.62427 7.06545 4.36018Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13838
|
+
"iconName": "imagine-head, thinking, ai",
|
|
13839
|
+
"variant": {
|
|
13840
|
+
"join": "round",
|
|
13841
|
+
"filled": "off",
|
|
13842
|
+
"radius": "2",
|
|
13843
|
+
"stroke": "1"
|
|
13844
|
+
},
|
|
13845
|
+
"createdAt": "2026-04-06T12:02:28.534874+00:00",
|
|
13846
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13847
|
+
"componentName": "IconImagineHead"
|
|
13848
|
+
},
|
|
13821
13849
|
{
|
|
13822
13850
|
"category": "Social Media & Brands",
|
|
13823
13851
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4554 2.25C19.8272 2.25 21.75 4.17278 21.75 6.54465V17.4554C21.75 19.8272 19.8272 21.75 17.4554 21.75H6.54465C4.17278 21.75 2.25 19.8272 2.25 17.4554V6.54465C2.25 4.17278 4.17278 2.25 6.54465 2.25H17.4554ZM12.0002 5.62563C10.1019 5.62565 8.28146 6.25372 6.93922 7.37172C5.59697 8.48972 4.8429 10.0061 4.84289 11.5871C4.84462 12.6156 5.16573 13.6261 5.77501 14.5206C6.38428 15.4151 7.26101 16.1631 8.31998 16.6919C8.03794 17.3233 7.61493 17.9154 7.06848 18.4437C8.12818 18.2577 9.12295 17.8669 9.97535 17.3017C10.6326 17.4644 11.3145 17.5476 12.0002 17.5487C13.8984 17.5487 15.7188 16.9206 17.0611 15.8026C18.4033 14.6846 19.1574 13.1682 19.1574 11.5871C19.1574 10.0061 18.4033 8.48972 17.0611 7.37172C15.7188 6.25373 13.8984 5.62565 12.0002 5.62563Z\" fill=\"currentColor\"/>",
|
|
@@ -13916,6 +13944,20 @@
|
|
|
13916
13944
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13917
13945
|
"componentName": "IconInfinity"
|
|
13918
13946
|
},
|
|
13947
|
+
{
|
|
13948
|
+
"category": "Interface General",
|
|
13949
|
+
"svg": "<circle cx=\"12\" cy=\"5\" r=\"1\" fill=\"currentColor\"/><path d=\"M9.5 9.5H11C11.5523 9.5 12 9.94772 12 10.5V19.5M12 19.5H9.5M12 19.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13950
|
+
"iconName": "info-simple, tooltip, information",
|
|
13951
|
+
"variant": {
|
|
13952
|
+
"join": "round",
|
|
13953
|
+
"filled": "off",
|
|
13954
|
+
"radius": "2",
|
|
13955
|
+
"stroke": "1"
|
|
13956
|
+
},
|
|
13957
|
+
"createdAt": "2026-04-06T12:02:28.534874+00:00",
|
|
13958
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
13959
|
+
"componentName": "IconInfoSimple"
|
|
13960
|
+
},
|
|
13919
13961
|
{
|
|
13920
13962
|
"category": "Location",
|
|
13921
13963
|
"svg": "<path d=\"M6.97444 18.6323L11.1372 11.4961C11.5231 10.8346 12.4789 10.8346 12.8648 11.4961L17.0276 18.6323C17.5494 19.5269 16.5341 20.5274 15.6473 19.9925L12.5175 18.1047C12.1998 17.9131 11.8022 17.9131 11.4845 18.1047L8.35471 19.9925C7.46788 20.5274 6.45259 19.5269 6.97444 18.6323Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.63131 16.5C2.90957 15.1606 2.5 13.6281 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12C21.5 13.6281 21.0904 15.1606 20.3687 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19768,6 +19810,34 @@
|
|
|
19768
19810
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19769
19811
|
"componentName": "IconReceiptionBell"
|
|
19770
19812
|
},
|
|
19813
|
+
{
|
|
19814
|
+
"category": "Things",
|
|
19815
|
+
"svg": "<path d=\"M2.5 19.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 6V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 3.5L14.5 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><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\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19816
|
+
"iconName": "receiption-bell-2, concierge, assistant",
|
|
19817
|
+
"variant": {
|
|
19818
|
+
"join": "round",
|
|
19819
|
+
"filled": "off",
|
|
19820
|
+
"radius": "2",
|
|
19821
|
+
"stroke": "1"
|
|
19822
|
+
},
|
|
19823
|
+
"createdAt": "2026-04-07T17:02:00.104167+00:00",
|
|
19824
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19825
|
+
"componentName": "IconReceiptionBell2"
|
|
19826
|
+
},
|
|
19827
|
+
{
|
|
19828
|
+
"category": "AI & Magic",
|
|
19829
|
+
"svg": "<path d=\"M2.5 19.5L21.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.002 6V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 3.5L14.5 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 16.5H2.5C2.5 10.701 6.24242 6 12 6V3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5809 7.27036L19.0436 5.87334C18.9571 5.64842 18.741 5.5 18.5 5.5C18.259 5.5 18.0429 5.64842 17.9564 5.87334L17.4191 7.27036C17.2159 7.79854 16.7985 8.21594 16.2704 8.41909L14.8733 8.95641C14.6484 9.04292 14.5 9.25901 14.5 9.5C14.5 9.74099 14.6484 9.95708 14.8733 10.0436L16.2704 10.5809C16.7985 10.7841 17.2159 11.2015 17.4191 11.7296L17.9564 13.1267C18.0429 13.3516 18.259 13.5 18.5 13.5C18.741 13.5 18.9571 13.3516 19.0436 13.1267L19.5809 11.7296C19.7841 11.2015 20.2015 10.7841 20.7296 10.5809L22.1267 10.0436C22.3516 9.95708 22.5 9.74099 22.5 9.5C22.5 9.25901 22.3516 9.04292 22.1267 8.95641L20.7296 8.41909C20.2015 8.21594 19.7841 7.79854 19.5809 7.27036Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19830
|
+
"iconName": "receiption-bell-sparkle, ai-concierge, ai-assistant",
|
|
19831
|
+
"variant": {
|
|
19832
|
+
"join": "round",
|
|
19833
|
+
"filled": "off",
|
|
19834
|
+
"radius": "2",
|
|
19835
|
+
"stroke": "1"
|
|
19836
|
+
},
|
|
19837
|
+
"createdAt": "2026-04-07T17:02:00.104167+00:00",
|
|
19838
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19839
|
+
"componentName": "IconReceiptionBellSparkle"
|
|
19840
|
+
},
|
|
19771
19841
|
{
|
|
19772
19842
|
"category": "Shopping & Payment",
|
|
19773
19843
|
"svg": "<path d=\"M8.5 14.5H15.5M14 7.25L12 9.25M12 9.25L10 11.25M12 9.25L10 7.25M12 9.25L14 11.25M6.5 2.5H17.5C18.6046 2.5 19.5 3.39543 19.5 4.5V21.5L17 19L14.5 21.5L12 19L9.5 21.5L7 19L4.5 21.5V4.5C4.5 3.39543 5.39543 2.5 6.5 2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -823,6 +823,7 @@ export type CentralIconName =
|
|
|
823
823
|
| "IconFolderLink"
|
|
824
824
|
| "IconFolderLink2"
|
|
825
825
|
| "IconFolderOpen"
|
|
826
|
+
| "IconFolderOpenFront"
|
|
826
827
|
| "IconFolderPaper"
|
|
827
828
|
| "IconFolderRestricted"
|
|
828
829
|
| "IconFolders"
|
|
@@ -986,6 +987,7 @@ export type CentralIconName =
|
|
|
986
987
|
| "IconImagesSparkle"
|
|
987
988
|
| "IconImagine"
|
|
988
989
|
| "IconImagineAi"
|
|
990
|
+
| "IconImagineHead"
|
|
989
991
|
| "IconImessage"
|
|
990
992
|
| "IconImport"
|
|
991
993
|
| "IconImport2"
|
|
@@ -993,6 +995,7 @@ export type CentralIconName =
|
|
|
993
995
|
| "IconInboxEmpty"
|
|
994
996
|
| "IconIncrease"
|
|
995
997
|
| "IconInfinity"
|
|
998
|
+
| "IconInfoSimple"
|
|
996
999
|
| "IconInitiatives"
|
|
997
1000
|
| "IconInjection"
|
|
998
1001
|
| "IconInputForm"
|
|
@@ -1411,6 +1414,8 @@ export type CentralIconName =
|
|
|
1411
1414
|
| "IconReceiptBill"
|
|
1412
1415
|
| "IconReceiptCheck"
|
|
1413
1416
|
| "IconReceiptionBell"
|
|
1417
|
+
| "IconReceiptionBell2"
|
|
1418
|
+
| "IconReceiptionBellSparkle"
|
|
1414
1419
|
| "IconReceiptStorno"
|
|
1415
1420
|
| "IconReceiptTax"
|
|
1416
1421
|
| "IconRecKeyframe"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.180",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
14
|
+
"totalIcons": 1922,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 76,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"IconImagesSparkle",
|
|
48
48
|
"IconImagine",
|
|
49
49
|
"IconImagineAi",
|
|
50
|
+
"IconImagineHead",
|
|
50
51
|
"IconLightbulbSparkle",
|
|
51
52
|
"IconListSparkle",
|
|
52
53
|
"IconLiveVoiceTranslate",
|
|
@@ -63,6 +64,7 @@
|
|
|
63
64
|
"IconPromptSuggestion",
|
|
64
65
|
"IconPromptTextToImage",
|
|
65
66
|
"IconPromptTextToVideo",
|
|
67
|
+
"IconReceiptionBellSparkle",
|
|
66
68
|
"IconRobot",
|
|
67
69
|
"IconScanTextSparkle",
|
|
68
70
|
"IconSearchIntelligence",
|
|
@@ -689,7 +691,7 @@
|
|
|
689
691
|
]
|
|
690
692
|
},
|
|
691
693
|
"Folders & Files": {
|
|
692
|
-
"count":
|
|
694
|
+
"count": 84,
|
|
693
695
|
"icons": [
|
|
694
696
|
"IconArchive",
|
|
695
697
|
"IconBlankPageLandscape",
|
|
@@ -728,6 +730,7 @@
|
|
|
728
730
|
"IconFolderLink",
|
|
729
731
|
"IconFolderLink2",
|
|
730
732
|
"IconFolderOpen",
|
|
733
|
+
"IconFolderOpenFront",
|
|
731
734
|
"IconFolderPaper",
|
|
732
735
|
"IconFolderRestricted",
|
|
733
736
|
"IconFolders",
|
|
@@ -927,7 +930,7 @@
|
|
|
927
930
|
]
|
|
928
931
|
},
|
|
929
932
|
"Interface General": {
|
|
930
|
-
"count":
|
|
933
|
+
"count": 196,
|
|
931
934
|
"icons": [
|
|
932
935
|
"IconAnchor1",
|
|
933
936
|
"IconAnchor2",
|
|
@@ -1028,6 +1031,7 @@
|
|
|
1028
1031
|
"IconImport2",
|
|
1029
1032
|
"IconInboxChecked",
|
|
1030
1033
|
"IconInboxEmpty",
|
|
1034
|
+
"IconInfoSimple",
|
|
1031
1035
|
"IconLightBulb",
|
|
1032
1036
|
"IconLightbulbGlow",
|
|
1033
1037
|
"IconLightBulbSimple",
|
|
@@ -1779,7 +1783,7 @@
|
|
|
1779
1783
|
]
|
|
1780
1784
|
},
|
|
1781
1785
|
"Things": {
|
|
1782
|
-
"count":
|
|
1786
|
+
"count": 135,
|
|
1783
1787
|
"icons": [
|
|
1784
1788
|
"IconAnvil",
|
|
1785
1789
|
"IconApps",
|
|
@@ -1872,6 +1876,7 @@
|
|
|
1872
1876
|
"IconRacingFlag",
|
|
1873
1877
|
"IconReadingList",
|
|
1874
1878
|
"IconReceiptionBell",
|
|
1879
|
+
"IconReceiptionBell2",
|
|
1875
1880
|
"IconRescueRing",
|
|
1876
1881
|
"IconRockingHorse",
|
|
1877
1882
|
"IconScissors1",
|
|
@@ -2943,6 +2948,7 @@
|
|
|
2943
2948
|
"IconFolderLink": "folder-link, link, attachment",
|
|
2944
2949
|
"IconFolderLink2": "folder-link-2, link, attachment",
|
|
2945
2950
|
"IconFolderOpen": "folder-open",
|
|
2951
|
+
"IconFolderOpenFront": "folder-open-front",
|
|
2946
2952
|
"IconFolderPaper": "folder-paper",
|
|
2947
2953
|
"IconFolderRestricted": "folder-restricted",
|
|
2948
2954
|
"IconFolders": "folders",
|
|
@@ -3106,6 +3112,7 @@
|
|
|
3106
3112
|
"IconImagesSparkle": "images-sparkle, photos, pictures, shot, generate",
|
|
3107
3113
|
"IconImagine": "imagine, head, thinking",
|
|
3108
3114
|
"IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
|
|
3115
|
+
"IconImagineHead": "imagine-head, thinking, ai",
|
|
3109
3116
|
"IconImessage": "imessage",
|
|
3110
3117
|
"IconImport": "import, download, save",
|
|
3111
3118
|
"IconImport2": "import-2, download, save",
|
|
@@ -3113,6 +3120,7 @@
|
|
|
3113
3120
|
"IconInboxEmpty": "inbox-empty",
|
|
3114
3121
|
"IconIncrease": "increase, scale, show-more, change-position",
|
|
3115
3122
|
"IconInfinity": "infinity, loop, boomerang",
|
|
3123
|
+
"IconInfoSimple": "info-simple, tooltip, information",
|
|
3116
3124
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
3117
3125
|
"IconInjection": "injection",
|
|
3118
3126
|
"IconInputForm": "input-form, text-area, prompt, rename",
|
|
@@ -3531,6 +3539,8 @@
|
|
|
3531
3539
|
"IconReceiptBill": "receipt-bill, purchase, invoice",
|
|
3532
3540
|
"IconReceiptCheck": "receipt-check, ticket",
|
|
3533
3541
|
"IconReceiptionBell": "receiption-bell, concierge",
|
|
3542
|
+
"IconReceiptionBell2": "receiption-bell-2, concierge, assistant",
|
|
3543
|
+
"IconReceiptionBellSparkle": "receiption-bell-sparkle, ai-concierge, ai-assistant",
|
|
3534
3544
|
"IconReceiptStorno": "receipt-storno, close, remove",
|
|
3535
3545
|
"IconReceiptTax": "receipt-tax, discount",
|
|
3536
3546
|
"IconRecKeyframe": "rec-keyframe, rhombus",
|
package/index.d.ts
CHANGED
|
@@ -822,6 +822,7 @@ export { IconFolderDownload, default as IconFolderDownloadDefault, } from "./Ico
|
|
|
822
822
|
export { IconFolderLink, default as IconFolderLinkDefault, } from "./IconFolderLink";
|
|
823
823
|
export { IconFolderLink2, default as IconFolderLink2Default, } from "./IconFolderLink2";
|
|
824
824
|
export { IconFolderOpen, default as IconFolderOpenDefault, } from "./IconFolderOpen";
|
|
825
|
+
export { IconFolderOpenFront, default as IconFolderOpenFrontDefault, } from "./IconFolderOpenFront";
|
|
825
826
|
export { IconFolderPaper, default as IconFolderPaperDefault, } from "./IconFolderPaper";
|
|
826
827
|
export { IconFolderRestricted, default as IconFolderRestrictedDefault, } from "./IconFolderRestricted";
|
|
827
828
|
export { IconFolderShared, default as IconFolderSharedDefault, } from "./IconFolderShared";
|
|
@@ -985,6 +986,7 @@ export { IconImagesCircle, default as IconImagesCircleDefault, } from "./IconIma
|
|
|
985
986
|
export { IconImagesSparkle, default as IconImagesSparkleDefault, } from "./IconImagesSparkle";
|
|
986
987
|
export { IconImagine, default as IconImagineDefault } from "./IconImagine";
|
|
987
988
|
export { IconImagineAi, default as IconImagineAiDefault, } from "./IconImagineAi";
|
|
989
|
+
export { IconImagineHead, default as IconImagineHeadDefault, } from "./IconImagineHead";
|
|
988
990
|
export { IconImessage, default as IconImessageDefault } from "./IconImessage";
|
|
989
991
|
export { IconImport, default as IconImportDefault } from "./IconImport";
|
|
990
992
|
export { IconImport2, default as IconImport2Default } from "./IconImport2";
|
|
@@ -992,6 +994,7 @@ export { IconInboxChecked, default as IconInboxCheckedDefault, } from "./IconInb
|
|
|
992
994
|
export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEmpty";
|
|
993
995
|
export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
|
|
994
996
|
export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
|
|
997
|
+
export { IconInfoSimple, default as IconInfoSimpleDefault, } from "./IconInfoSimple";
|
|
995
998
|
export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
|
|
996
999
|
export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
|
|
997
1000
|
export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
|
|
@@ -1414,6 +1417,8 @@ export { IconReceiptCheck, default as IconReceiptCheckDefault, } from "./IconRec
|
|
|
1414
1417
|
export { IconReceiptStorno, default as IconReceiptStornoDefault, } from "./IconReceiptStorno";
|
|
1415
1418
|
export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceiptTax";
|
|
1416
1419
|
export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";
|
|
1420
|
+
export { IconReceiptionBell2, default as IconReceiptionBell2Default, } from "./IconReceiptionBell2";
|
|
1421
|
+
export { IconReceiptionBellSparkle, default as IconReceiptionBellSparkleDefault, } from "./IconReceiptionBellSparkle";
|
|
1417
1422
|
export { IconRecord, default as IconRecordDefault } from "./IconRecord";
|
|
1418
1423
|
export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
|
|
1419
1424
|
export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";
|