@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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.
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var C=(r,o,t)=>(t=r!=null?f(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconAlbums:()=>u,default:()=>h});module.exports=g(v);var p=C(require("react"));var m=C(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M3.75 5.75V18.25M7.75 4.75V19.25M20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconAlbums});
1
+ "use strict";var c=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(B(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>C(s({},"__esModule",{value:!0}),r);var P={};L(P,{IconAlbums:()=>m,default:()=>x});module.exports=h(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(d.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M3.75 5.75V18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.75 4.75V19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=m;0&&(module.exports={IconAlbums});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 5.75V18.25M7.75 4.75V19.25M20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAlbums_exports","__export","IconAlbums","IconAlbums_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
1
+ {"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 5.75V18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.75 4.75V19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAlbums_exports","__export","IconAlbums","IconAlbums_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(a,{d:"M3.75 5.75V18.25M7.75 4.75V19.25M20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=C;export{C as IconAlbums,P as default};
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M3.75 5.75V18.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M7.75 4.75V19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconAlbums,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 5.75V18.25M7.75 4.75V19.25M20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
1
+ {"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 5.75V18.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.75 4.75V19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCd: FC<CentralIconBaseProps>;
4
+ export default IconCd;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(C=x(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},c(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),k=r=>c(s({},"__esModule",{value:!0}),r);var g={};h(g,{IconCd:()=>u,default:()=>P});module.exports=k(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M10.2473 6.26025C8.3406 6.84176 6.83684 8.3473 6.25781 10.2551M17.7418 13.7472C17.1622 15.6544 15.6584 17.1594 13.7518 17.7404",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"})),P=u;0&&(module.exports={IconCd});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.2473 6.26025C8.3406 6.84176 6.83684 8.3473 6.25781 10.2551M17.7418 13.7472C17.1622 15.6544 15.6584 17.1594 13.7518 17.7404\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,YAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAoCC,GAE7C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,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"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as c}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(c,{d:"M10.2473 6.26025C8.3406 6.84176 6.83684 8.3473 6.25781 10.2551M17.7418 13.7472C17.1622 15.6544 15.6584 17.1594 13.7518 17.7404",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(n,{cx:"12",cy:"12",r:"2.25",stroke:"currentColor",strokeWidth:"1.5"})),h=a;export{a as IconCd,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.2473 6.26025C8.3406 6.84176 6.83684 8.3473 6.25781 10.2551M17.7418 13.7472C17.1622 15.6544 15.6584 17.1594 13.7518 17.7404\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAoCC,GAE7CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCd","props","React","CentralIconBase","IconCd_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleNoise: FC<CentralIconBaseProps>;
4
+ export default IconPeopleNoise;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of Z(o))!I.call(r,t)&&t!==n&&l(r,t,{get:()=>o[t],enumerable:!(p=M(o,t))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?c(B(r)):{},i(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),a=r=>i(l({},"__esModule",{value:!0}),r);var g={};P(g,{IconPeopleNoise:()=>m,default:()=>x});module.exports=a(g);var C=s(require("react"));var u=s(require("react")),f=require("react-native-svg"),d=({children:r,size:o=24,...n})=>u.default.createElement(f.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),m=r=>C.default.createElement(d,{...r},C.default.createElement(e.Path,{d:"M11.9997 13.75C9.02123 13.75 6.67402 15.3039 5.43304 17.6121C4.59593 19.1691 6.02717 20.75 7.79494 20.75H16.2044C17.9722 20.75 19.4034 19.1691 18.5663 17.6121C17.3254 15.3039 14.9781 13.75 11.9997 13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.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"}),C.default.createElement(e.Path,{d:"M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),x=m;0&&(module.exports={IconPeopleNoise});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleNoise/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9997 13.75C9.02123 13.75 6.67402 15.3039 5.43304 17.6121C4.59593 19.1691 6.02717 20.75 7.79494 20.75H16.2044C17.9722 20.75 19.4034 19.1691 18.5663 17.6121C17.3254 15.3039 14.9781 13.75 11.9997 13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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 <Path\n d=\"M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yHACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleNoise_exports","__export","IconPeopleNoise","IconPeopleNoise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:n,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"},n);import{Path as o}from"react-native-svg";var i=n=>r.createElement(e,{...n},r.createElement(o,{d:"M11.9997 13.75C9.02123 13.75 6.67402 15.3039 5.43304 17.6121C4.59593 19.1691 6.02717 20.75 7.79494 20.75H16.2044C17.9722 20.75 19.4034 19.1691 18.5663 17.6121C17.3254 15.3039 14.9781 13.75 11.9997 13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),r.createElement(o,{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(o,{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(o,{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(o,{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(o,{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(o,{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(o,{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"}),r.createElement(o,{d:"M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),I=i;export{i as IconPeopleNoise,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleNoise/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9997 13.75C9.02123 13.75 6.67402 15.3039 5.43304 17.6121C4.59593 19.1691 6.02717 20.75 7.79494 20.75H16.2044C17.9722 20.75 19.4034 19.1691 18.5663 17.6121C17.3254 15.3039 14.9781 13.75 11.9997 13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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 <Path\n d=\"M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPeopleSparkles: FC<CentralIconBaseProps>;
4
+ export default IconPeopleSparkles;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=d(o,t))||l.enumerable});return r};var L=(r,o,C)=>(C=r!=null?c(k(r)):{},s(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>s(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconPeopleSparkles:()=>u,default:()=>x});module.exports=P(g);var e=L(require("react"));var i=L(require("react")),a=require("react-native-svg"),m=({children:r,size:o=24,...C})=>i.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(m,{...r},e.default.createElement(n.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M12 13.25C9.02155 13.25 6.67433 14.8039 5.43335 17.1121C4.59624 18.6691 6.02749 20.25 7.79525 20.25H12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),x=u;0&&(module.exports={IconPeopleSparkles});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPeopleSparkles/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.25C9.02155 13.25 6.67433 14.8039 5.43335 17.1121C4.59624 18.6691 6.02749 20.25 7.79525 20.25H12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleSparkles_exports","__export","IconPeopleSparkles","IconPeopleSparkles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var s=e=>o.createElement(t,{...e},o.createElement(C,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement(C,{d:"M12 13.25C9.02155 13.25 6.67433 14.8039 5.43335 17.1121C4.59624 18.6691 6.02749 20.25 7.79525 20.25H12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),o.createElement(C,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),B=s;export{s as IconPeopleSparkles,B 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=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.25C9.02155 13.25 6.67433 14.8039 5.43335 17.1121C4.59624 18.6691 6.02749 20.25 7.79525 20.25H12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
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
@@ -408,7 +408,7 @@
408
408
  },
409
409
  {
410
410
  "category": "Sound & Music",
411
- "svg": "<path d=\"M3.75 5.75V18.25M7.75 4.75V19.25M20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
411
+ "svg": "<path d=\"M3.75 5.75V18.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.75 4.75V19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.75 17.2193V6.78067C11.75 4.77151 13.6864 3.33022 15.6111 3.9069L18.1111 4.65598C19.3805 5.03635 20.25 6.20455 20.25 7.52975V16.4702C20.25 17.7954 19.3805 18.9637 18.1111 19.344L15.6111 20.0931C13.6864 20.6698 11.75 19.2285 11.75 17.2193Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
412
412
  "iconName": "albums, cover",
413
413
  "variant": {
414
414
  "join": "round",
@@ -5656,6 +5656,20 @@
5656
5656
  "packageName": "round-outlined-radius-3-stroke-1.5",
5657
5657
  "componentName": "IconCat"
5658
5658
  },
5659
+ {
5660
+ "category": "Sound & Music",
5661
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.2473 6.26025C8.3406 6.84176 6.83684 8.3473 6.25781 10.2551M17.7418 13.7472C17.1622 15.6544 15.6584 17.1594 13.7518 17.7404\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
5662
+ "iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
5663
+ "variant": {
5664
+ "join": "round",
5665
+ "filled": "off",
5666
+ "radius": "3",
5667
+ "stroke": "1.5"
5668
+ },
5669
+ "createdAt": "2026-03-19T13:01:15.293674+00:00",
5670
+ "packageName": "round-outlined-radius-3-stroke-1.5",
5671
+ "componentName": "IconCd"
5672
+ },
5659
5673
  {
5660
5674
  "category": "Things",
5661
5675
  "svg": "<path d=\"M15.989 13.983C17.0116 15.0038 16.6495 16.7384 15.304 17.2651L5.48839 21.1073C3.86091 21.7444 2.25504 20.1378 2.89334 18.511L6.73936 8.70944C7.26641 7.36624 8.99824 7.00416 10.0195 8.02365L15.989 13.983Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.038 1.75C14.038 1.75 14.2211 2.81957 14.038 3.80684C13.8407 4.87016 13.0078 5.86368 13.0078 5.86368\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5859 8.43467L16.6161 7.40625\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.4688 4.57801L18.9323 3.29248\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.2188 7.92046L21.2489 7.40625\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.1602 11.0059C18.1602 11.0059 18.9391 11.0387 19.7054 11.2835C20.3962 11.5042 21.2507 12.0343 21.2507 12.0343\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18102,6 +18116,20 @@
18102
18116
  "packageName": "round-outlined-radius-3-stroke-1.5",
18103
18117
  "componentName": "IconPeopleLike"
18104
18118
  },
18119
+ {
18120
+ "category": "People",
18121
+ "svg": "<path d=\"M11.9997 13.75C9.02123 13.75 6.67402 15.3039 5.43304 17.6121C4.59593 19.1691 6.02717 20.75 7.79494 20.75H16.2044C17.9722 20.75 19.4034 19.1691 18.5663 17.6121C17.3254 15.3039 14.9781 13.75 11.9997 13.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><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\"/><path d=\"M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
18122
+ "iconName": "people-noise, audio-quality, user-noise",
18123
+ "variant": {
18124
+ "join": "round",
18125
+ "filled": "off",
18126
+ "radius": "3",
18127
+ "stroke": "1.5"
18128
+ },
18129
+ "createdAt": "2026-03-19T13:01:15.293674+00:00",
18130
+ "packageName": "round-outlined-radius-3-stroke-1.5",
18131
+ "componentName": "IconPeopleNoise"
18132
+ },
18105
18133
  {
18106
18134
  "category": "People",
18107
18135
  "svg": "<path d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.2497 20.25H7.79494C6.02717 20.25 4.59593 18.6691 5.43304 17.1121C6.67402 14.8039 9.02123 13.25 11.9997 13.25C12.4297 13.25 12.8465 13.2824 13.2488 13.3448\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18130,6 +18158,20 @@
18130
18158
  "packageName": "round-outlined-radius-3-stroke-1.5",
18131
18159
  "componentName": "IconPeopleRemove2"
18132
18160
  },
18161
+ {
18162
+ "category": "People",
18163
+ "svg": "<path d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12 13.25C9.02155 13.25 6.67433 14.8039 5.43335 17.1121C4.59624 18.6691 6.02749 20.25 7.79525 20.25H12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\" fill=\"currentColor\"/><path d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\" fill=\"currentColor\"/>",
18164
+ "iconName": "people-sparkles, star, aura",
18165
+ "variant": {
18166
+ "join": "round",
18167
+ "filled": "off",
18168
+ "radius": "3",
18169
+ "stroke": "1.5"
18170
+ },
18171
+ "createdAt": "2026-03-19T13:01:15.293674+00:00",
18172
+ "packageName": "round-outlined-radius-3-stroke-1.5",
18173
+ "componentName": "IconPeopleSparkles"
18174
+ },
18133
18175
  {
18134
18176
  "category": "People",
18135
18177
  "svg": "<path d=\"M19.25 12.75C19.25 13.9926 18.2426 15 17 15C15.7574 15 14.75 13.9926 14.75 12.75C14.75 11.5074 15.7574 10.5 17 10.5C18.2426 10.5 19.25 11.5074 19.25 12.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.9981 17C15.3803 17 14.0911 17.8668 13.3677 19.1729C12.799 20.1995 13.7577 21.25 14.9312 21.25H19.0649C20.2385 21.25 21.1971 20.1995 20.6285 19.1729C19.905 17.8668 18.6159 17 16.9981 17Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 5C9.25 6.24264 8.24264 7.25 7 7.25C5.75736 7.25 4.75 6.24264 4.75 5C4.75 3.75736 5.75736 2.75 7 2.75C8.24264 2.75 9.25 3.75736 9.25 5Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.49808 10.0892C8.81622 9.56026 7.96597 9.25 6.99808 9.25C5.38029 9.25 4.09115 10.1168 3.36769 11.4229C2.79905 12.4495 3.75768 13.5 4.93125 13.5H7.99808\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 21.25L15.75 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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-outlined-radius-3-stroke-1.5",
3
- "version": "1.1.169",
3
+ "version": "1.1.170",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1.5/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": 1894,
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": 53,
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": 56,
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";