@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.168 → 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/IconProgress25/index.d.ts +4 -0
- package/IconProgress25/index.js +2 -0
- package/IconProgress25/index.js.map +1 -0
- package/IconProgress25/index.mjs +2 -0
- package/IconProgress25/index.mjs.map +1 -0
- package/IconSpeedHigh/index.d.ts +4 -0
- package/IconSpeedHigh/index.js +2 -0
- package/IconSpeedHigh/index.js.map +1 -0
- package/IconSpeedHigh/index.mjs +2 -0
- package/IconSpeedHigh/index.mjs.map +1 -0
- package/IconSpeedLow/index.d.ts +4 -0
- package/IconSpeedLow/index.js +2 -0
- package/IconSpeedLow/index.js.map +1 -0
- package/IconSpeedLow/index.mjs +2 -0
- package/IconSpeedLow/index.mjs.map +1 -0
- package/IconSpeedMiddle/index.d.ts +4 -0
- package/IconSpeedMiddle/index.js +2 -0
- package/IconSpeedMiddle/index.js.map +1 -0
- package/IconSpeedMiddle/index.mjs +2 -0
- package/IconSpeedMiddle/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +99 -1
- package/icons/index.d.ts +7 -0
- package/icons-index.json +20 -6
- package/index.d.ts +7 -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 +50 -1
package/IconAlbums/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(p({},"__esModule",{value:!0}),r);var g={};L(g,{IconAlbums:()=>c,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),C=({children:r,size:o=24,...n})=>l.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>t.default.createElement(C,{...r},t.default.createElement(s.Path,{d:"M3.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M7.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconAlbums});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconAlbums/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAlbums_exports","__export","IconAlbums","IconAlbums_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
package/IconAlbums/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var u=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 4.5V19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconAlbums,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconAlbums/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.
|
|
1
|
+
{"version":3,"sources":["../src/IconAlbums/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconAlbums: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5V18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAlbums;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAlbums","props","React","CentralIconBase","IconAlbums_default"]}
|
package/IconCd/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=f(o,n))||c.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(x(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(s({},"__esModule",{value:!0}),r);var y={};I(y,{IconCd:()=>m,default:()=>g});module.exports=P(y);var t=a(require("react"));var i=a(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>i.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconCd});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,YAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAoCC,GAE7C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCd_exports","__export","IconCd","IconCd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
package/IconCd/index.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as C}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconCd,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCd;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAoCC,GAE7CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCd","props","React","CentralIconBase","IconCd_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var Z=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of Z(o))!I.call(r,l)&&l!==n&&t(r,l,{get:()=>o[l],enumerable:!(p=M(o,l))||p.enumerable});return r};var s=(r,o,n)=>(n=r!=null?c(B(r)):{},i(o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n,r)),a=r=>i(t({},"__esModule",{value:!0}),r);var g={};P(g,{IconPeopleNoise:()=>m,default:()=>x});module.exports=a(g);var C=s(require("react"));var u=s(require("react")),f=require("react-native-svg"),d=({children:r,size:o=24,...n})=>u.default.createElement(f.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),m=r=>C.default.createElement(d,{...r},C.default.createElement(e.Path,{d:"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),C.default.createElement(e.Path,{d:"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),x=m;0&&(module.exports={IconPeopleNoise});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleNoise_exports","__export","IconPeopleNoise","IconPeopleNoise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var i=n=>r.createElement(e,{...n},r.createElement(o,{d:"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z",fill:"currentColor"}),r.createElement(o,{d:"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z",fill:"currentColor"}),r.createElement(o,{d:"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z",fill:"currentColor"}),r.createElement(o,{d:"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z",fill:"currentColor"}),r.createElement(o,{d:"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z",fill:"currentColor"}),r.createElement(o,{d:"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z",fill:"currentColor"}),r.createElement(o,{d:"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z",fill:"currentColor"}),r.createElement(o,{d:"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z",stroke:"currentColor",strokeLinejoin:"round"}),r.createElement(o,{d:"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),I=i;export{i as IconPeopleNoise,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleNoise/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleNoise: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==C&&p(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var s=(r,o,C)=>(C=r!=null?c(B(r)):{},L(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>L(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconPeopleSparkles:()=>u,default:()=>g});module.exports=x(k);var e=s(require("react"));var a=s(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...C})=>a.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),u=r=>e.default.createElement(m,{...r},e.default.createElement(t.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),g=u;0&&(module.exports={IconPeopleSparkles});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleSparkles_exports","__export","IconPeopleSparkles","IconPeopleSparkles_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...t})=>p.createElement(l,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var L=e=>o.createElement(n,{...e},o.createElement(C,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(C,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{d:"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z",fill:"currentColor"}),o.createElement(C,{d:"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z",fill:"currentColor"})),I=L;export{L as IconPeopleSparkles,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleSparkles/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleSparkles: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleSparkles;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,inBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleSparkles","props","React","CentralIconBase","IconPeopleSparkles_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=x(o,t))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconProgress25:()=>i,default:()=>y});module.exports=v(h);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),p.default.createElement(l.Path,{d:"M20 12C20 7.58172 16.4183 4 12 4V12H20Z",fill:"currentColor"})),y=i;0&&(module.exports={IconProgress25});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress25/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 IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M20 12C20 7.58172 16.4183 4 12 4V12H20Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress25;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EAIGE,EAAQJ","names":["IconProgress25_exports","__export","IconProgress25","IconProgress25_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress25","props","React","CentralIconBase","IconProgress25_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,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"},o);import{Circle as s,Path as C}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(s,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),e.createElement(C,{d:"M20 12C20 7.58172 16.4183 4 12 4V12H20Z",fill:"currentColor"})),g=a;export{a as IconProgress25,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress25/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 IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M20 12C20 7.58172 16.4183 4 12 4V12H20Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress25;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconProgress25","props","React","CentralIconBase","IconProgress25_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(d(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(t({},"__esModule",{value:!0}),r);var v={};x(v,{IconSpeedHigh:()=>f,default:()=>h});module.exports=P(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M10.468 14.2846C9.75795 13.4385 9.86832 12.177 10.7145 11.467C11.5606 10.757 12.8221 10.8673 13.5321 11.7135C14.6732 13.0733 15.3659 15.4676 15.6716 16.7416C15.7619 17.1178 15.403 17.419 15.0482 17.2647C13.8466 16.7424 11.609 15.6445 10.468 14.2846Z",fill:"currentColor"})),h=f;0&&(module.exports={IconSpeedHigh});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedHigh/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 IconSpeedHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.468 14.2846C9.75795 13.4385 9.86832 12.177 10.7145 11.467C11.5606 10.757 12.8221 10.8673 13.5321 11.7135C14.6732 13.0733 15.3659 15.4676 15.6716 16.7416C15.7619 17.1178 15.403 17.419 15.0482 17.2647C13.8466 16.7424 11.609 15.6445 10.468 14.2846Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedHigh;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSpeedHigh_exports","__export","IconSpeedHigh","IconSpeedHigh_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSpeedHigh","props","React","CentralIconBase","IconSpeedHigh_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M10.468 14.2846C9.75795 13.4385 9.86832 12.177 10.7145 11.467C11.5606 10.757 12.8221 10.8673 13.5321 11.7135C14.6732 13.0733 15.3659 15.4676 15.6716 16.7416C15.7619 17.1178 15.403 17.419 15.0482 17.2647C13.8466 16.7424 11.609 15.6445 10.468 14.2846Z",fill:"currentColor"})),g=s;export{s as IconSpeedHigh,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedHigh/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 IconSpeedHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.468 14.2846C9.75795 13.4385 9.86832 12.177 10.7145 11.467C11.5606 10.757 12.8221 10.8673 13.5321 11.7135C14.6732 13.0733 15.3659 15.4676 15.6716 16.7416C15.7619 17.1178 15.403 17.419 15.0482 17.2647C13.8466 16.7424 11.609 15.6445 10.468 14.2846Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedHigh;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSpeedHigh","props","React","CentralIconBase","IconSpeedHigh_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!x.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(s=f(r,n))||s.enumerable});return o};var l=(o,r,e)=>(e=o!=null?d(I(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>a(p({},"__esModule",{value:!0}),o);var v={};P(v,{IconSpeedLow:()=>u,default:()=>k});module.exports=g(v);var t=l(require("react"));var i=l(require("react")),c=require("react-native-svg"),m=({children:o,size:r=24,...e})=>i.default.createElement(c.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 C=require("react-native-svg"),u=o=>t.default.createElement(m,{...o},t.default.createElement(C.Path,{opacity:"0.12",d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M6.87436 20C4.24324 18.3107 2.5 15.3589 2.5 12C2.5 10.9517 2.6698 9.943 2.98341 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M13.0008 11.2675C13.9574 11.8197 14.2852 13.0429 13.7329 13.9995C13.1806 14.9561 11.9574 15.2838 11.0008 14.7316C9.46352 13.844 7.99374 11.831 7.27068 10.7384C7.05718 10.4158 7.29141 10.01 7.67758 10.0336C8.98537 10.1135 11.4635 10.3799 13.0008 11.2675Z",fill:"currentColor"})),k=u;0&&(module.exports={IconSpeedLow});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedLow/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 IconSpeedLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.12\"\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.87436 20C4.24324 18.3107 2.5 15.3589 2.5 12C2.5 10.9517 2.6698 9.943 2.98341 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.0008 11.2675C13.9574 11.8197 14.2852 13.0429 13.7329 13.9995C13.1806 14.9561 11.9574 15.2838 11.0008 14.7316C9.46352 13.844 7.99374 11.831 7.27068 10.7384C7.05718 10.4158 7.29141 10.01 7.67758 10.0336C8.98537 10.1135 11.4635 10.3799 13.0008 11.2675Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedLow;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,QAAQ,OACR,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSpeedLow_exports","__export","IconSpeedLow","IconSpeedLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSpeedLow","props","React","CentralIconBase","IconSpeedLow_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{opacity:"0.12",d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M6.87436 20C4.24324 18.3107 2.5 15.3589 2.5 12C2.5 10.9517 2.6698 9.943 2.98341 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M13.0008 11.2675C13.9574 11.8197 14.2852 13.0429 13.7329 13.9995C13.1806 14.9561 11.9574 15.2838 11.0008 14.7316C9.46352 13.844 7.99374 11.831 7.27068 10.7384C7.05718 10.4158 7.29141 10.01 7.67758 10.0336C8.98537 10.1135 11.4635 10.3799 13.0008 11.2675Z",fill:"currentColor"})),x=a;export{a as IconSpeedLow,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedLow/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 IconSpeedLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.12\"\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.87436 20C4.24324 18.3107 2.5 15.3589 2.5 12C2.5 10.9517 2.6698 9.943 2.98341 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.0008 11.2675C13.9574 11.8197 14.2852 13.0429 13.7329 13.9995C13.1806 14.9561 11.9574 15.2838 11.0008 14.7316C9.46352 13.844 7.99374 11.831 7.27068 10.7384C7.05718 10.4158 7.29141 10.01 7.67758 10.0336C8.98537 10.1135 11.4635 10.3799 13.0008 11.2675Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedLow;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,QAAQ,OACR,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSpeedLow","props","React","CentralIconBase","IconSpeedLow_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconSpeedMiddle:()=>u,default:()=>k});module.exports=g(v);var t=l(require("react"));var i=l(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(C.Path,{opacity:"0.12",d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M6.87436 20C4.24324 18.3107 2.5 15.359 2.5 12C2.5 6.92102 6.48572 2.77295 11.5 2.51294",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M14 12.9995C14 14.1041 13.1046 14.9995 12 14.9995C10.8954 14.9995 10 14.1041 10 12.9995C10 11.2244 11.0084 8.94503 11.5931 7.77252C11.7658 7.4263 12.2342 7.4263 12.4069 7.77251C12.9916 8.94503 14 11.2244 14 12.9995Z",fill:"currentColor"})),k=u;0&&(module.exports={IconSpeedMiddle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedMiddle/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 IconSpeedMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.12\"\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.87436 20C4.24324 18.3107 2.5 15.359 2.5 12C2.5 6.92102 6.48572 2.77295 11.5 2.51294\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.9995C14 14.1041 13.1046 14.9995 12 14.9995C10.8954 14.9995 10 14.1041 10 12.9995C10 11.2244 11.0084 8.94503 11.5931 7.77252C11.7658 7.4263 12.2342 7.4263 12.4069 7.77251C12.9916 8.94503 14 11.2244 14 12.9995Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedMiddle;\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,QAAQ,OACR,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSpeedMiddle_exports","__export","IconSpeedMiddle","IconSpeedMiddle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSpeedMiddle","props","React","CentralIconBase","IconSpeedMiddle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{opacity:"0.12",d:"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6.87436 20C4.24324 18.3107 2.5 15.359 2.5 12C2.5 6.92102 6.48572 2.77295 11.5 2.51294",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M14 12.9995C14 14.1041 13.1046 14.9995 12 14.9995C10.8954 14.9995 10 14.1041 10 12.9995C10 11.2244 11.0084 8.94503 11.5931 7.77252C11.7658 7.4263 12.2342 7.4263 12.4069 7.77251C12.9916 8.94503 14 11.2244 14 12.9995Z",fill:"currentColor"})),x=a;export{a as IconSpeedMiddle,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSpeedMiddle/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 IconSpeedMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n opacity=\"0.12\"\n d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.87436 20C4.24324 18.3107 2.5 15.359 2.5 12C2.5 6.92102 6.48572 2.77295 11.5 2.51294\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.9995C14 14.1041 13.1046 14.9995 12 14.9995C10.8954 14.9995 10 14.1041 10 12.9995C10 11.2244 11.0084 8.94503 11.5931 7.77252C11.7658 7.4263 12.2342 7.4263 12.4069 7.77251C12.9916 8.94503 14 11.2244 14 12.9995Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedMiddle;\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,QAAQ,OACR,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSpeedMiddle","props","React","CentralIconBase","IconSpeedMiddle_default"]}
|
package/README.md
CHANGED
|
@@ -1139,6 +1139,7 @@ Below is a complete list of available icons:
|
|
|
1139
1139
|
- IconPlusSmall
|
|
1140
1140
|
- IconPreview
|
|
1141
1141
|
- IconProgress100
|
|
1142
|
+
- IconProgress25
|
|
1142
1143
|
- IconProgress50
|
|
1143
1144
|
- IconProgress75
|
|
1144
1145
|
- IconProgressArc
|
|
@@ -1343,8 +1344,10 @@ Below is a complete list of available icons:
|
|
|
1343
1344
|
- IconPeopleGear
|
|
1344
1345
|
- IconPeopleIdCard
|
|
1345
1346
|
- IconPeopleLike
|
|
1347
|
+
- IconPeopleNoise
|
|
1346
1348
|
- IconPeopleRemove
|
|
1347
1349
|
- IconPeopleRemove2
|
|
1350
|
+
- IconPeopleSparkles
|
|
1348
1351
|
- IconPeopleVersus
|
|
1349
1352
|
- IconPeopleVoice
|
|
1350
1353
|
- IconPersona
|
|
@@ -1712,6 +1715,7 @@ Below is a complete list of available icons:
|
|
|
1712
1715
|
- IconAudio
|
|
1713
1716
|
- IconBack
|
|
1714
1717
|
- IconBack10s
|
|
1718
|
+
- IconCd
|
|
1715
1719
|
- IconFastForward
|
|
1716
1720
|
- IconFastForward10s
|
|
1717
1721
|
- IconFastForward15s
|
|
@@ -1923,6 +1927,9 @@ Below is a complete list of available icons:
|
|
|
1923
1927
|
- IconSilverMedal
|
|
1924
1928
|
- IconSocial
|
|
1925
1929
|
- IconSpace
|
|
1930
|
+
- IconSpeedHigh
|
|
1931
|
+
- IconSpeedLow
|
|
1932
|
+
- IconSpeedMiddle
|
|
1926
1933
|
- IconStage
|
|
1927
1934
|
- IconStamps
|
|
1928
1935
|
- IconSteeringWheel
|
package/filtered-icons.json
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"category": "Sound & Music",
|
|
411
|
-
"svg": "<path d=\"M3.5 5.5V18.
|
|
411
|
+
"svg": "<path d=\"M3.5 5.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 20.5V3.5L20.5 5.5V18.5L11.5 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
412
412
|
"iconName": "albums, cover",
|
|
413
413
|
"variant": {
|
|
414
414
|
"join": "round",
|
|
@@ -5656,6 +5656,20 @@
|
|
|
5656
5656
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
5657
5657
|
"componentName": "IconCat"
|
|
5658
5658
|
},
|
|
5659
|
+
{
|
|
5660
|
+
"category": "Sound & Music",
|
|
5661
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5016 5.67432C8.1166 6.23777 6.23925 8.11511 5.67578 10.5001M13.5016 18.3265C15.887 17.7631 17.7645 15.8855 18.3279 13.5001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5662
|
+
"iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
5663
|
+
"variant": {
|
|
5664
|
+
"join": "round",
|
|
5665
|
+
"filled": "off",
|
|
5666
|
+
"radius": "0",
|
|
5667
|
+
"stroke": "1"
|
|
5668
|
+
},
|
|
5669
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5670
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
5671
|
+
"componentName": "IconCd"
|
|
5672
|
+
},
|
|
5659
5673
|
{
|
|
5660
5674
|
"category": "Things",
|
|
5661
5675
|
"svg": "<path d=\"M18 16L2.5 21.5L8 6L18 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.1001 1.5C14.1001 1.5 14.288 2.59623 14.1001 3.60811C13.8977 4.69794 13.043 5.71622 13.043 5.71622\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.6875 8.35142L16.7446 7.29736\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.6445 4.39862L19.1202 3.08105\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.4414 7.82439L21.4985 7.29736\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.3281 10.9863C18.3281 10.9863 19.1274 11.02 19.9138 11.2709C20.6227 11.4971 21.4996 12.0404 21.4996 12.0404\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18102,6 +18116,20 @@
|
|
|
18102
18116
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18103
18117
|
"componentName": "IconPeopleLike"
|
|
18104
18118
|
},
|
|
18119
|
+
{
|
|
18120
|
+
"category": "People",
|
|
18121
|
+
"svg": "<path d=\"M12.7492 0.75C12.7492 1.16421 12.4134 1.5 11.9992 1.5C11.585 1.5 11.2492 1.16421 11.2492 0.75C11.2492 0.335786 11.585 0 11.9992 0C12.4134 0 12.7492 0.335786 12.7492 0.75Z\" fill=\"currentColor\"/><path d=\"M8.235 1.847C8.50125 2.16431 8.45986 2.63738 8.14256 2.90363C7.82525 3.16988 7.35218 3.12849 7.08593 2.81119C6.81968 2.49388 6.86107 2.02081 7.17837 1.75456C7.49568 1.48831 7.96875 1.5297 8.235 1.847Z\" fill=\"currentColor\"/><path d=\"M5.48192 5.58933C5.88984 5.66126 6.16222 6.05025 6.09029 6.45817C6.01837 6.86609 5.62937 7.13847 5.22145 7.06654C4.81353 6.99461 4.54115 6.60562 4.61308 6.1977C4.68501 5.78978 5.074 5.5174 5.48192 5.58933Z\" fill=\"currentColor\"/><path d=\"M5.77823 10.2258C6.13695 10.0187 6.59564 10.1416 6.80275 10.5003C7.00985 10.859 6.88695 11.3177 6.52823 11.5248C6.16951 11.7319 5.71082 11.609 5.50371 11.2503C5.2966 10.8916 5.41951 10.4329 5.77823 10.2258Z\" fill=\"currentColor\"/><path d=\"M15.7634 1.847C15.4972 2.16431 15.5386 2.63738 15.8559 2.90363C16.1732 3.16988 16.6462 3.12849 16.9125 2.81119C17.1787 2.49388 17.1373 2.02081 16.82 1.75456C16.5027 1.48831 16.0297 1.5297 15.7634 1.847Z\" fill=\"currentColor\"/><path d=\"M18.5165 5.58933C18.1086 5.66126 17.8362 6.05025 17.9081 6.45817C17.98 6.86609 18.369 7.13847 18.777 7.06654C19.1849 6.99461 19.4573 6.60562 19.3853 6.1977C19.3134 5.78978 18.9244 5.5174 18.5165 5.58933Z\" fill=\"currentColor\"/><path d=\"M18.2202 10.2258C17.8615 10.0187 17.4028 10.1416 17.1957 10.5003C16.9886 10.859 17.1115 11.3177 17.4702 11.5248C17.8289 11.7319 18.2876 11.609 18.4947 11.2503C18.7018 10.8916 18.5789 10.4329 18.2202 10.2258Z\" fill=\"currentColor\"/><path d=\"M16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 5.29086 9.79086 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12 13.5C7.58172 13.5 4 17.0817 4 21.5H20C20 17.0817 16.4183 13.5 12 13.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
18122
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18123
|
+
"variant": {
|
|
18124
|
+
"join": "round",
|
|
18125
|
+
"filled": "off",
|
|
18126
|
+
"radius": "0",
|
|
18127
|
+
"stroke": "1"
|
|
18128
|
+
},
|
|
18129
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18130
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18131
|
+
"componentName": "IconPeopleNoise"
|
|
18132
|
+
},
|
|
18105
18133
|
{
|
|
18106
18134
|
"category": "People",
|
|
18107
18135
|
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M4 20.5L3.50191 20.4563L3.45421 21H4V20.5ZM13.8746 13.2338C14.142 13.303 14.4148 13.1425 14.484 12.8751C14.5533 12.6078 14.3927 12.335 14.1254 12.2657L13.8746 13.2338ZM12.5 21C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20V21ZM4 20.5L4.49809 20.5437C4.8739 16.2605 7.84246 13 12 13V12.5V12C7.21843 12 3.91318 15.7691 3.50191 20.4563L4 20.5ZM4 20.5V21H12.5V20.5V20H4V20.5ZM14 12.7498L14.1254 12.2657C13.4533 12.0917 12.7427 12 12 12V12.5V13C12.6599 13 13.2862 13.0814 13.8746 13.2338L14 12.7498Z\" fill=\"currentColor\"/><path d=\"M20.5 15.5L18 18M18 18L15.5 20.5M18 18L15.5 15.5M18 18L20.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -18130,6 +18158,20 @@
|
|
|
18130
18158
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18131
18159
|
"componentName": "IconPeopleRemove2"
|
|
18132
18160
|
},
|
|
18161
|
+
{
|
|
18162
|
+
"category": "People",
|
|
18163
|
+
"svg": "<path d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.8955 14.4583L18.1115 12.42C18.0142 12.167 17.7711 12 17.5 12C17.2289 12 16.9858 12.167 16.8885 12.42L16.1045 14.4583C15.9902 14.7554 15.7554 14.9902 15.4583 15.1045L13.42 15.8885C13.167 15.9858 13 16.2289 13 16.5C13 16.7711 13.167 17.0142 13.42 17.1115L15.4583 17.8955C15.7554 18.0098 15.9902 18.2446 16.1045 18.5417L16.8885 20.58C16.9858 20.833 17.2289 21 17.5 21C17.7711 21 18.0142 20.833 18.1115 20.58L18.8955 18.5417C19.0098 18.2446 19.2446 18.0098 19.5417 17.8955L21.58 17.1115C21.833 17.0142 22 16.7711 22 16.5C22 16.2289 21.833 15.9858 21.58 15.8885L19.5417 15.1045C19.2446 14.9902 19.0098 14.7554 18.8955 14.4583Z\" fill=\"currentColor\"/><path d=\"M4.89045 9.03518L4.40769 7.78C4.34281 7.61131 4.18074 7.5 4 7.5C3.81926 7.5 3.65719 7.61131 3.59231 7.78L3.10955 9.03518C3.00797 9.29927 2.79927 9.50797 2.53518 9.60955L1.28 10.0923C1.11131 10.1572 1 10.3193 1 10.5C1 10.6807 1.11131 10.8428 1.28 10.9077L2.53518 11.3905C2.79927 11.492 3.00797 11.7007 3.10955 11.9648L3.59231 13.22C3.65719 13.3887 3.81926 13.5 4 13.5C4.18074 13.5 4.34281 13.3887 4.40769 13.22L4.89045 11.9648C4.99203 11.7007 5.20073 11.492 5.46482 11.3905L6.72 10.9077C6.88869 10.8428 7 10.6807 7 10.5C7 10.3193 6.88869 10.1572 6.72 10.0923L5.46482 9.60955C5.20073 9.50797 4.99203 9.29927 4.89045 9.03518Z\" fill=\"currentColor\"/>",
|
|
18164
|
+
"iconName": "people-sparkles, star, aura",
|
|
18165
|
+
"variant": {
|
|
18166
|
+
"join": "round",
|
|
18167
|
+
"filled": "off",
|
|
18168
|
+
"radius": "0",
|
|
18169
|
+
"stroke": "1"
|
|
18170
|
+
},
|
|
18171
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18172
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18173
|
+
"componentName": "IconPeopleSparkles"
|
|
18174
|
+
},
|
|
18133
18175
|
{
|
|
18134
18176
|
"category": "People",
|
|
18135
18177
|
"svg": "<path d=\"M19.5 13C19.5 14.3807 18.3807 15.5 17 15.5C15.6193 15.5 14.5 14.3807 14.5 13C14.5 11.6193 15.6193 10.5 17 10.5C18.3807 10.5 19.5 11.6193 19.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 17C14.4859 17 12.7214 18.9771 12.5 21.5H21.5C21.2786 18.9771 19.5141 17 17 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 5C9.5 6.38071 8.38071 7.5 7 7.5C5.61929 7.5 4.5 6.38071 4.5 5C4.5 3.61929 5.61929 2.5 7 2.5C8.38071 2.5 9.5 3.61929 9.5 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 13.5H2.5C2.72137 10.9771 4.48588 9 7 9C8.19928 9 9.22799 9.44988 10 10.1943\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 21.5L15.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18998,6 +19040,20 @@
|
|
|
18998
19040
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18999
19041
|
"componentName": "IconProgress100"
|
|
19000
19042
|
},
|
|
19043
|
+
{
|
|
19044
|
+
"category": "Interface General",
|
|
19045
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M20 12C20 7.58172 16.4183 4 12 4V12H20Z\" fill=\"currentColor\"/>",
|
|
19046
|
+
"iconName": "progress-25, ideas, open, status, task",
|
|
19047
|
+
"variant": {
|
|
19048
|
+
"join": "round",
|
|
19049
|
+
"filled": "off",
|
|
19050
|
+
"radius": "0",
|
|
19051
|
+
"stroke": "1"
|
|
19052
|
+
},
|
|
19053
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
19054
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
19055
|
+
"componentName": "IconProgress25"
|
|
19056
|
+
},
|
|
19001
19057
|
{
|
|
19002
19058
|
"category": "Interface General",
|
|
19003
19059
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75V19.25Z\" fill=\"currentColor\"/>",
|
|
@@ -22064,6 +22120,48 @@
|
|
|
22064
22120
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
22065
22121
|
"componentName": "IconSpeedDots"
|
|
22066
22122
|
},
|
|
22123
|
+
{
|
|
22124
|
+
"category": "Things",
|
|
22125
|
+
"svg": "<path d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.468 14.2846C9.75795 13.4385 9.86832 12.177 10.7145 11.467C11.5606 10.757 12.8221 10.8673 13.5321 11.7135C14.6732 13.0733 15.3659 15.4676 15.6716 16.7416C15.7619 17.1178 15.403 17.419 15.0482 17.2647C13.8466 16.7424 11.609 15.6445 10.468 14.2846Z\" fill=\"currentColor\"/>",
|
|
22126
|
+
"iconName": "speed-high, limit, speedometer, level",
|
|
22127
|
+
"variant": {
|
|
22128
|
+
"join": "round",
|
|
22129
|
+
"filled": "off",
|
|
22130
|
+
"radius": "0",
|
|
22131
|
+
"stroke": "1"
|
|
22132
|
+
},
|
|
22133
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22134
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
22135
|
+
"componentName": "IconSpeedHigh"
|
|
22136
|
+
},
|
|
22137
|
+
{
|
|
22138
|
+
"category": "Things",
|
|
22139
|
+
"svg": "<path opacity=\"0.12\" d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.87436 20C4.24324 18.3107 2.5 15.3589 2.5 12C2.5 10.9517 2.6698 9.943 2.98341 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.0008 11.2675C13.9574 11.8197 14.2852 13.0429 13.7329 13.9995C13.1806 14.9561 11.9574 15.2838 11.0008 14.7316C9.46352 13.844 7.99374 11.831 7.27068 10.7384C7.05718 10.4158 7.29141 10.01 7.67758 10.0336C8.98537 10.1135 11.4635 10.3799 13.0008 11.2675Z\" fill=\"currentColor\"/>",
|
|
22140
|
+
"iconName": "speed-low, limit, speedometer, level",
|
|
22141
|
+
"variant": {
|
|
22142
|
+
"join": "round",
|
|
22143
|
+
"filled": "off",
|
|
22144
|
+
"radius": "0",
|
|
22145
|
+
"stroke": "1"
|
|
22146
|
+
},
|
|
22147
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22148
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
22149
|
+
"componentName": "IconSpeedLow"
|
|
22150
|
+
},
|
|
22151
|
+
{
|
|
22152
|
+
"category": "Things",
|
|
22153
|
+
"svg": "<path opacity=\"0.12\" d=\"M17.1256 20C19.7568 18.3107 21.5 15.3589 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.3589 4.24324 18.3107 6.87436 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.87436 20C4.24324 18.3107 2.5 15.359 2.5 12C2.5 6.92102 6.48572 2.77295 11.5 2.51294\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 12.9995C14 14.1041 13.1046 14.9995 12 14.9995C10.8954 14.9995 10 14.1041 10 12.9995C10 11.2244 11.0084 8.94503 11.5931 7.77252C11.7658 7.4263 12.2342 7.4263 12.4069 7.77251C12.9916 8.94503 14 11.2244 14 12.9995Z\" fill=\"currentColor\"/>",
|
|
22154
|
+
"iconName": "speed-middle, limit, speedometer, level",
|
|
22155
|
+
"variant": {
|
|
22156
|
+
"join": "round",
|
|
22157
|
+
"filled": "off",
|
|
22158
|
+
"radius": "0",
|
|
22159
|
+
"stroke": "1"
|
|
22160
|
+
},
|
|
22161
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22162
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
22163
|
+
"componentName": "IconSpeedMiddle"
|
|
22164
|
+
},
|
|
22067
22165
|
{
|
|
22068
22166
|
"category": "Photography & Video",
|
|
22069
22167
|
"svg": "<path d=\"M12 2.5V21.5M8.5 4.5H2.5V19.5H8.5M15.5 19.5H21.5V4.5H15.5\" stroke=\"currentColor\" 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"
|
|
@@ -1356,6 +1359,7 @@ export type CentralIconName =
|
|
|
1356
1359
|
| "IconProcessor"
|
|
1357
1360
|
| "IconProducthunt"
|
|
1358
1361
|
| "IconProgress100"
|
|
1362
|
+
| "IconProgress25"
|
|
1359
1363
|
| "IconProgress50"
|
|
1360
1364
|
| "IconProgress75"
|
|
1361
1365
|
| "IconProgressArc"
|
|
@@ -1575,6 +1579,9 @@ export type CentralIconName =
|
|
|
1575
1579
|
| "IconSpeachToText"
|
|
1576
1580
|
| "IconSpeaker"
|
|
1577
1581
|
| "IconSpeedDots"
|
|
1582
|
+
| "IconSpeedHigh"
|
|
1583
|
+
| "IconSpeedLow"
|
|
1584
|
+
| "IconSpeedMiddle"
|
|
1578
1585
|
| "IconSplit"
|
|
1579
1586
|
| "IconSpotify"
|
|
1580
1587
|
| "IconSquareArrowBottomLeftCorner"
|