@central-icons-react-native/round-filled-radius-0-stroke-2 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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.2305ZM8 4.00001C8.55228 4.00001 9 4.44772 9 5.00001V19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19V5.00001C7 4.44772 7.44772 4.00001 8 4.00001ZM4 5.00001C4.55228 5.00001 5 5.44772 5 6.00001V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6.00001C3 5.44772 3.44772 5.00001 4 5.00001Z",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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.2305ZM8 4.00001C8.55228 4.00001 9 4.44772 9 5.00001V19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19V5.00001C7 4.44772 7.44772 4.00001 8 4.00001ZM4 5.00001C4.55228 5.00001 5 5.44772 5 6.00001V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6.00001C3 5.44772 3.44772 5.00001 4 5.00001Z\"\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,gmBACF,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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.2305ZM8 4.00001C8.55228 4.00001 9 4.44772 9 5.00001V19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19V5.00001C7 4.44772 7.44772 4.00001 8 4.00001ZM4 5.00001C4.55228 5.00001 5 5.44772 5 6.00001V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6.00001C3 5.44772 3.44772 5.00001 4 5.00001Z",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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.2305ZM8 4.00001C8.55228 4.00001 9 4.44772 9 5.00001V19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19V5.00001C7 4.44772 7.44772 4.00001 8 4.00001ZM4 5.00001C4.55228 5.00001 5 5.44772 5 6.00001V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6.00001C3 5.44772 3.44772 5.00001 4 5.00001Z\"\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,gmBACF,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 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 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.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z",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 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 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.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\"\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,k0BACF,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 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 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.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z",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 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 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.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\"\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,k0BACF,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:"M11.9995 13C16.7572 13 20.0833 16.521 20.4956 20.9062C20.5219 21.1864 20.429 21.4647 20.2397 21.6729C20.0502 21.881 19.781 22 19.4995 22H4.49951C4.21818 21.9999 3.94965 21.8809 3.76025 21.6729C3.57095 21.4647 3.47806 21.1864 3.50439 20.9062C3.9167 16.5211 7.24203 13.0002 11.9995 13Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M11.9995 3.5C14.2086 3.5 15.9995 5.29086 15.9995 7.5C15.9995 9.70914 14.2086 11.5 11.9995 11.5C9.79058 11.4998 7.99951 9.70899 7.99951 7.5C7.99951 5.29101 9.79058 3.50025 11.9995 3.5Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z",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=\"M11.9995 13C16.7572 13 20.0833 16.521 20.4956 20.9062C20.5219 21.1864 20.429 21.4647 20.2397 21.6729C20.0502 21.881 19.781 22 19.4995 22H4.49951C4.21818 21.9999 3.94965 21.8809 3.76025 21.6729C3.57095 21.4647 3.47806 21.1864 3.50439 20.9062C3.9167 16.5211 7.24203 13.0002 11.9995 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9995 3.5C14.2086 3.5 15.9995 5.29086 15.9995 7.5C15.9995 9.70914 14.2086 11.5 11.9995 11.5C9.79058 11.4998 7.99951 9.70899 7.99951 7.5C7.99951 5.29101 9.79058 3.50025 11.9995 3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\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,8RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,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,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,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:"M11.9995 13C16.7572 13 20.0833 16.521 20.4956 20.9062C20.5219 21.1864 20.429 21.4647 20.2397 21.6729C20.0502 21.881 19.781 22 19.4995 22H4.49951C4.21818 21.9999 3.94965 21.8809 3.76025 21.6729C3.57095 21.4647 3.47806 21.1864 3.50439 20.9062C3.9167 16.5211 7.24203 13.0002 11.9995 13Z",fill:"currentColor"}),r.createElement(C,{d:"M11.9995 3.5C14.2086 3.5 15.9995 5.29086 15.9995 7.5C15.9995 9.70914 14.2086 11.5 11.9995 11.5C9.79058 11.4998 7.99951 9.70899 7.99951 7.5C7.99951 5.29101 9.79058 3.50025 11.9995 3.5Z",fill:"currentColor"}),r.createElement(C,{d:"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z",fill:"currentColor"}),r.createElement(C,{d:"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z",fill:"currentColor"}),r.createElement(C,{d:"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z",fill:"currentColor"}),r.createElement(C,{d:"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z",fill:"currentColor"}),r.createElement(C,{d:"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z",fill:"currentColor"}),r.createElement(C,{d:"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z",fill:"currentColor"}),r.createElement(C,{d:"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z",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=\"M11.9995 13C16.7572 13 20.0833 16.521 20.4956 20.9062C20.5219 21.1864 20.429 21.4647 20.2397 21.6729C20.0502 21.881 19.781 22 19.4995 22H4.49951C4.21818 21.9999 3.94965 21.8809 3.76025 21.6729C3.57095 21.4647 3.47806 21.1864 3.50439 20.9062C3.9167 16.5211 7.24203 13.0002 11.9995 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9995 3.5C14.2086 3.5 15.9995 5.29086 15.9995 7.5C15.9995 9.70914 14.2086 11.5 11.9995 11.5C9.79058 11.4998 7.99951 9.70899 7.99951 7.5C7.99951 5.29101 9.79058 3.50025 11.9995 3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\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,8RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,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,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,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 u=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},L=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of d(r))!I.call(C,n)&&n!==o&&t(C,n,{get:()=>r[n],enumerable:!(p=c(r,n))||p.enumerable});return C};var f=(C,r,o)=>(o=C!=null?u(B(C)):{},L(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>L(t({},"__esModule",{value:!0}),C);var g={};P(g,{IconPeopleSparkles:()=>i,default:()=>x});module.exports=v(g);var e=f(require("react"));var a=f(require("react")),m=require("react-native-svg"),s=({children:C,size:r=24,...o})=>a.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 l=require("react-native-svg"),i=C=>e.default.createElement(s,{...C},e.default.createElement(l.Path,{d:"M12 12C13.1641 12 14.242 12.2121 15.2129 12.5947L14.7637 13.7637L12.8818 14.4883C12.0497 14.8085 11.499 15.6084 11.499 16.5C11.499 17.3916 12.0497 18.1915 12.8818 18.5117L14.7637 19.2354L15.4424 21H4.5C4.2185 21 3.95025 20.881 3.76074 20.6729C3.57128 20.4647 3.47756 20.1865 3.50391 19.9062C3.91621 15.521 7.24226 12 12 12Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",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.542C15.9902 18.2449 15.7551 18.0098 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 12ZM15.9971 14.6689C15.9883 14.6823 15.977 14.6941 15.9678 14.707C15.9798 14.6902 15.9928 14.6738 16.0039 14.6562L15.9971 14.6689Z",fill:"currentColor"}),e.default.createElement(l.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(l.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"})),x=i;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.1641 12 14.242 12.2121 15.2129 12.5947L14.7637 13.7637L12.8818 14.4883C12.0497 14.8085 11.499 15.6084 11.499 16.5C11.499 17.3916 12.0497 18.1915 12.8818 18.5117L14.7637 19.2354L15.4424 21H4.5C4.2185 21 3.95025 20.881 3.76074 20.6729C3.57128 20.4647 3.47756 20.1865 3.50391 19.9062C3.91621 15.521 7.24226 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\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.542C15.9902 18.2449 15.7551 18.0098 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 12ZM15.9971 14.6689C15.9883 14.6823 15.977 14.6941 15.9678 14.707C15.9798 14.6902 15.9928 14.6738 16.0039 14.6562L15.9971 14.6689Z\"\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,sUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2uBACF,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 t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,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"},e);import{Path as o}from"react-native-svg";var L=e=>r.createElement(n,{...e},r.createElement(o,{d:"M12 12C13.1641 12 14.242 12.2121 15.2129 12.5947L14.7637 13.7637L12.8818 14.4883C12.0497 14.8085 11.499 15.6084 11.499 16.5C11.499 17.3916 12.0497 18.1915 12.8818 18.5117L14.7637 19.2354L15.4424 21H4.5C4.2185 21 3.95025 20.881 3.76074 20.6729C3.57128 20.4647 3.47756 20.1865 3.50391 19.9062C3.91621 15.521 7.24226 12 12 12Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",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.542C15.9902 18.2449 15.7551 18.0098 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 12ZM15.9971 14.6689C15.9883 14.6823 15.977 14.6941 15.9678 14.707C15.9798 14.6902 15.9928 14.6738 16.0039 14.6562L15.9971 14.6689Z",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"})),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=\"M12 12C13.1641 12 14.242 12.2121 15.2129 12.5947L14.7637 13.7637L12.8818 14.4883C12.0497 14.8085 11.499 15.6084 11.499 16.5C11.499 17.3916 12.0497 18.1915 12.8818 18.5117L14.7637 19.2354L15.4424 21H4.5C4.2185 21 3.95025 20.881 3.76074 20.6729C3.57128 20.4647 3.47756 20.1865 3.50391 19.9062C3.91621 15.521 7.24226 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\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.542C15.9902 18.2449 15.7551 18.0098 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 12ZM15.9971 14.6689C15.9883 14.6823 15.977 14.6941 15.9678 14.707C15.9798 14.6902 15.9928 14.6738 16.0039 14.6562L15.9971 14.6689Z\"\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,sUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2uBACF,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.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.
|
|
411
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3614 3.2305C11.5903 3.04051 11.8919 2.96231 12.1843 3.01714L20.1843 4.51714C20.6573 4.60582 21 5.01879 21 5.50001V18.5C21 18.9812 20.6573 19.3942 20.1843 19.4829L12.1843 20.9829C11.8919 21.0377 11.5903 20.9595 11.3614 20.7695C11.1324 20.5795 11 20.2975 11 20V4.00001C11 3.70252 11.1324 3.42048 11.3614 3.2305ZM8 4.00001C8.55228 4.00001 9 4.44772 9 5.00001V19C9 19.5523 8.55228 20 8 20C7.44772 20 7 19.5523 7 19V5.00001C7 4.44772 7.44772 4.00001 8 4.00001ZM4 5.00001C4.55228 5.00001 5 5.44772 5 6.00001V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6.00001C3 5.44772 3.44772 5.00001 4 5.00001Z\" 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-2",
|
|
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 2ZM17.4893 13.0684C16.9749 12.8675 16.3943 13.1215 16.1934 13.6357C15.737 14.8044 14.8044 15.737 13.6357 16.1934C13.1215 16.3943 12.8675 16.9749 13.0684 17.4893C13.2693 18.0034 13.849 18.2573 14.3633 18.0566C16.0525 17.397 17.397 16.0525 18.0566 14.3633C18.2573 13.849 18.0034 13.2693 17.4893 13.0684ZM12 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.9316 6.51074C10.7306 5.9965 10.1501 5.74248 9.63574 5.94336C7.94701 6.60298 6.60298 7.94701 5.94336 9.63574C5.74248 10.1501 5.9965 10.7306 6.51074 10.9316C7.02518 11.1326 7.60572 10.8777 7.80664 10.3633C8.26301 9.1951 9.1951 8.26301 10.3633 7.80664C10.8777 7.60572 11.1326 7.02518 10.9316 6.51074Z\" 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": "2"
|
|
5668
|
+
},
|
|
5669
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5670
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
5671
|
+
"componentName": "IconCd"
|
|
5672
|
+
},
|
|
5659
5673
|
{
|
|
5660
5674
|
"category": "Things",
|
|
5661
5675
|
"svg": "<path d=\"M13.8315 1.01446C14.3759 0.921402 14.8927 1.28728 14.9857 1.83167L14.986 1.83309L14.9863 1.83491L14.9871 1.83969C15.027 2.08517 15.0505 2.33364 15.065 2.58179C15.0896 3.00281 15.0926 3.5918 14.9833 4.18225C14.8556 4.87191 14.5356 5.49253 14.282 5.90849C14.1284 6.16042 13.9606 6.40577 13.7734 6.63414L13.7695 6.63878L13.7681 6.64056L13.7669 6.64197C13.4124 7.0655 12.7817 7.12149 12.3582 6.76702C11.9354 6.41314 11.8789 5.78395 12.2314 5.36044L12.2338 5.35754C12.3582 5.20218 12.4708 5.03715 12.5744 4.86729C12.7729 4.54173 12.953 4.16235 13.0167 3.81807C13.0852 3.44853 13.0882 3.03752 13.0684 2.69854C13.0581 2.5219 13.0415 2.3453 13.0146 2.17036L13.0142 2.16787L13.014 2.16674C12.9221 1.62305 13.2878 1.1074 13.8315 1.01446Z\" fill=\"currentColor\"/><path d=\"M19.0887 2.55927C19.6084 2.74634 19.878 3.31924 19.6909 3.83888L19.2409 5.08888C19.0538 5.60852 18.4809 5.87812 17.9613 5.69105C17.4417 5.50398 17.1721 4.93108 17.3591 4.41144L17.8091 3.16144C17.9962 2.6418 18.5691 2.3722 19.0887 2.55927Z\" fill=\"currentColor\"/><path d=\"M21.8945 7.05295C22.1414 7.54693 21.9412 8.1476 21.4472 8.39459L20.4472 8.89459C19.9533 9.14158 19.3526 8.94135 19.1056 8.44737C18.8586 7.9534 19.0588 7.35272 19.5528 7.10573L20.5528 6.60573C21.0468 6.35874 21.6475 6.55897 21.8945 7.05295Z\" fill=\"currentColor\"/><path d=\"M17.2071 6.79305C17.5977 7.18358 17.5977 7.81674 17.2071 8.20727L16.2071 9.20727C15.8166 9.59779 15.1834 9.59779 14.7929 9.20727C14.4024 8.81674 14.4024 8.18358 14.7929 7.79305L15.7929 6.79305C16.1834 6.40253 16.8166 6.40253 17.2071 6.79305Z\" fill=\"currentColor\"/><path d=\"M17.0009 10.9579C17.0242 10.4061 17.4905 9.97773 18.0422 10.0011L18.0435 10.0011L18.0449 10.0012L18.0488 10.0013C18.2343 10.0104 18.4196 10.0301 18.6037 10.0547C18.9202 10.0971 19.3577 10.1747 19.8048 10.3177C20.412 10.512 20.9817 10.8147 21.523 11.1478L21.526 11.1497L21.5271 11.1503C21.9962 11.4418 22.1409 12.0589 21.8494 12.528C21.558 12.9969 20.9417 13.1409 20.4727 12.8498L20.4676 12.8467C20.0673 12.603 19.6425 12.3657 19.1952 12.2226C18.7975 12.0953 18.3749 12.0229 17.9577 11.9993L17.9562 11.9992C17.4053 11.9749 16.9776 11.5091 17.0009 10.9579Z\" fill=\"currentColor\"/><path d=\"M7.77027 5.02695C8.10758 4.94733 8.46207 5.04803 8.70713 5.2931L18.7071 15.2931C18.9522 15.5382 19.0529 15.8926 18.9733 16.23C18.8936 16.5673 18.645 16.8393 18.3163 16.9489L3.31625 21.9489C2.95692 22.0687 2.56075 21.9751 2.29292 21.7073C2.02509 21.4395 1.93157 21.0433 2.05134 20.684L7.05134 5.68398C7.16094 5.35518 7.43297 5.10658 7.77027 5.02695Z\" fill=\"currentColor\"/>",
|
|
@@ -18102,6 +18116,20 @@
|
|
|
18102
18116
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
18103
18117
|
"componentName": "IconPeopleLike"
|
|
18104
18118
|
},
|
|
18119
|
+
{
|
|
18120
|
+
"category": "People",
|
|
18121
|
+
"svg": "<path d=\"M11.9995 13C16.7572 13 20.0833 16.521 20.4956 20.9062C20.5219 21.1864 20.429 21.4647 20.2397 21.6729C20.0502 21.881 19.781 22 19.4995 22H4.49951C4.21818 21.9999 3.94965 21.8809 3.76025 21.6729C3.57095 21.4647 3.47806 21.1864 3.50439 20.9062C3.9167 16.5211 7.24203 13.0002 11.9995 13Z\" fill=\"currentColor\"/><path d=\"M11.9995 3.5C14.2086 3.5 15.9995 5.29086 15.9995 7.5C15.9995 9.70914 14.2086 11.5 11.9995 11.5C9.79058 11.4998 7.99951 9.70899 7.99951 7.5C7.99951 5.29101 9.79058 3.50025 11.9995 3.5Z\" fill=\"currentColor\"/><path d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\" fill=\"currentColor\"/><path d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\" fill=\"currentColor\"/><path d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\" fill=\"currentColor\"/><path d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\" fill=\"currentColor\"/><path d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\" fill=\"currentColor\"/><path d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\" fill=\"currentColor\"/><path d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\" fill=\"currentColor\"/>",
|
|
18122
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18123
|
+
"variant": {
|
|
18124
|
+
"join": "round",
|
|
18125
|
+
"filled": "on",
|
|
18126
|
+
"radius": "0",
|
|
18127
|
+
"stroke": "2"
|
|
18128
|
+
},
|
|
18129
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18130
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
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.50439 19.9064C3.91665 15.5211 7.24222 12 12 12C13.4272 12 14.7255 12.3168 15.8549 12.8788C15.0951 12.8847 14.3371 13.1776 13.7574 13.7574C12.5858 14.9289 12.5858 16.8284 13.7574 18C12.9454 18.8119 12.6962 19.9734 13.0096 21H4.5C4.21851 21 3.95005 20.8814 3.76055 20.6732C3.57104 20.465 3.47805 20.1867 3.50439 19.9064Z\" fill=\"currentColor\"/><path d=\"M16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.5858 18L15.2929 19.2929C14.9024 19.6834 14.9024 20.3166 15.2929 20.7071C15.6834 21.0976 16.3166 21.0976 16.7071 20.7071L18 19.4142L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L19.4142 18L20.7071 16.7071C21.0976 16.3166 21.0976 15.6834 20.7071 15.2929C20.3166 14.9024 19.6834 14.9024 19.2929 15.2929L18 16.5858L16.7071 15.2929Z\" fill=\"currentColor\"/>",
|
|
@@ -18130,6 +18158,20 @@
|
|
|
18130
18158
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
18131
18159
|
"componentName": "IconPeopleRemove2"
|
|
18132
18160
|
},
|
|
18161
|
+
{
|
|
18162
|
+
"category": "People",
|
|
18163
|
+
"svg": "<path d=\"M12 12C13.1641 12 14.242 12.2121 15.2129 12.5947L14.7637 13.7637L12.8818 14.4883C12.0497 14.8085 11.499 15.6084 11.499 16.5C11.499 17.3916 12.0497 18.1915 12.8818 18.5117L14.7637 19.2354L15.4424 21H4.5C4.2185 21 3.95025 20.881 3.76074 20.6729C3.57128 20.4647 3.47756 20.1865 3.50391 19.9062C3.91621 15.521 7.24226 12 12 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" 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.542C15.9902 18.2449 15.7551 18.0098 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 12ZM15.9971 14.6689C15.9883 14.6823 15.977 14.6941 15.9678 14.707C15.9798 14.6902 15.9928 14.6738 16.0039 14.6562L15.9971 14.6689Z\" 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": "2"
|
|
18170
|
+
},
|
|
18171
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18172
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
18173
|
+
"componentName": "IconPeopleSparkles"
|
|
18174
|
+
},
|
|
18133
18175
|
{
|
|
18134
18176
|
"category": "People",
|
|
18135
18177
|
"svg": "<path d=\"M15.8612 2.06802C16.376 2.26819 16.631 2.84774 16.4308 3.36247L9.43078 21.3625C9.23061 21.8772 8.65106 22.1322 8.13633 21.932C7.6216 21.7319 7.3666 21.1523 7.56677 20.6376L14.5668 2.63758C14.7669 2.12285 15.3465 1.86785 15.8612 2.06802Z\" fill=\"currentColor\"/><path d=\"M10.5512 10.2042C9.6764 9.16886 8.40473 8.50002 6.85157 8.50002C3.99276 8.50002 2.08761 10.766 1.85539 13.4126C1.83088 13.692 1.92479 13.9688 2.1142 14.1755C2.30362 14.3823 2.57115 14.5 2.85157 14.5H8.88064L10.5512 10.2042Z\" fill=\"currentColor\"/><path d=\"M3.99878 5.00002C3.99878 3.34317 5.34193 2.00002 6.99878 2.00002C8.65564 2.00002 9.99878 3.34317 9.99878 5.00002C9.99878 6.65688 8.65564 8.00002 6.99878 8.00002C5.34193 8.00002 3.99878 6.65688 3.99878 5.00002Z\" fill=\"currentColor\"/><path d=\"M13.9988 12.5C13.9988 10.8432 15.3419 9.50002 16.9988 9.50002C18.6556 9.50002 19.9988 10.8432 19.9988 12.5C19.9988 14.1569 18.6556 15.5 16.9988 15.5C15.3419 15.5 13.9988 14.1569 13.9988 12.5Z\" fill=\"currentColor\"/><path d=\"M11.8554 20.9126C12.0876 18.266 13.9928 16 16.8516 16C19.7104 16 21.6155 18.266 21.8477 20.9126C21.8722 21.192 21.7783 21.4688 21.5889 21.6755C21.3995 21.8823 21.132 22 20.8516 22H12.8516C12.5712 22 12.3036 21.8823 12.1142 21.6755C11.9248 21.4688 11.8309 21.192 11.8554 20.9126Z\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.170",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/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";
|