@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.169 → 1.1.170
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/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/README.md +3 -0
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +22 -1
package/IconAlbums/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var V={};x(V,{IconAlbums:()=>u,default:()=>g});module.exports=P(V);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.10998ZM7.5 4C7.77614 4 8 4.22386 8 4.5V19.5C8 19.7761 7.77614 20 7.5 20C7.22386 20 7 19.7761 7 19.5V4.5C7 4.22386 7.22386 4 7.5 4ZM3.5 5C3.77614 5 4 5.22386 4 5.5V18.5C4 18.7761 3.77614 19 3.5 19C3.22386 19 3 18.7761 3 18.5V5.5C3 5.22386 3.22386 5 3.5 5Z",fill:"currentColor"})),g=u;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.
|
|
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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.10998ZM7.5 4C7.77614 4 8 4.22386 8 4.5V19.5C8 19.7761 7.77614 20 7.5 20C7.22386 20 7 19.7761 7 19.5V4.5C7 4.22386 7.22386 4 7.5 4ZM3.5 5C3.77614 5 4 5.22386 4 5.5V18.5C4 18.7761 3.77614 19 3.5 19C3.22386 19 3 18.7761 3 18.5V5.5C3 5.22386 3.22386 5 3.5 5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,6iBACF,KAAK,eACP,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.10998ZM7.5 4C7.77614 4 8 4.22386 8 4.5V19.5C8 19.7761 7.77614 20 7.5 20C7.22386 20 7 19.7761 7 19.5V4.5C7 4.22386 7.22386 4 7.5 4ZM3.5 5C3.77614 5 4 5.22386 4 5.5V18.5C4 18.7761 3.77614 19 3.5 19C3.22386 19 3 18.7761 3 18.5V5.5C3 5.22386 3.22386 5 3.5 5Z",fill:"currentColor"})),v=a;export{a as IconAlbums,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.
|
|
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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.10998ZM7.5 4C7.77614 4 8 4.22386 8 4.5V19.5C8 19.7761 7.77614 20 7.5 20C7.22386 20 7 19.7761 7 19.5V4.5C7 4.22386 7.22386 4 7.5 4ZM3.5 5C3.77614 5 4 5.22386 4 5.5V18.5C4 18.7761 3.77614 19 3.5 19C3.22386 19 3 18.7761 3 18.5V5.5C3 5.22386 3.22386 5 3.5 5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,6iBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
package/IconCd/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconCd:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.4414 13.0137C18.1728 12.9505 17.9033 13.1172 17.8398 13.3857C17.3199 15.5864 15.5864 17.3199 13.3857 17.8398C13.1172 17.9033 12.9505 18.1728 13.0137 18.4414C13.0774 18.7097 13.3468 18.8767 13.6152 18.8135C16.1846 18.2065 18.2065 16.1846 18.8135 13.6152C18.8767 13.3468 18.7097 13.0774 18.4414 13.0137ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.3857 5.18848C7.81647 5.79546 5.79547 7.81647 5.18848 10.3857C5.12524 10.6543 5.29109 10.9237 5.55957 10.9873C5.82801 11.0504 6.09753 10.8836 6.16113 10.6152C6.68113 8.41469 8.41469 6.68112 10.6152 6.16113C10.8836 6.09754 11.0504 5.82801 10.9873 5.55957C10.9237 5.29109 10.6543 5.12524 10.3857 5.18848Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.4414 13.0137C18.1728 12.9505 17.9033 13.1172 17.8398 13.3857C17.3199 15.5864 15.5864 17.3199 13.3857 17.8398C13.1172 17.9033 12.9505 18.1728 13.0137 18.4414C13.0774 18.7097 13.3468 18.8767 13.6152 18.8135C16.1846 18.2065 18.2065 16.1846 18.8135 13.6152C18.8767 13.3468 18.7097 13.0774 18.4414 13.0137ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.3857 5.18848C7.81647 5.79546 5.79547 7.81647 5.18848 10.3857C5.12524 10.6543 5.29109 10.9237 5.55957 10.9873C5.82801 11.0504 6.09753 10.8836 6.16113 10.6152C6.68113 8.41469 8.41469 6.68112 10.6152 6.16113C10.8836 6.09754 11.0504 5.82801 10.9873 5.55957C10.9237 5.29109 10.6543 5.12524 10.3857 5.18848Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAoCC,GAE7C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,40BACF,KAAK,eACP,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.4414 13.0137C18.1728 12.9505 17.9033 13.1172 17.8398 13.3857C17.3199 15.5864 15.5864 17.3199 13.3857 17.8398C13.1172 17.9033 12.9505 18.1728 13.0137 18.4414C13.0774 18.7097 13.3468 18.8767 13.6152 18.8135C16.1846 18.2065 18.2065 16.1846 18.8135 13.6152C18.8767 13.3468 18.7097 13.0774 18.4414 13.0137ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.3857 5.18848C7.81647 5.79546 5.79547 7.81647 5.18848 10.3857C5.12524 10.6543 5.29109 10.9237 5.55957 10.9873C5.82801 11.0504 6.09753 10.8836 6.16113 10.6152C6.68113 8.41469 8.41469 6.68112 10.6152 6.16113C10.8836 6.09754 11.0504 5.82801 10.9873 5.55957C10.9237 5.29109 10.6543 5.12524 10.3857 5.18848Z",fill:"currentColor"})),v=a;export{a as IconCd,v 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 { Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.4414 13.0137C18.1728 12.9505 17.9033 13.1172 17.8398 13.3857C17.3199 15.5864 15.5864 17.3199 13.3857 17.8398C13.1172 17.9033 12.9505 18.1728 13.0137 18.4414C13.0774 18.7097 13.3468 18.8767 13.6152 18.8135C16.1846 18.2065 18.2065 16.1846 18.8135 13.6152C18.8767 13.3468 18.7097 13.0774 18.4414 13.0137ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.3857 5.18848C7.81647 5.79546 5.79547 7.81647 5.18848 10.3857C5.12524 10.6543 5.29109 10.9237 5.55957 10.9873C5.82801 11.0504 6.09753 10.8836 6.16113 10.6152C6.68113 8.41469 8.41469 6.68112 10.6152 6.16113C10.8836 6.09754 11.0504 5.82801 10.9873 5.55957C10.9237 5.29109 10.6543 5.12524 10.3857 5.18848Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAoCC,GAE7CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,40BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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,C)=>{for(var l in C)t(r,l,{get:C[l],enumerable:!0})},f=(r,C,l,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of Z(C))!I.call(r,e)&&e!==l&&t(r,e,{get:()=>C[e],enumerable:!(p=M(C,e))||p.enumerable});return r};var i=(r,C,l)=>(l=r!=null?c(B(r)):{},f(C||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),a=r=>f(t({},"__esModule",{value:!0}),r);var g={};P(g,{IconPeopleNoise:()=>d,default:()=>x});module.exports=a(g);var o=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...l})=>u.default.createElement(m.Svg,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>o.default.createElement(s,{...r},o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.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"}),o.default.createElement(n.Path,{d:"M12 13C16.7814 13.0001 20.0867 16.769 20.498 21.4561C20.5237 21.7483 20.2933 21.9999 20 22H4C3.70661 22 3.47631 21.7483 3.50195 21.4561C3.91331 16.769 7.21852 13 12 13Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12.001 3.5C14.2101 3.5 16.001 5.29086 16.001 7.5C16.001 9.70914 14.2101 11.5 12.001 11.5C9.79184 11.5 8.00098 9.70914 8.00098 7.5C8.00098 5.29086 9.79184 3.5 12.001 3.5Z",fill:"currentColor"})),x=d;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=\"M12 13C16.7814 13.0001 20.0867 16.769 20.498 21.4561C20.5237 21.7483 20.2933 21.9999 20 22H4C3.70661 22 3.47631 21.7483 3.50195 21.4561C3.91331 16.769 7.21852 13 12 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 3.5C14.2101 3.5 16.001 5.29086 16.001 7.5C16.001 9.70914 14.2101 11.5 12.001 11.5C9.79184 11.5 8.00098 9.70914 8.00098 7.5C8.00098 5.29086 9.79184 3.5 12.001 3.5Z\"\n fill=\"currentColor\"\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,2KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,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 n=({children:l,size:o=24,...e})=>t.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as C}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(C,{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(C,{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(C,{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(C,{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(C,{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(C,{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(C,{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(C,{d:"M12 13C16.7814 13.0001 20.0867 16.769 20.498 21.4561C20.5237 21.7483 20.2933 21.9999 20 22H4C3.70661 22 3.47631 21.7483 3.50195 21.4561C3.91331 16.769 7.21852 13 12 13Z",fill:"currentColor"}),r.createElement(C,{d:"M12.001 3.5C14.2101 3.5 16.001 5.29086 16.001 7.5C16.001 9.70914 14.2101 11.5 12.001 11.5C9.79184 11.5 8.00098 9.70914 8.00098 7.5C8.00098 5.29086 9.79184 3.5 12.001 3.5Z",fill:"currentColor"})),I=f;export{f 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=\"M12 13C16.7814 13.0001 20.0867 16.769 20.498 21.4561C20.5237 21.7483 20.2933 21.9999 20 22H4C3.70661 22 3.47631 21.7483 3.50195 21.4561C3.91331 16.769 7.21852 13 12 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 3.5C14.2101 3.5 16.001 5.29086 16.001 7.5C16.001 9.70914 14.2101 11.5 12.001 11.5C9.79184 11.5 8.00098 9.70914 8.00098 7.5C8.00098 5.29086 9.79184 3.5 12.001 3.5Z\"\n fill=\"currentColor\"\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,2KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,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 i=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)l(C,o,{get:r[o],enumerable:!0})},L=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!P.call(C,n)&&n!==o&&l(C,n,{get:()=>r[n],enumerable:!(p=u(r,n))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?i(I(C)):{},L(r||!C||!C.__esModule?l(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>L(l({},"__esModule",{value:!0}),C);var v={};x(v,{IconPeopleSparkles:()=>c,default:()=>g});module.exports=d(v);var e=a(require("react"));var f=a(require("react")),m=require("react-native-svg"),s=({children:C,size:r=24,...o})=>f.default.createElement(m.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var t=require("react-native-svg"),c=C=>e.default.createElement(s,{...C},e.default.createElement(t.Path,{d:"M12 12C13.3467 12 14.5764 12.2987 15.6572 12.833L15.1709 14.0996C15.1582 14.1324 15.1324 14.1582 15.0996 14.1709L13.0605 14.9551C12.4215 15.201 12 15.8153 12 16.5C12 17.1847 12.4215 17.799 13.0605 18.0449L15.0996 18.8291C15.1324 18.8418 15.1582 18.8676 15.1709 18.9004L15.9551 20.9395C15.963 20.9601 15.9728 20.9798 15.9814 21H4C3.8598 21 3.72557 20.9413 3.63086 20.8379C3.53624 20.7345 3.4897 20.5957 3.50195 20.4561C3.91331 15.769 7.21852 12 12 12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L19.542 17.8955C19.2449 18.0098 19.0098 18.2449 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542L16.0557 18.4336C16.03 18.3834 15.9994 18.3364 15.9668 18.291C15.9765 18.3046 15.9879 18.317 15.9971 18.3311L15.9277 18.2363C15.805 18.0852 15.6435 17.9669 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M12 2C14.4853 2.00003 16.5 4.01474 16.5 6.5C16.5 8.98526 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2Z",fill:"currentColor"})),g=c;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=\"M12 12C13.3467 12 14.5764 12.2987 15.6572 12.833L15.1709 14.0996C15.1582 14.1324 15.1324 14.1582 15.0996 14.1709L13.0605 14.9551C12.4215 15.201 12 15.8153 12 16.5C12 17.1847 12.4215 17.799 13.0605 18.0449L15.0996 18.8291C15.1324 18.8418 15.1582 18.8676 15.1709 18.9004L15.9551 20.9395C15.963 20.9601 15.9728 20.9798 15.9814 21H4C3.8598 21 3.72557 20.9413 3.63086 20.8379C3.53624 20.7345 3.4897 20.5957 3.50195 20.4561C3.91331 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L19.542 17.8955C19.2449 18.0098 19.0098 18.2449 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542L16.0557 18.4336C16.03 18.3834 15.9994 18.3364 15.9668 18.291C15.9765 18.3046 15.9879 18.317 15.9971 18.3311L15.9277 18.2363C15.805 18.0852 15.6435 17.9669 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.4853 2.00003 16.5 4.01474 16.5 6.5C16.5 8.98526 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2Z\"\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,qcACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uuBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ynBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uIACF,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 r from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...t})=>l.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var L=e=>r.createElement(n,{...e},r.createElement(o,{d:"M12 12C13.3467 12 14.5764 12.2987 15.6572 12.833L15.1709 14.0996C15.1582 14.1324 15.1324 14.1582 15.0996 14.1709L13.0605 14.9551C12.4215 15.201 12 15.8153 12 16.5C12 17.1847 12.4215 17.799 13.0605 18.0449L15.0996 18.8291C15.1324 18.8418 15.1582 18.8676 15.1709 18.9004L15.9551 20.9395C15.963 20.9601 15.9728 20.9798 15.9814 21H4C3.8598 21 3.72557 20.9413 3.63086 20.8379C3.53624 20.7345 3.4897 20.5957 3.50195 20.4561C3.91331 15.769 7.21852 12 12 12Z",fill:"currentColor"}),r.createElement(o,{d:"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L19.542 17.8955C19.2449 18.0098 19.0098 18.2449 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542L16.0557 18.4336C16.03 18.3834 15.9994 18.3364 15.9668 18.291C15.9765 18.3046 15.9879 18.317 15.9971 18.3311L15.9277 18.2363C15.805 18.0852 15.6435 17.9669 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z",fill:"currentColor"}),r.createElement(o,{d:"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C14.4853 2.00003 16.5 4.01474 16.5 6.5C16.5 8.98526 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2Z",fill:"currentColor"})),P=L;export{L as IconPeopleSparkles,P 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=\"M12 12C13.3467 12 14.5764 12.2987 15.6572 12.833L15.1709 14.0996C15.1582 14.1324 15.1324 14.1582 15.0996 14.1709L13.0605 14.9551C12.4215 15.201 12 15.8153 12 16.5C12 17.1847 12.4215 17.799 13.0605 18.0449L15.0996 18.8291C15.1324 18.8418 15.1582 18.8676 15.1709 18.9004L15.9551 20.9395C15.963 20.9601 15.9728 20.9798 15.9814 21H4C3.8598 21 3.72557 20.9413 3.63086 20.8379C3.53624 20.7345 3.4897 20.5957 3.50195 20.4561C3.91331 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L19.542 17.8955C19.2449 18.0098 19.0098 18.2449 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542L16.0557 18.4336C16.03 18.3834 15.9994 18.3364 15.9668 18.291C15.9765 18.3046 15.9879 18.317 15.9971 18.3311L15.9277 18.2363C15.805 18.0852 15.6435 17.9669 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.4853 2.00003 16.5 4.01474 16.5 6.5C16.5 8.98526 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2Z\"\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,qcACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uuBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ynBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
package/README.md
CHANGED
|
@@ -1344,8 +1344,10 @@ Below is a complete list of available icons:
|
|
|
1344
1344
|
- IconPeopleGear
|
|
1345
1345
|
- IconPeopleIdCard
|
|
1346
1346
|
- IconPeopleLike
|
|
1347
|
+
- IconPeopleNoise
|
|
1347
1348
|
- IconPeopleRemove
|
|
1348
1349
|
- IconPeopleRemove2
|
|
1350
|
+
- IconPeopleSparkles
|
|
1349
1351
|
- IconPeopleVersus
|
|
1350
1352
|
- IconPeopleVoice
|
|
1351
1353
|
- IconPersona
|
|
@@ -1713,6 +1715,7 @@ Below is a complete list of available icons:
|
|
|
1713
1715
|
- IconAudio
|
|
1714
1716
|
- IconBack
|
|
1715
1717
|
- IconBack10s
|
|
1718
|
+
- IconCd
|
|
1716
1719
|
- IconFastForward
|
|
1717
1720
|
- IconFastForward10s
|
|
1718
1721
|
- IconFastForward15s
|
package/filtered-icons.json
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"category": "Sound & Music",
|
|
411
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.
|
|
411
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1871 3.10998C11.3054 3.01509 11.4604 2.97901 11.6085 3.01191L20.6085 5.01191C20.8372 5.06275 21 5.26566 21 5.5V18.5C21 18.7344 20.8372 18.9373 20.6085 18.9881L11.6085 20.9881C11.4604 21.021 11.3054 20.9849 11.1871 20.89C11.0688 20.7951 11 20.6517 11 20.5V3.5C11 3.34834 11.0688 3.20488 11.1871 3.10998ZM7.5 4C7.77614 4 8 4.22386 8 4.5V19.5C8 19.7761 7.77614 20 7.5 20C7.22386 20 7 19.7761 7 19.5V4.5C7 4.22386 7.22386 4 7.5 4ZM3.5 5C3.77614 5 4 5.22386 4 5.5V18.5C4 18.7761 3.77614 19 3.5 19C3.22386 19 3 18.7761 3 18.5V5.5C3 5.22386 3.22386 5 3.5 5Z\" fill=\"currentColor\"/>",
|
|
412
412
|
"iconName": "albums, cover",
|
|
413
413
|
"variant": {
|
|
414
414
|
"join": "round",
|
|
@@ -5656,6 +5656,20 @@
|
|
|
5656
5656
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
5657
5657
|
"componentName": "IconCat"
|
|
5658
5658
|
},
|
|
5659
|
+
{
|
|
5660
|
+
"category": "Sound & Music",
|
|
5661
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM18.4414 13.0137C18.1728 12.9505 17.9033 13.1172 17.8398 13.3857C17.3199 15.5864 15.5864 17.3199 13.3857 17.8398C13.1172 17.9033 12.9505 18.1728 13.0137 18.4414C13.0774 18.7097 13.3468 18.8767 13.6152 18.8135C16.1846 18.2065 18.2065 16.1846 18.8135 13.6152C18.8767 13.3468 18.7097 13.0774 18.4414 13.0137ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM10.3857 5.18848C7.81647 5.79546 5.79547 7.81647 5.18848 10.3857C5.12524 10.6543 5.29109 10.9237 5.55957 10.9873C5.82801 11.0504 6.09753 10.8836 6.16113 10.6152C6.68113 8.41469 8.41469 6.68112 10.6152 6.16113C10.8836 6.09754 11.0504 5.82801 10.9873 5.55957C10.9237 5.29109 10.6543 5.12524 10.3857 5.18848Z\" fill=\"currentColor\"/>",
|
|
5662
|
+
"iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
5663
|
+
"variant": {
|
|
5664
|
+
"join": "round",
|
|
5665
|
+
"filled": "on",
|
|
5666
|
+
"radius": "0",
|
|
5667
|
+
"stroke": "1"
|
|
5668
|
+
},
|
|
5669
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5670
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
5671
|
+
"componentName": "IconCd"
|
|
5672
|
+
},
|
|
5659
5673
|
{
|
|
5660
5674
|
"category": "Things",
|
|
5661
5675
|
"svg": "<path d=\"M19.2912 2.61088C19.551 2.70465 19.6855 2.99123 19.5917 3.25096L19.116 4.56853C19.0222 4.82826 18.7357 4.96279 18.4759 4.86901C18.2162 4.77524 18.0817 4.48866 18.1754 4.22893L18.6512 2.91136C18.7449 2.65163 19.0315 2.5171 19.2912 2.61088Z\" fill=\"currentColor\"/><path d=\"M7.88982 5.51237C8.05718 5.47456 8.23224 5.5252 8.35357 5.64653L18.3536 15.6465C18.4749 15.7679 18.5255 15.9429 18.4877 16.1103C18.4499 16.2776 18.3289 16.4139 18.1672 16.4713L2.66722 21.9713C2.48547 22.0358 2.28283 21.99 2.14646 21.8536C2.01009 21.7173 1.96431 21.5146 2.0288 21.3329L7.5288 5.83288C7.58618 5.67117 7.72246 5.55019 7.88982 5.51237Z\" fill=\"currentColor\"/><path d=\"M21.9475 7.07429C22.0707 7.32143 21.9702 7.62165 21.7231 7.74485L20.666 8.27188C20.4188 8.39509 20.1186 8.29462 19.9954 8.04749C19.8722 7.80035 19.9727 7.50014 20.2198 7.37693L21.2769 6.8499C21.5241 6.7267 21.8243 6.82716 21.9475 7.07429Z\" fill=\"currentColor\"/><path d=\"M17.0969 6.94434C17.2919 7.13989 17.2915 7.45647 17.0959 7.65145L16.0388 8.7055C15.8432 8.90048 15.5266 8.90002 15.3317 8.70447C15.1367 8.50892 15.1371 8.19234 15.3327 7.99736L16.3898 6.94331C16.5854 6.74833 16.902 6.74879 17.0969 6.94434Z\" fill=\"currentColor\"/><path d=\"M17.829 10.9655C17.8407 10.6896 18.0737 10.4754 18.3496 10.487L18.3513 10.4871L18.3541 10.4872C18.5342 10.496 18.714 10.5153 18.8927 10.5392C19.208 10.5812 19.6356 10.6574 20.0663 10.7948C20.4644 10.9218 20.8925 11.1312 21.2082 11.2995C21.3956 11.3994 21.5813 11.5034 21.7621 11.6148L21.7632 11.6155C21.9979 11.7609 22.0705 12.0692 21.925 12.304C21.7796 12.5387 21.4715 12.6111 21.2367 12.4657L21.2353 12.4648C21.0727 12.3651 20.9061 12.2716 20.7378 12.1819C20.4378 12.022 20.0731 11.8467 19.7623 11.7475C19.4066 11.634 19.0413 11.5679 18.7604 11.5304C18.6102 11.5103 18.4591 11.4936 18.3077 11.4861C18.0319 11.4744 17.8174 11.2413 17.829 10.9655Z\" fill=\"currentColor\"/><path d=\"M14.0156 1.00727C14.2878 0.96061 14.5463 1.14342 14.5929 1.41559L14.5933 1.41764L14.5939 1.42128C14.633 1.66077 14.6555 1.90332 14.6697 2.14541C14.6944 2.56652 14.696 3.13817 14.5917 3.69949C14.4744 4.33096 14.175 4.9184 13.9222 5.33178C13.7736 5.57487 13.6116 5.81196 13.4305 6.03229L13.4276 6.03577L13.4266 6.03695L13.426 6.03776C13.2484 6.24926 12.933 6.2768 12.7215 6.09926C12.5102 5.92186 12.4825 5.60683 12.6596 5.39532C12.8108 5.2116 12.9451 5.01279 13.0691 4.81007C13.2943 4.44186 13.5234 3.97524 13.6085 3.51689C13.6922 3.06633 13.6937 2.58392 13.6715 2.20395C13.6595 1.99925 13.6398 1.79471 13.6085 1.59201L13.6074 1.58523C13.5609 1.31311 13.7435 1.05392 14.0156 1.00727Z\" fill=\"currentColor\"/>",
|
|
@@ -18102,6 +18116,20 @@
|
|
|
18102
18116
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
18103
18117
|
"componentName": "IconPeopleLike"
|
|
18104
18118
|
},
|
|
18119
|
+
{
|
|
18120
|
+
"category": "People",
|
|
18121
|
+
"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=\"M12 13C16.7814 13.0001 20.0867 16.769 20.498 21.4561C20.5237 21.7483 20.2933 21.9999 20 22H4C3.70661 22 3.47631 21.7483 3.50195 21.4561C3.91331 16.769 7.21852 13 12 13Z\" fill=\"currentColor\"/><path d=\"M12.001 3.5C14.2101 3.5 16.001 5.29086 16.001 7.5C16.001 9.70914 14.2101 11.5 12.001 11.5C9.79184 11.5 8.00098 9.70914 8.00098 7.5C8.00098 5.29086 9.79184 3.5 12.001 3.5Z\" fill=\"currentColor\"/>",
|
|
18122
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18123
|
+
"variant": {
|
|
18124
|
+
"join": "round",
|
|
18125
|
+
"filled": "on",
|
|
18126
|
+
"radius": "0",
|
|
18127
|
+
"stroke": "1"
|
|
18128
|
+
},
|
|
18129
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18130
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
18131
|
+
"componentName": "IconPeopleNoise"
|
|
18132
|
+
},
|
|
18105
18133
|
{
|
|
18106
18134
|
"category": "People",
|
|
18107
18135
|
"svg": "<path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><path d=\"M3.50192 20.4563C3.91318 15.7691 7.21844 12 12 12C14.7939 12 17.0838 13.2869 18.5869 15.2918L18 15.8787L16.5607 14.4393C15.9749 13.8536 15.0251 13.8536 14.4393 14.4393C13.8536 15.0251 13.8536 15.9749 14.4393 16.5607L15.8787 18L14.4393 19.4393C14.0173 19.8614 13.8993 20.4723 14.0854 21H4C3.85979 21 3.72603 20.9411 3.63132 20.8377C3.53661 20.7344 3.48966 20.596 3.50192 20.4563Z\" fill=\"currentColor\"/><path d=\"M20.8536 15.8536C21.0488 15.6583 21.0488 15.3417 20.8536 15.1464C20.6583 14.9512 20.3417 14.9512 20.1464 15.1464L18 17.2929L15.8536 15.1464C15.6583 14.9512 15.3417 14.9512 15.1464 15.1464C14.9512 15.3417 14.9512 15.6583 15.1464 15.8536L17.2929 18L15.1464 20.1464C14.9512 20.3417 14.9512 20.6583 15.1464 20.8536C15.3417 21.0488 15.6583 21.0488 15.8536 20.8536L18 18.7071L20.1464 20.8536C20.3417 21.0488 20.6583 21.0488 20.8536 20.8536C21.0488 20.6583 21.0488 20.3417 20.8536 20.1464L18.7071 18L20.8536 15.8536Z\" fill=\"currentColor\"/>",
|
|
@@ -18130,6 +18158,20 @@
|
|
|
18130
18158
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
18131
18159
|
"componentName": "IconPeopleRemove2"
|
|
18132
18160
|
},
|
|
18161
|
+
{
|
|
18162
|
+
"category": "People",
|
|
18163
|
+
"svg": "<path d=\"M12 12C13.3467 12 14.5764 12.2987 15.6572 12.833L15.1709 14.0996C15.1582 14.1324 15.1324 14.1582 15.0996 14.1709L13.0605 14.9551C12.4215 15.201 12 15.8153 12 16.5C12 17.1847 12.4215 17.799 13.0605 18.0449L15.0996 18.8291C15.1324 18.8418 15.1582 18.8676 15.1709 18.9004L15.9551 20.9395C15.963 20.9601 15.9728 20.9798 15.9814 21H4C3.8598 21 3.72557 20.9413 3.63086 20.8379C3.53624 20.7345 3.4897 20.5957 3.50195 20.4561C3.91331 15.769 7.21852 12 12 12Z\" fill=\"currentColor\"/><path d=\"M17.5 12C17.7711 12 18.014 12.167 18.1113 12.4199L18.8955 14.458C19.0098 14.7551 19.2449 14.9902 19.542 15.1045L21.5801 15.8887C21.833 15.986 22 16.2289 22 16.5C22 16.7711 21.833 17.014 21.5801 17.1113L19.542 17.8955C19.2449 18.0098 19.0098 18.2449 18.8955 18.542L18.1113 20.5801C18.014 20.833 17.7711 21 17.5 21C17.2289 21 16.986 20.833 16.8887 20.5801L16.1045 18.542L16.0557 18.4336C16.03 18.3834 15.9994 18.3364 15.9668 18.291C15.9765 18.3046 15.9879 18.317 15.9971 18.3311L15.9277 18.2363C15.805 18.0852 15.6435 17.9669 15.458 17.8955L13.4199 17.1113C13.167 17.014 13 16.7711 13 16.5C13 16.2289 13.167 15.986 13.4199 15.8887L15.458 15.1045C15.7551 14.9902 15.9902 14.7551 16.1045 14.458L16.8887 12.4199C16.986 12.167 17.2289 12 17.5 12Z\" fill=\"currentColor\"/><path d=\"M4 7.5C4.18074 7.5 4.34234 7.61158 4.40723 7.78027L4.89062 9.03516C4.9922 9.29922 5.20078 9.5078 5.46484 9.60938L6.71973 10.0928C6.88842 10.1577 7 10.3193 7 10.5C7 10.6807 6.88842 10.8423 6.71973 10.9072L5.46484 11.3906C5.20078 11.4922 4.9922 11.7008 4.89062 11.9648L4.40723 13.2197C4.34234 13.3884 4.18074 13.5 4 13.5C3.81926 13.5 3.65766 13.3884 3.59277 13.2197L3.10938 11.9648C3.0078 11.7008 2.79922 11.4922 2.53516 11.3906L1.28027 10.9072C1.11158 10.8423 1 10.6807 1 10.5C1 10.3193 1.11158 10.1577 1.28027 10.0928L2.53516 9.60938C2.79922 9.5078 3.0078 9.29922 3.10938 9.03516L3.59277 7.78027C3.65766 7.61158 3.81926 7.5 4 7.5Z\" fill=\"currentColor\"/><path d=\"M12 2C14.4853 2.00003 16.5 4.01474 16.5 6.5C16.5 8.98526 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2Z\" fill=\"currentColor\"/>",
|
|
18164
|
+
"iconName": "people-sparkles, star, aura",
|
|
18165
|
+
"variant": {
|
|
18166
|
+
"join": "round",
|
|
18167
|
+
"filled": "on",
|
|
18168
|
+
"radius": "0",
|
|
18169
|
+
"stroke": "1"
|
|
18170
|
+
},
|
|
18171
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18172
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
18173
|
+
"componentName": "IconPeopleSparkles"
|
|
18174
|
+
},
|
|
18133
18175
|
{
|
|
18134
18176
|
"category": "People",
|
|
18135
18177
|
"svg": "<path d=\"M15.6729 2.03084C15.932 2.12631 16.0646 2.41375 15.9692 2.67287L8.96917 21.6729C8.87371 21.932 8.58626 22.0646 8.32715 21.9692C8.06803 21.8737 7.93536 21.5863 8.03083 21.3272L15.0308 2.32716C15.1263 2.06804 15.4137 1.93538 15.6729 2.03084Z\" fill=\"currentColor\"/><path d=\"M17 10C15.3431 10 14 11.3432 14 13C14 14.6569 15.3431 16 17 16C18.6569 16 20 14.6569 20 13C20 11.3432 18.6569 10 17 10Z\" fill=\"currentColor\"/><path d=\"M17 16.5C14.1739 16.5 12.241 18.7314 12.0019 21.4563C11.9897 21.596 12.0366 21.7344 12.1313 21.8378C12.226 21.9411 12.3598 22 12.5 22H21.5C21.6402 22 21.774 21.9411 21.8687 21.8378C21.9634 21.7344 22.0103 21.596 21.9981 21.4563C21.759 18.7314 19.8261 16.5 17 16.5Z\" fill=\"currentColor\"/><path d=\"M7 8.50001C8.58123 8.50001 9.88283 9.19852 10.7646 10.2912L9.39817 14H2.5C2.35979 14 2.22603 13.9411 2.13132 13.8378C2.03661 13.7344 1.98966 13.596 2.00192 13.4563C2.24101 10.7314 4.17387 8.50001 7 8.50001Z\" fill=\"currentColor\"/><path d=\"M7 2.00001C5.34315 2.00001 4 3.34316 4 5.00001C4 6.65687 5.34315 8.00001 7 8.00001C8.65686 8.00001 10 6.65687 10 5.00001C10 3.34316 8.65686 2.00001 7 2.00001Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -403,6 +403,7 @@ export type CentralIconName =
|
|
|
403
403
|
| "IconCarussel"
|
|
404
404
|
| "IconCash"
|
|
405
405
|
| "IconCat"
|
|
406
|
+
| "IconCd"
|
|
406
407
|
| "IconCelebrate"
|
|
407
408
|
| "IconCentralIconSystem"
|
|
408
409
|
| "IconCereals"
|
|
@@ -1292,8 +1293,10 @@ export type CentralIconName =
|
|
|
1292
1293
|
| "IconPeopleGear"
|
|
1293
1294
|
| "IconPeopleIdCard"
|
|
1294
1295
|
| "IconPeopleLike"
|
|
1296
|
+
| "IconPeopleNoise"
|
|
1295
1297
|
| "IconPeopleRemove"
|
|
1296
1298
|
| "IconPeopleRemove2"
|
|
1299
|
+
| "IconPeopleSparkles"
|
|
1297
1300
|
| "IconPeopleVersus"
|
|
1298
1301
|
| "IconPeopleVoice"
|
|
1299
1302
|
| "IconPercent"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.170",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1897,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 72,
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
1236
|
"People": {
|
|
1237
|
-
"count":
|
|
1237
|
+
"count": 55,
|
|
1238
1238
|
"icons": [
|
|
1239
1239
|
"IconAura",
|
|
1240
1240
|
"IconBathMan1",
|
|
@@ -1262,8 +1262,10 @@
|
|
|
1262
1262
|
"IconPeopleGear",
|
|
1263
1263
|
"IconPeopleIdCard",
|
|
1264
1264
|
"IconPeopleLike",
|
|
1265
|
+
"IconPeopleNoise",
|
|
1265
1266
|
"IconPeopleRemove",
|
|
1266
1267
|
"IconPeopleRemove2",
|
|
1268
|
+
"IconPeopleSparkles",
|
|
1267
1269
|
"IconPeopleVersus",
|
|
1268
1270
|
"IconPeopleVoice",
|
|
1269
1271
|
"IconPersona",
|
|
@@ -1632,7 +1634,7 @@
|
|
|
1632
1634
|
]
|
|
1633
1635
|
},
|
|
1634
1636
|
"Sound & Music": {
|
|
1635
|
-
"count":
|
|
1637
|
+
"count": 57,
|
|
1636
1638
|
"icons": [
|
|
1637
1639
|
"IconAirpodLeft",
|
|
1638
1640
|
"IconAirpodRight",
|
|
@@ -1641,6 +1643,7 @@
|
|
|
1641
1643
|
"IconAudio",
|
|
1642
1644
|
"IconBack",
|
|
1643
1645
|
"IconBack10s",
|
|
1646
|
+
"IconCd",
|
|
1644
1647
|
"IconFastForward",
|
|
1645
1648
|
"IconFastForward10s",
|
|
1646
1649
|
"IconFastForward15s",
|
|
@@ -2500,6 +2503,7 @@
|
|
|
2500
2503
|
"IconCarussel": "carussel, slides",
|
|
2501
2504
|
"IconCash": "cash",
|
|
2502
2505
|
"IconCat": "cat, image, animal, cute",
|
|
2506
|
+
"IconCd": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
2503
2507
|
"IconCelebrate": "celebrate, party, confetti",
|
|
2504
2508
|
"IconCentralIconSystem": "central-icon-system",
|
|
2505
2509
|
"IconCereals": "cereals, wheat, gluten, corn, grain",
|
|
@@ -3389,8 +3393,10 @@
|
|
|
3389
3393
|
"IconPeopleGear": "people-gear, user-settings, preferences, person",
|
|
3390
3394
|
"IconPeopleIdCard": "people-id-card, profile, user-account, badge, person",
|
|
3391
3395
|
"IconPeopleLike": "people-like, inner circle",
|
|
3396
|
+
"IconPeopleNoise": "people-noise, audio-quality, user-noise",
|
|
3392
3397
|
"IconPeopleRemove": "people-remove, user-remove",
|
|
3393
3398
|
"IconPeopleRemove2": "people-remove-2",
|
|
3399
|
+
"IconPeopleSparkles": "people-sparkles, star, aura",
|
|
3394
3400
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
3395
3401
|
"IconPeopleVoice": "people-voice, user, person",
|
|
3396
3402
|
"IconPercent": "percent, sales",
|
package/index.d.ts
CHANGED
|
@@ -402,6 +402,7 @@ export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCar
|
|
|
402
402
|
export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
|
|
403
403
|
export { IconCash, default as IconCashDefault } from "./IconCash";
|
|
404
404
|
export { IconCat, default as IconCatDefault } from "./IconCat";
|
|
405
|
+
export { IconCd, default as IconCdDefault } from "./IconCd";
|
|
405
406
|
export { IconCelebrate, default as IconCelebrateDefault, } from "./IconCelebrate";
|
|
406
407
|
export { IconCentralIconSystem, default as IconCentralIconSystemDefault, } from "./IconCentralIconSystem";
|
|
407
408
|
export { IconCereals, default as IconCerealsDefault } from "./IconCereals";
|
|
@@ -1291,8 +1292,10 @@ export { IconPeopleEdit, default as IconPeopleEditDefault, } from "./IconPeopleE
|
|
|
1291
1292
|
export { IconPeopleGear, default as IconPeopleGearDefault, } from "./IconPeopleGear";
|
|
1292
1293
|
export { IconPeopleIdCard, default as IconPeopleIdCardDefault, } from "./IconPeopleIdCard";
|
|
1293
1294
|
export { IconPeopleLike, default as IconPeopleLikeDefault, } from "./IconPeopleLike";
|
|
1295
|
+
export { IconPeopleNoise, default as IconPeopleNoiseDefault, } from "./IconPeopleNoise";
|
|
1294
1296
|
export { IconPeopleRemove, default as IconPeopleRemoveDefault, } from "./IconPeopleRemove";
|
|
1295
1297
|
export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconPeopleRemove2";
|
|
1298
|
+
export { IconPeopleSparkles, default as IconPeopleSparklesDefault, } from "./IconPeopleSparkles";
|
|
1296
1299
|
export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
|
|
1297
1300
|
export { IconPeopleVoice, default as IconPeopleVoiceDefault, } from "./IconPeopleVoice";
|
|
1298
1301
|
export { IconPercent, default as IconPercentDefault } from "./IconPercent";
|