@central-icons-react-native/round-outlined-radius-2-stroke-2 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 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:"M4 6V18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M8 5V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 17.9384V6.06153C12 4.76039 13.2228 3.80567 14.4851 4.12125L18.4851 5.12125C19.3754 5.34383 20 6.1438 20 7.06153V16.9384C20 17.8562 19.3754 18.6561 18.4851 18.8787L14.4851 19.8787C13.2228 20.1943 12 19.2396 12 17.9384Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=m;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=\"M4
|
|
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=\"M4 6V18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 5V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 17.9384V6.06153C12 4.76039 13.2228 3.80567 14.4851 4.12125L18.4851 5.12125C19.3754 5.34383 20 6.1438 20 7.06153V16.9384C20 17.8562 19.3754 18.6561 18.4851 18.8787L14.4851 19.8787C13.2228 20.1943 12 19.2396 12 17.9384Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,OAAO,eACP,YAAY,IACZ,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 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:"M4 6V18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8 5V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 17.9384V6.06153C12 4.76039 13.2228 3.80567 14.4851 4.12125L18.4851 5.12125C19.3754 5.34383 20 6.1438 20 7.06153V16.9384C20 17.8562 19.3754 18.6561 18.4851 18.8787L14.4851 19.8787C13.2228 20.1943 12 19.2396 12 17.9384Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C 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=\"M4
|
|
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=\"M4 6V18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 5V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 17.9384V6.06153C12 4.76039 13.2228 3.80567 14.4851 4.12125L18.4851 5.12125C19.3754 5.34383 20 6.1438 20 7.06153V16.9384C20 17.8562 19.3754 18.6561 18.4851 18.8787L14.4851 19.8787C13.2228 20.1943 12 19.2396 12 17.9384Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,OAAO,eACP,YAAY,IACZ,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 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",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M9.99988 6.875C8.57117 7.433 7.43299 8.57117 6.875 9.99988M13.9999 17.1251C15.4288 16.5671 16.5671 15.4288 17.1251 13.9999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"2",stroke:"currentColor",strokeWidth:"2"})),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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.99988 6.875C8.57117 7.433 7.43299 8.57117 6.875 9.99988M13.9999 17.1251C15.4288 16.5671 16.5671 15.4288 17.1251 13.9999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,6HACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,CACtE,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 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",stroke:"currentColor",strokeWidth:"2"}),o.createElement(c,{d:"M9.99988 6.875C8.57117 7.433 7.43299 8.57117 6.875 9.99988M13.9999 17.1251C15.4288 16.5671 16.5671 15.4288 17.1251 13.9999",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(n,{cx:"12",cy:"12",r:"2",stroke:"currentColor",strokeWidth:"2"})),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 cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.99988 6.875C8.57117 7.433 7.43299 8.57117 6.875 9.99988M13.9999 17.1251C15.4288 16.5671 16.5671 15.4288 17.1251 13.9999\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,CACtE,EAIGM,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 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 f=s(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...n})=>f.default.createElement(u.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.0011 14C8.60997 14 6.03711 16.0143 4.9836 18.8629C4.5748 19.9682 5.51944 21 6.69796 21H17.3043C18.4828 21 19.4274 19.9682 19.0186 18.8629C17.9651 16.0143 15.3923 14 12.0011 14Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),C.default.createElement(e.Path,{d:"M15.25 7.5C15.25 9.29493 13.7949 10.75 12 10.75C10.2051 10.75 8.75 9.29493 8.75 7.5C8.75 5.70507 10.2051 4.25 12 4.25C13.7949 4.25 15.25 5.70507 15.25 7.5Z",stroke:"currentColor",strokeWidth:"2"}),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"})),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.0011 14C8.60997 14 6.03711 16.0143 4.9836 18.8629C4.5748 19.9682 5.51944 21 6.69796 21H17.3043C18.4828 21 19.4274 19.9682 19.0186 18.8629C17.9651 16.0143 15.3923 14 12.0011 14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.25 7.5C15.25 9.29493 13.7949 10.75 12 10.75C10.2051 10.75 8.75 9.29493 8.75 7.5C8.75 5.70507 10.2051 4.25 12 4.25C13.7949 4.25 15.25 5.70507 15.25 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleNoise_exports","__export","IconPeopleNoise","IconPeopleNoise_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import 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:"M12.0011 14C8.60997 14 6.03711 16.0143 4.9836 18.8629C4.5748 19.9682 5.51944 21 6.69796 21H17.3043C18.4828 21 19.4274 19.9682 19.0186 18.8629C17.9651 16.0143 15.3923 14 12.0011 14Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.25 7.5C15.25 9.29493 13.7949 10.75 12 10.75C10.2051 10.75 8.75 9.29493 8.75 7.5C8.75 5.70507 10.2051 4.25 12 4.25C13.7949 4.25 15.25 5.70507 15.25 7.5Z",stroke:"currentColor",strokeWidth:"2"}),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"})),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.0011 14C8.60997 14 6.03711 16.0143 4.9836 18.8629C4.5748 19.9682 5.51944 21 6.69796 21H17.3043C18.4828 21 19.4274 19.9682 19.0186 18.8629C17.9651 16.0143 15.3923 14 12.0011 14Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.25 7.5C15.25 9.29493 13.7949 10.75 12 10.75C10.2051 10.75 8.75 9.29493 8.75 7.5C8.75 5.70507 10.2051 4.25 12 4.25C13.7949 4.25 15.25 5.70507 15.25 7.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleNoise;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleNoise","props","React","CentralIconBase","IconPeopleNoise_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var 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.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),e.default.createElement(n.Path,{d:"M12 13C8.60885 13 6.03599 15.0143 4.98248 17.8629C4.57368 18.9682 5.51833 20 6.69684 20H12",stroke:"currentColor",strokeWidth:"2",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.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13C8.60885 13 6.03599 15.0143 4.98248 17.8629C4.57368 18.9682 5.51833 20 6.69684 20H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,yHACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,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.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(C,{d:"M12 13C8.60885 13 6.03599 15.0143 4.98248 17.8629C4.57368 18.9682 5.51833 20 6.69684 20H12",stroke:"currentColor",strokeWidth:"2",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.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13C8.60885 13 6.03599 15.0143 4.98248 17.8629C4.57368 18.9682 5.51833 20 6.69684 20H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,yHACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,YAAY,IACZ,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 t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>C(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconProgress25:()=>i,default:()=>v});module.exports=h(y);var p=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>c.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z",fill:"currentColor"})),v=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\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z\"\n fill=\"currentColor\"\n />\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,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,KAAK,eACP,CACF,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 t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({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{Circle as l,Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(C,{d:"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z",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\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z\"\n fill=\"currentColor\"\n />\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,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,KAAK,eACP,CACF,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 n=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)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(d(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconSpeedHigh:()=>i,default:()=>h});module.exports=P(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"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=i;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=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 t=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(n,{d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.createElement(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",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=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconSpeedLow:()=>u,default:()=>h});module.exports=g(k);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.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 C=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.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"}),n.default.createElement(C.Path,{opacity:"0.12",d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M6 18.7085C4.15875 17.0605 3 14.6657 3 12.0002C3 10.9611 3.17607 9.96324 3.5 9.03467",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),h=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 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 <Path\n opacity=\"0.12\"\n d=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6 18.7085C4.15875 17.0605 3 14.6657 3 12.0002C3 10.9611 3.17607 9.96324 3.5 9.03467\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,EAAE,gQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,QAAQ,OACR,EAAE,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{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"}),o.createElement(e,{opacity:"0.12",d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(e,{d:"M6 18.7085C4.15875 17.0605 3 14.6657 3 12.0002C3 10.9611 3.17607 9.96324 3.5 9.03467",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),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 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 <Path\n opacity=\"0.12\"\n d=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6 18.7085C4.15875 17.0605 3 14.6657 3 12.0002C3 10.9611 3.17607 9.96324 3.5 9.03467\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\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,EAAE,gQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,QAAQ,OACR,EAAE,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 u=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 t of B(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(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 k={};P(k,{IconSpeedMiddle:()=>d,default:()=>h});module.exports=g(k);var n=l(require("react"));var c=l(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(i.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"),d=r=>n.default.createElement(m,{...r},n.default.createElement(C.Path,{opacity:"0.12",d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M6 18.7081C4.15875 17.0601 3 14.6653 3 11.9998C3 7.3672 6.50006 3.55212 11 3.05469",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.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"})),h=d;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=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6 18.7081C4.15875 17.0601 3 14.6653 3 11.9998C3 7.3672 6.50006 3.55212 11 3.05469\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 n=({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 t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{opacity:"0.12",d:"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M6 18.7081C4.15875 17.0601 3 14.6653 3 11.9998C3 7.3672 6.50006 3.55212 11 3.05469",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{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=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M6 18.7081C4.15875 17.0601 3 14.6653 3 11.9998C3 7.3672 6.50006 3.55212 11 3.05469\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,sIACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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=\"M4
|
|
411
|
+
"svg": "<path d=\"M4 6V18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 5V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 17.9384V6.06153C12 4.76039 13.2228 3.80567 14.4851 4.12125L18.4851 5.12125C19.3754 5.34383 20 6.1438 20 7.06153V16.9384C20 17.8562 19.3754 18.6561 18.4851 18.8787L14.4851 19.8787C13.2228 20.1943 12 19.2396 12 17.9384Z\" stroke=\"currentColor\" stroke-width=\"2\" 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-2-stroke-2",
|
|
5657
5657
|
"componentName": "IconCat"
|
|
5658
5658
|
},
|
|
5659
|
+
{
|
|
5660
|
+
"category": "Sound & Music",
|
|
5661
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.99988 6.875C8.57117 7.433 7.43299 8.57117 6.875 9.99988M13.9999 17.1251C15.4288 16.5671 16.5671 15.4288 17.1251 13.9999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
5662
|
+
"iconName": "cd, disc, vinyl, dvd, dj, spin, music, album",
|
|
5663
|
+
"variant": {
|
|
5664
|
+
"join": "round",
|
|
5665
|
+
"filled": "off",
|
|
5666
|
+
"radius": "2",
|
|
5667
|
+
"stroke": "2"
|
|
5668
|
+
},
|
|
5669
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
5670
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
5671
|
+
"componentName": "IconCd"
|
|
5672
|
+
},
|
|
5659
5673
|
{
|
|
5660
5674
|
"category": "Things",
|
|
5661
5675
|
"svg": "<path d=\"M15.1635 17.1179L5.78101 20.8138C4.15426 21.4547 2.54631 19.8466 3.18721 18.2199L6.88362 8.83782C7.41158 7.49777 9.14017 7.13828 10.1586 8.15672L15.8447 13.8428C16.8632 14.8613 16.5037 16.59 15.1635 17.1179Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 2C14 2 14.1778 3.04001 14 4C13.8085 5.03394 13 6 13 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 8.5L16.5 7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.3008 4.75L18.7508 3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 8L21 7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 11C18 11 18.7561 11.032 19.5 11.27C20.1705 11.4846 21 12 21 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18102,6 +18116,20 @@
|
|
|
18102
18116
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18103
18117
|
"componentName": "IconPeopleLike"
|
|
18104
18118
|
},
|
|
18119
|
+
{
|
|
18120
|
+
"category": "People",
|
|
18121
|
+
"svg": "<path d=\"M12.0011 14C8.60997 14 6.03711 16.0143 4.9836 18.8629C4.5748 19.9682 5.51944 21 6.69796 21H17.3043C18.4828 21 19.4274 19.9682 19.0186 18.8629C17.9651 16.0143 15.3923 14 12.0011 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M15.25 7.5C15.25 9.29493 13.7949 10.75 12 10.75C10.2051 10.75 8.75 9.29493 8.75 7.5C8.75 5.70507 10.2051 4.25 12 4.25C13.7949 4.25 15.25 5.70507 15.25 7.5Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6.87046 11.6168C6.39217 11.893 5.78058 11.7291 5.50444 11.2508C5.22829 10.7725 5.39217 10.1609 5.87046 9.88477C6.34875 9.60862 6.96034 9.7725 7.23649 10.2508C7.51263 10.7291 7.34875 11.3407 6.87046 11.6168Z\" fill=\"currentColor\"/><path d=\"M8.5869 1.87891C8.9419 2.30198 8.88672 2.93274 8.46364 3.28774C8.04057 3.64274 7.40981 3.58756 7.05481 3.16448C6.69981 2.74141 6.75499 2.11065 7.17807 1.75565C7.60114 1.40065 8.2319 1.45583 8.5869 1.87891Z\" fill=\"currentColor\"/><path d=\"M5.77147 5.38665C6.31537 5.48255 6.67853 6.00121 6.58263 6.54511C6.48673 7.089 5.96807 7.45217 5.42418 7.35627C4.88028 7.26036 4.51711 6.7417 4.61302 6.19781C4.70892 5.65391 5.22758 5.29075 5.77147 5.38665Z\" fill=\"currentColor\"/><path d=\"M12.9992 1C12.9992 1.55228 12.5515 2 11.9992 2C11.4469 2 10.9992 1.55228 10.9992 1C10.9992 0.447715 11.4469 0 11.9992 0C12.5515 0 12.9992 0.447715 12.9992 1Z\" fill=\"currentColor\"/><path d=\"M17.1279 11.6168C17.6062 11.893 18.2178 11.7291 18.4939 11.2508C18.7701 10.7725 18.6062 10.1609 18.1279 9.88477C17.6496 9.60862 17.038 9.7725 16.7619 10.2508C16.4857 10.7291 16.6496 11.3407 17.1279 11.6168Z\" fill=\"currentColor\"/><path d=\"M15.4115 1.87891C15.0565 2.30198 15.1116 2.93274 15.5347 3.28774C15.9578 3.64274 16.5886 3.58756 16.9436 3.16448C17.2986 2.74141 17.2434 2.11065 16.8203 1.75565C16.3972 1.40065 15.7665 1.45583 15.4115 1.87891Z\" fill=\"currentColor\"/><path d=\"M18.2269 5.38665C17.683 5.48255 17.3198 6.00121 17.4157 6.54511C17.5116 7.089 18.0303 7.45217 18.5742 7.35627C19.1181 7.26036 19.4813 6.7417 19.3853 6.19781C19.2894 5.65391 18.7708 5.29075 18.2269 5.38665Z\" fill=\"currentColor\"/>",
|
|
18122
|
+
"iconName": "people-noise, audio-quality, user-noise",
|
|
18123
|
+
"variant": {
|
|
18124
|
+
"join": "round",
|
|
18125
|
+
"filled": "off",
|
|
18126
|
+
"radius": "2",
|
|
18127
|
+
"stroke": "2"
|
|
18128
|
+
},
|
|
18129
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18130
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18131
|
+
"componentName": "IconPeopleNoise"
|
|
18132
|
+
},
|
|
18105
18133
|
{
|
|
18106
18134
|
"category": "People",
|
|
18107
18135
|
"svg": "<path d=\"M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.0011 13.0602C12.6766 13.0205 12.343 13 12.0011 13C8.60997 13 6.03711 15.0143 4.9836 17.8629C4.5748 18.9682 5.51944 20 6.69796 20H12.0011\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18130,6 +18158,20 @@
|
|
|
18130
18158
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18131
18159
|
"componentName": "IconPeopleRemove2"
|
|
18132
18160
|
},
|
|
18161
|
+
{
|
|
18162
|
+
"category": "People",
|
|
18163
|
+
"svg": "<path d=\"M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M12 13C8.60885 13 6.03599 15.0143 4.98248 17.8629C4.57368 18.9682 5.51833 20 6.69684 20H12\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2",
|
|
18169
|
+
"stroke": "2"
|
|
18170
|
+
},
|
|
18171
|
+
"createdAt": "2026-03-19T13:01:15.293674+00:00",
|
|
18172
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18173
|
+
"componentName": "IconPeopleSparkles"
|
|
18174
|
+
},
|
|
18133
18175
|
{
|
|
18134
18176
|
"category": "People",
|
|
18135
18177
|
"svg": "<path d=\"M19 12.5C19 13.6046 18.1046 14.5 17 14.5C15.8954 14.5 15 13.6046 15 12.5C15 11.3954 15.8954 10.5 17 10.5C18.1046 10.5 19 11.3954 19 12.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.8525 17C15.3764 17 14.1909 17.7668 13.4995 18.9336C12.9013 19.9433 13.8621 21 15.0357 21H18.6693C19.8429 21 20.8037 19.9433 20.2055 18.9336C19.5141 17.7668 18.3286 17 16.8525 17Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 5C9 6.10457 8.10457 7 7 7C5.89543 7 5 6.10457 5 5C5 3.89543 5.89543 3 7 3C8.10457 3 9 3.89543 9 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.99972 10.141C8.39572 9.73432 7.66853 9.5 6.8525 9.5C5.37636 9.5 4.19093 10.2668 3.49951 11.4336C2.90126 12.4433 3.86211 13.5 5.03567 13.5H7.99972\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 21L15.5 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18998,6 +19040,20 @@
|
|
|
18998
19040
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18999
19041
|
"componentName": "IconProgress100"
|
|
19000
19042
|
},
|
|
19043
|
+
{
|
|
19044
|
+
"category": "Interface General",
|
|
19045
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z\" fill=\"currentColor\"/>",
|
|
19046
|
+
"iconName": "progress-25, ideas, open, status, task",
|
|
19047
|
+
"variant": {
|
|
19048
|
+
"join": "round",
|
|
19049
|
+
"filled": "off",
|
|
19050
|
+
"radius": "2",
|
|
19051
|
+
"stroke": "2"
|
|
19052
|
+
},
|
|
19053
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
19054
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
19055
|
+
"componentName": "IconProgress25"
|
|
19056
|
+
},
|
|
19001
19057
|
{
|
|
19002
19058
|
"category": "Interface General",
|
|
19003
19059
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75V18.25Z\" fill=\"currentColor\"/>",
|
|
@@ -22064,6 +22120,48 @@
|
|
|
22064
22120
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22065
22121
|
"componentName": "IconSpeedDots"
|
|
22066
22122
|
},
|
|
22123
|
+
{
|
|
22124
|
+
"category": "Things",
|
|
22125
|
+
"svg": "<path d=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"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": "2",
|
|
22131
|
+
"stroke": "2"
|
|
22132
|
+
},
|
|
22133
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22134
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22135
|
+
"componentName": "IconSpeedHigh"
|
|
22136
|
+
},
|
|
22137
|
+
{
|
|
22138
|
+
"category": "Things",
|
|
22139
|
+
"svg": "<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\"/><path opacity=\"0.12\" d=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M6 18.7085C4.15875 17.0605 3 14.6657 3 12.0002C3 10.9611 3.17607 9.96324 3.5 9.03467\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
22140
|
+
"iconName": "speed-low, limit, speedometer, level",
|
|
22141
|
+
"variant": {
|
|
22142
|
+
"join": "round",
|
|
22143
|
+
"filled": "off",
|
|
22144
|
+
"radius": "2",
|
|
22145
|
+
"stroke": "2"
|
|
22146
|
+
},
|
|
22147
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22148
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22149
|
+
"componentName": "IconSpeedLow"
|
|
22150
|
+
},
|
|
22151
|
+
{
|
|
22152
|
+
"category": "Things",
|
|
22153
|
+
"svg": "<path opacity=\"0.12\" d=\"M6 18.7083C4.15875 17.0604 3 14.6655 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 14.6655 19.8412 17.0604 18 18.7083\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M6 18.7081C4.15875 17.0601 3 14.6653 3 11.9998C3 7.3672 6.50006 3.55212 11 3.05469\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"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": "2",
|
|
22159
|
+
"stroke": "2"
|
|
22160
|
+
},
|
|
22161
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22162
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22163
|
+
"componentName": "IconSpeedMiddle"
|
|
22164
|
+
},
|
|
22067
22165
|
{
|
|
22068
22166
|
"category": "Photography & Video",
|
|
22069
22167
|
"svg": "<path d=\"M12 3V21M8 5H5C3.89543 5 3 5.89543 3 7V17C3 18.1046 3.89543 19 5 19H8M16 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|