@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.169 → 1.1.171
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/IconAlbums/index.js +1 -1
- package/IconAlbums/index.js.map +1 -1
- package/IconAlbums/index.mjs +1 -1
- package/IconAlbums/index.mjs.map +1 -1
- package/IconBaking/index.d.ts +4 -0
- package/IconBaking/index.js +2 -0
- package/IconBaking/index.js.map +1 -0
- package/IconBaking/index.mjs +2 -0
- package/IconBaking/index.mjs.map +1 -0
- package/IconCd/index.d.ts +4 -0
- package/IconCd/index.js +2 -0
- package/IconCd/index.js.map +1 -0
- package/IconCd/index.mjs +2 -0
- package/IconCd/index.mjs.map +1 -0
- package/IconPeopleNoise/index.d.ts +4 -0
- package/IconPeopleNoise/index.js +2 -0
- package/IconPeopleNoise/index.js.map +1 -0
- package/IconPeopleNoise/index.mjs +2 -0
- package/IconPeopleNoise/index.mjs.map +1 -0
- package/IconPeopleSparkles/index.d.ts +4 -0
- package/IconPeopleSparkles/index.js +2 -0
- package/IconPeopleSparkles/index.js.map +1 -0
- package/IconPeopleSparkles/index.mjs +2 -0
- package/IconPeopleSparkles/index.mjs.map +1 -0
- package/IconPin2/index.d.ts +4 -0
- package/IconPin2/index.js +2 -0
- package/IconPin2/index.js.map +1 -0
- package/IconPin2/index.mjs +2 -0
- package/IconPin2/index.mjs.map +1 -0
- package/IconUnpin2/index.d.ts +4 -0
- package/IconUnpin2/index.js +2 -0
- package/IconUnpin2/index.js.map +1 -0
- package/IconUnpin2/index.mjs +2 -0
- package/IconUnpin2/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +18 -6
- package/index.d.ts +6 -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 +43 -1
package/IconAlbums/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(p({},"__esModule",{value:!0}),r);var g={};L(g,{IconAlbums:()=>c,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),C=({children:r,size:o=24,...n})=>l.default.createElement(m.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 s=require("react-native-svg"),c=r=>t.default.createElement(C,{...r},t.default.createElement(s.Path,{d:"M3.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M7.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconAlbums});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconAlbums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,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,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAlbums_exports","__export","IconAlbums","IconAlbums_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
package/IconAlbums/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(a,{...p,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 u=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconAlbums,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconAlbums/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/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 IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,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,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&s(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var C=(r,o,n)=>(n=r!=null?k(B(r)):{},u(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>u(s({},"__esModule",{value:!0}),r);var P={};L(P,{IconBaking:()=>l,default:()=>x});module.exports=g(P);var e=C(require("react"));var a=C(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.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 p=require("react-native-svg"),l=r=>e.default.createElement(d,{...r},e.default.createElement(p.Path,{d:"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconBaking});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBaking_exports","__export","IconBaking","IconBaking_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 4.5H2.5V19.5H21.5V4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconBaking,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBaking/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 IconBaking: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBaking;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBaking","props","React","CentralIconBase","IconBaking_default"]}
|
package/IconCd/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=f(o,n))||c.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(x(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(s({},"__esModule",{value:!0}),r);var y={};I(y,{IconCd:()=>m,default:()=>g});module.exports=P(y);var t=a(require("react"));var i=a(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.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 p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconCd});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/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 IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\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,YAAAE,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,EAAoCC,GAE7C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCd_exports","__export","IconCd","IconCd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
package/IconCd/index.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as C}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconCd,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/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 IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\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,EAAoCC,GAE7CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of Z(o))!I.call(r,l)&&l!==n&&t(r,l,{get:()=>o[l],enumerable:!(p=M(o,l))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?c(B(r)):{},i(o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n,r)),a=r=>i(t({},"__esModule",{value:!0}),r);var g={};P(g,{IconPeopleNoise:()=>m,default:()=>x});module.exports=a(g);var C=s(require("react"));var u=s(require("react")),f=require("react-native-svg"),d=({children:r,size:o=24,...n})=>u.default.createElement(f.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 e=require("react-native-svg"),m=r=>C.default.createElement(d,{...r},C.default.createElement(e.Path,{d:"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),C.default.createElement(e.Path,{d:"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),x=m;0&&(module.exports={IconPeopleNoise});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/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 IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\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,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleNoise_exports","__export","IconPeopleNoise","IconPeopleNoise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var i=n=>r.createElement(e,{...n},r.createElement(o,{d:"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z",fill:"currentColor"}),r.createElement(o,{d:"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z",fill:"currentColor"}),r.createElement(o,{d:"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z",fill:"currentColor"}),r.createElement(o,{d:"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z",fill:"currentColor"}),r.createElement(o,{d:"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z",fill:"currentColor"}),r.createElement(o,{d:"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z",fill:"currentColor"}),r.createElement(o,{d:"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z",fill:"currentColor"}),r.createElement(o,{d:"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),r.createElement(o,{d:"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),I=i;export{i as IconPeopleNoise,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/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 IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\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,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&p(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var s=(r,o,C)=>(C=r!=null?c(B(r)):{},L(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>L(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconPeopleSparkles:()=>u,default:()=>g});module.exports=x(k);var e=s(require("react"));var a=s(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...C})=>a.default.createElement(i.Svg,{...C,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"),u=r=>e.default.createElement(m,{...r},e.default.createElement(t.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),g=u;0&&(module.exports={IconPeopleSparkles});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/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 IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleSparkles_exports","__export","IconPeopleSparkles","IconPeopleSparkles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,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"},e);import{Path as C}from"react-native-svg";var L=e=>o.createElement(n,{...e},o.createElement(C,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(C,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),o.createElement(C,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),I=L;export{L as IconPeopleSparkles,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/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 IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)e(r,n,{get:o[n],enumerable:!0})},l=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==n&&e(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,n)=>(n=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?e(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>l(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPin2:()=>i,default:()=>v});module.exports=d(h);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...n})=>m.default.createElement(c.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qHACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPin2_exports","__export","IconPin2","IconPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import C from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>C.createElement(a,{...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 e}from"react-native-svg";var l=o=>n.createElement(t,{...o},n.createElement(e,{d:"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z",stroke:"currentColor",strokeLinejoin:"round"}),n.createElement(e,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"})),x=l;export{l as IconPin2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPin2/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 IconPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPin2;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qHACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPin2","props","React","CentralIconBase","IconPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var l=(r,o,n)=>(n=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconUnpin2:()=>c,default:()=>g});module.exports=P(k);var t=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>i.default.createElement(m.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 C=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(C.Path,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"}),t.default.createElement(C.Path,{d:"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18.5M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M3.5 2.5L19.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;0&&(module.exports={IconUnpin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18.5M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 2.5L19.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUnpin2_exports","__export","IconUnpin2","IconUnpin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z",fill:"currentColor"}),o.createElement(e,{d:"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18.5M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 2.5L19.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconUnpin2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnpin2/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 IconUnpin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18.5M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 2.5L19.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnpin2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnpin2","props","React","CentralIconBase","IconUnpin2_default"]}
|
package/README.md
CHANGED
|
@@ -876,6 +876,7 @@ Below is a complete list of available icons:
|
|
|
876
876
|
- IconAppleNewton
|
|
877
877
|
- IconApples
|
|
878
878
|
- IconAvocado
|
|
879
|
+
- IconBaking
|
|
879
880
|
- IconBanana
|
|
880
881
|
- IconBananas
|
|
881
882
|
- IconBeer
|
|
@@ -1134,6 +1135,7 @@ Below is a complete list of available icons:
|
|
|
1134
1135
|
- IconPaperclip2
|
|
1135
1136
|
- IconPaperclip3
|
|
1136
1137
|
- IconPin
|
|
1138
|
+
- IconPin2
|
|
1137
1139
|
- IconPlanning
|
|
1138
1140
|
- IconPlusLarge
|
|
1139
1141
|
- IconPlusSmall
|
|
@@ -1193,6 +1195,7 @@ Below is a complete list of available icons:
|
|
|
1193
1195
|
- IconTrial
|
|
1194
1196
|
- IconUnarchiv
|
|
1195
1197
|
- IconUnpin
|
|
1198
|
+
- IconUnpin2
|
|
1196
1199
|
- IconUntrash
|
|
1197
1200
|
- IconWindow
|
|
1198
1201
|
- IconWindow2
|
|
@@ -1344,8 +1347,10 @@ Below is a complete list of available icons:
|
|
|
1344
1347
|
- IconPeopleGear
|
|
1345
1348
|
- IconPeopleIdCard
|
|
1346
1349
|
- IconPeopleLike
|
|
1350
|
+
- IconPeopleNoise
|
|
1347
1351
|
- IconPeopleRemove
|
|
1348
1352
|
- IconPeopleRemove2
|
|
1353
|
+
- IconPeopleSparkles
|
|
1349
1354
|
- IconPeopleVersus
|
|
1350
1355
|
- IconPeopleVoice
|
|
1351
1356
|
- IconPersona
|
|
@@ -1713,6 +1718,7 @@ Below is a complete list of available icons:
|
|
|
1713
1718
|
- IconAudio
|
|
1714
1719
|
- IconBack
|
|
1715
1720
|
- IconBack10s
|
|
1721
|
+
- IconCd
|
|
1716
1722
|
- IconFastForward
|
|
1717
1723
|
- IconFastForward10s
|
|
1718
1724
|
- IconFastForward15s
|
package/filtered-icons.json
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"category": "Sound & Music",
|
|
411
|
-
"svg": "<path d=\"M3.5 5.5V18.
|
|
411
|
+
"svg": "<path d=\"M3.5 5.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
412
412
|
"iconName": "albums, cover",
|
|
413
413
|
"variant": {
|
|
414
414
|
"join": "round",
|
|
@@ -2688,6 +2688,20 @@
|
|
|
2688
2688
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
2689
2689
|
"componentName": "IconBag3"
|
|
2690
2690
|
},
|
|
2691
|
+
{
|
|
2692
|
+
"category": "Food",
|
|
2693
|
+
"svg": "<path d=\"M12.8484 8C8.98888 11.0988 15.008 12.9012 11.1484 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.34844 8C4.48888 11.0988 10.508 12.9012 6.64844 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.3484 8C13.4889 11.0988 19.508 12.9012 15.6484 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 4.5H2.5V19.5H21.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
2694
|
+
"iconName": "baking, cooking",
|
|
2695
|
+
"variant": {
|
|
2696
|
+
"join": "round",
|
|
2697
|
+
"filled": "off",
|
|
2698
|
+
"radius": "0",
|
|
2699
|
+
"stroke": "1"
|
|
2700
|
+
},
|
|
2701
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
2702
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
2703
|
+
"componentName": "IconBaking"
|
|
2704
|
+
},
|
|
2691
2705
|
{
|
|
2692
2706
|
"category": "Things",
|
|
2693
2707
|
"svg": "<path d=\"M12 20C15.1875 20 20.5 16.1912 20.5 9.69286C20.5 4.58422 16.6944 1.5 12 1.5C7.30558 1.5 3.5 4.58422 3.5 9.69286C3.5 16.1912 8.8125 20 12 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 20L14.6562 22.5H9.5L10.5 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.50781 9.69326C6.65643 6.63321 8.79591 4.72819 11.4996 4.51953\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -5656,6 +5670,20 @@
|
|
|
5656
5670
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
5657
5671
|
"componentName": "IconCat"
|
|
5658
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"category": "Sound & Music",
|
|
5675
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5676
|
+
"iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
5677
|
+
"variant": {
|
|
5678
|
+
"join": "round",
|
|
5679
|
+
"filled": "off",
|
|
5680
|
+
"radius": "0",
|
|
5681
|
+
"stroke": "1"
|
|
5682
|
+
},
|
|
5683
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5684
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
5685
|
+
"componentName": "IconCd"
|
|
5686
|
+
},
|
|
5659
5687
|
{
|
|
5660
5688
|
"category": "Things",
|
|
5661
5689
|
"svg": "<path d=\"M18 16L2.5 21.5L8 6L18 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.1001 1.5C14.1001 1.5 14.288 2.59623 14.1001 3.60811C13.8977 4.69794 13.043 5.71622 13.043 5.71622\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.6875 8.35142L16.7446 7.29736\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.6445 4.39862L19.1202 3.08105\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.4414 7.82439L21.4985 7.29736\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.3281 10.9863C18.3281 10.9863 19.1274 11.02 19.9138 11.2709C20.6227 11.4971 21.4996 12.0404 21.4996 12.0404\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18102,6 +18130,20 @@
|
|
|
18102
18130
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18103
18131
|
"componentName": "IconPeopleLike"
|
|
18104
18132
|
},
|
|
18133
|
+
{
|
|
18134
|
+
"category": "People",
|
|
18135
|
+
"svg": "<path d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\" fill=\"currentColor\"/><path d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\" fill=\"currentColor\"/><path d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\" fill=\"currentColor\"/><path d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\" fill=\"currentColor\"/><path d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\" fill=\"currentColor\"/><path d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\" fill=\"currentColor\"/><path d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\" fill=\"currentColor\"/><path d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
18136
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18137
|
+
"variant": {
|
|
18138
|
+
"join": "round",
|
|
18139
|
+
"filled": "off",
|
|
18140
|
+
"radius": "0",
|
|
18141
|
+
"stroke": "1"
|
|
18142
|
+
},
|
|
18143
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18144
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18145
|
+
"componentName": "IconPeopleNoise"
|
|
18146
|
+
},
|
|
18105
18147
|
{
|
|
18106
18148
|
"category": "People",
|
|
18107
18149
|
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M4 20.5L3.50191 20.4563L3.45421 21H4V20.5ZM13.8746 13.2338C14.142 13.303 14.4148 13.1425 14.484 12.8751C14.5533 12.6078 14.3927 12.335 14.1254 12.2657L13.8746 13.2338ZM12.5 21C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20V21ZM4 20.5L4.49809 20.5437C4.8739 16.2605 7.84246 13 12 13V12.5V12C7.21843 12 3.91318 15.7691 3.50191 20.4563L4 20.5ZM4 20.5V21H12.5V20.5V20H4V20.5ZM14 12.7498L14.1254 12.2657C13.4533 12.0917 12.7427 12 12 12V12.5V13C12.6599 13 13.2862 13.0814 13.8746 13.2338L14 12.7498Z\" fill=\"currentColor\"/><path d=\"M20.5 15.5L18 18M18 18L15.5 20.5M18 18L15.5 15.5M18 18L20.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -18130,6 +18172,20 @@
|
|
|
18130
18172
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18131
18173
|
"componentName": "IconPeopleRemove2"
|
|
18132
18174
|
},
|
|
18175
|
+
{
|
|
18176
|
+
"category": "People",
|
|
18177
|
+
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\" fill=\"currentColor\"/><path d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\" fill=\"currentColor\"/>",
|
|
18178
|
+
"iconName": "people-sparkles, star, aura",
|
|
18179
|
+
"variant": {
|
|
18180
|
+
"join": "round",
|
|
18181
|
+
"filled": "off",
|
|
18182
|
+
"radius": "0",
|
|
18183
|
+
"stroke": "1"
|
|
18184
|
+
},
|
|
18185
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18186
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18187
|
+
"componentName": "IconPeopleSparkles"
|
|
18188
|
+
},
|
|
18133
18189
|
{
|
|
18134
18190
|
"category": "People",
|
|
18135
18191
|
"svg": "<path d=\"M19.5 13C19.5 14.3807 18.3807 15.5 17 15.5C15.6193 15.5 14.5 14.3807 14.5 13C14.5 11.6193 15.6193 10.5 17 10.5C18.3807 10.5 19.5 11.6193 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 17C14.4859 17 12.7214 18.9771 12.5 21.5H21.5C21.2786 18.9771 19.5141 17 17 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 5C9.5 6.38071 8.38071 7.5 7 7.5C5.61929 7.5 4.5 6.38071 4.5 5C4.5 3.61929 5.61929 2.5 7 2.5C8.38071 2.5 9.5 3.61929 9.5 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 13.5H2.5C2.72137 10.9771 4.48588 9 7 9C8.19928 9 9.22799 9.44988 10 10.1943\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 21.5L15.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18466,6 +18522,20 @@
|
|
|
18466
18522
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18467
18523
|
"componentName": "IconPin"
|
|
18468
18524
|
},
|
|
18525
|
+
{
|
|
18526
|
+
"category": "Interface General",
|
|
18527
|
+
"svg": "<path d=\"M15.5 8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H4.5C4.5 12.6222 6.12136 10.1238 8.5 8.86621V2.5H15.5V8.86621Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\" fill=\"currentColor\"/>",
|
|
18528
|
+
"iconName": "pin-2",
|
|
18529
|
+
"variant": {
|
|
18530
|
+
"join": "round",
|
|
18531
|
+
"filled": "off",
|
|
18532
|
+
"radius": "0",
|
|
18533
|
+
"stroke": "1"
|
|
18534
|
+
},
|
|
18535
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
18536
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18537
|
+
"componentName": "IconPin2"
|
|
18538
|
+
},
|
|
18469
18539
|
{
|
|
18470
18540
|
"category": "Hands",
|
|
18471
18541
|
"svg": "<path d=\"M2.025 7.48438C1.325 9.31663 1.325 10.9646 2.025 12.7969M16.1946 5.66813L11.6246 8.42737L9.51388 4.60406C8.93101 3.54829 7.6401 3.18655 6.63054 3.7961C5.62098 4.40566 5.27508 5.75567 5.85795 6.81145L9.02408 12.5464L7.77044 12.3467C6.61799 12.1632 5.54146 12.9914 5.36593 14.1966L5.175 15.5076L10.8935 19.2797C13.27 20.8473 16.2814 20.9089 18.7148 19.4397C22.3345 17.2542 23.5746 12.4139 21.4848 8.6285L20.5196 6.88007C19.6453 5.29641 17.7089 4.7538 16.1946 5.66813Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24850,6 +24920,20 @@
|
|
|
24850
24920
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
24851
24921
|
"componentName": "IconUnpin"
|
|
24852
24922
|
},
|
|
24923
|
+
{
|
|
24924
|
+
"category": "Interface General",
|
|
24925
|
+
"svg": "<path d=\"M11.5 20.68V15.75C11.5 15.612 11.6119 15.5 11.75 15.5L12.25 15.5C12.3881 15.5 12.5 15.6119 12.5 15.75V20.68C12.5 20.7264 12.4935 20.7726 12.4808 20.8173L12.1923 21.827C12.137 22.0204 11.863 22.0204 11.8077 21.827L11.5192 20.8173C11.5065 20.7726 11.5 20.7264 11.5 20.68Z\" fill=\"currentColor\"/><path d=\"M8.5 5V2.5H15.5V8.86621C17.8786 10.1238 19.5 12.6222 19.5 15.5H18.5M9 8.6L8.5 8.86621C6.12136 10.1238 4.5 12.6222 4.5 15.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 2.5L19.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24926
|
+
"iconName": "unpin-2",
|
|
24927
|
+
"variant": {
|
|
24928
|
+
"join": "round",
|
|
24929
|
+
"filled": "off",
|
|
24930
|
+
"radius": "0",
|
|
24931
|
+
"stroke": "1"
|
|
24932
|
+
},
|
|
24933
|
+
"createdAt": "2026-03-19T14:01:06.573173+00:00",
|
|
24934
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
24935
|
+
"componentName": "IconUnpin2"
|
|
24936
|
+
},
|
|
24853
24937
|
{
|
|
24854
24938
|
"category": "Interface General",
|
|
24855
24939
|
"svg": "<g clip-path=\"url(#clip0_12806_27490)\"><path d=\"M12 16.5V10.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 12.75L12 10L14.75 12.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.479 2.95459L21.2055 6.08026\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.95768 3.83591C9.51849 2.25371 11.1554 1.26134 12.8635 1.56251C14.5715 1.86369 15.7703 3.35608 15.7562 5.03467\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M19.5 6L18.5 21.5H5.49997L4.53223 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/></g><defs><clipPath id=\"clip0_12806_27490\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
package/icons/index.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export type CentralIconName =
|
|
|
191
191
|
| "IconBag2"
|
|
192
192
|
| "IconBag2Sparkle"
|
|
193
193
|
| "IconBag3"
|
|
194
|
+
| "IconBaking"
|
|
194
195
|
| "IconBalloon"
|
|
195
196
|
| "IconBanana"
|
|
196
197
|
| "IconBananas"
|
|
@@ -403,6 +404,7 @@ export type CentralIconName =
|
|
|
403
404
|
| "IconCarussel"
|
|
404
405
|
| "IconCash"
|
|
405
406
|
| "IconCat"
|
|
407
|
+
| "IconCd"
|
|
406
408
|
| "IconCelebrate"
|
|
407
409
|
| "IconCentralIconSystem"
|
|
408
410
|
| "IconCereals"
|
|
@@ -1292,8 +1294,10 @@ export type CentralIconName =
|
|
|
1292
1294
|
| "IconPeopleGear"
|
|
1293
1295
|
| "IconPeopleIdCard"
|
|
1294
1296
|
| "IconPeopleLike"
|
|
1297
|
+
| "IconPeopleNoise"
|
|
1295
1298
|
| "IconPeopleRemove"
|
|
1296
1299
|
| "IconPeopleRemove2"
|
|
1300
|
+
| "IconPeopleSparkles"
|
|
1297
1301
|
| "IconPeopleVersus"
|
|
1298
1302
|
| "IconPeopleVoice"
|
|
1299
1303
|
| "IconPercent"
|
|
@@ -1318,6 +1322,7 @@ export type CentralIconName =
|
|
|
1318
1322
|
| "IconPillowZz"
|
|
1319
1323
|
| "IconPilone"
|
|
1320
1324
|
| "IconPin"
|
|
1325
|
+
| "IconPin2"
|
|
1321
1326
|
| "IconPinch"
|
|
1322
1327
|
| "IconPinCircle"
|
|
1323
1328
|
| "IconPinFlag"
|
|
@@ -1774,6 +1779,7 @@ export type CentralIconName =
|
|
|
1774
1779
|
| "IconUnicorn"
|
|
1775
1780
|
| "IconUnlocked"
|
|
1776
1781
|
| "IconUnpin"
|
|
1782
|
+
| "IconUnpin2"
|
|
1777
1783
|
| "IconUntrash"
|
|
1778
1784
|
| "IconUsb"
|
|
1779
1785
|
| "IconUsbC"
|