@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.167 → 1.1.169
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/IconAgentNetwork/index.d.ts +4 -0
- package/IconAgentNetwork/index.js +2 -0
- package/IconAgentNetwork/index.js.map +1 -0
- package/IconAgentNetwork/index.mjs +2 -0
- package/IconAgentNetwork/index.mjs.map +1 -0
- package/IconDashboardMiddle/index.js +1 -1
- package/IconDashboardMiddle/index.js.map +1 -1
- package/IconDashboardMiddle/index.mjs +1 -1
- package/IconDashboardMiddle/index.mjs.map +1 -1
- package/IconLightbulbSparkle/index.d.ts +4 -0
- package/IconLightbulbSparkle/index.js +2 -0
- package/IconLightbulbSparkle/index.js.map +1 -0
- package/IconLightbulbSparkle/index.mjs +2 -0
- package/IconLightbulbSparkle/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 +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +18 -6
- package/index.d.ts +6 -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 +43 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!d.call(r,s)&&s!==t&&p(r,s,{get:()=>o[s],enumerable:!(c=x(o,s))||c.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(h(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>C(p({},"__esModule",{value:!0}),r);var g={};y(g,{IconAgentNetwork:()=>k,default:()=>I});module.exports=B(g);var e=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),a=({children:r,size:o=24,...t})=>m.default.createElement(i.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 n=require("react-native-svg"),k=r=>e.default.createElement(a,{...r},e.default.createElement(n.Circle,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"5.5",cy:"16.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"8.5",cy:"6.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"15.5",cy:"17.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501",stroke:"currentColor",strokeWidth:"2"})),I=k;0&&(module.exports={IconAgentNetwork});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgentNetwork/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 IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"5.5\"\n cy=\"16.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"15.5\"\n cy=\"17.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgentNetwork;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,MACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,YAAY,IAAI,EACxE,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconAgentNetwork_exports","__export","IconAgentNetwork","IconAgentNetwork_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(c,{...s,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 l=e=>o.createElement(n,{...e},o.createElement(t,{cx:"18.5",cy:"7.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"5.5",cy:"16.5",r:"2.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"8.5",cy:"6.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"15.5",cy:"17.5",r:"3.5",stroke:"currentColor",strokeWidth:"2"}),o.createElement(C,{d:"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501",stroke:"currentColor",strokeWidth:"2"})),y=l;export{l as IconAgentNetwork,y as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgentNetwork/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 IconAgentNetwork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle\n cx=\"5.5\"\n cy=\"16.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"15.5\"\n cy=\"17.5\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgentNetwork;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,MACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,MAAM,OAAO,eAAe,YAAY,IAAI,EACxEI,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAgentNetwork","props","React","CentralIconBase","IconAgentNetwork_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(h(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconDashboardMiddle:()=>c,default:()=>P});module.exports=x(g);var n=C(require("react"));var d=C(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>d.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"),c=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 16V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M4.5 16H19.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconDashboardMiddle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDashboardMiddle_exports","__export","IconDashboardMiddle","IconDashboardMiddle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
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
|
|
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 a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 16V9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M4.5 16H19.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconDashboardMiddle,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconDashboardMiddle/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 IconDashboardMiddle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16H19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDashboardMiddle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDashboardMiddle","props","React","CentralIconBase","IconDashboardMiddle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(k(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var x={};I(x,{IconLightbulbSparkle:()=>L,default:()=>h});module.exports=g(x);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.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 p=require("react-native-svg"),L=r=>n.default.createElement(u,{...r},n.default.createElement(p.Path,{d:"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z",fill:"currentColor"})),h=L;0&&(module.exports={IconLightbulbSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLightbulbSparkle/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 IconLightbulbSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLightbulbSparkle;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6QACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,knBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLightbulbSparkle_exports","__export","IconLightbulbSparkle","IconLightbulbSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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 l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M15 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z",fill:"currentColor"})),B=l;export{l as IconLightbulbSparkle,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLightbulbSparkle/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 IconLightbulbSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLightbulbSparkle;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6QACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,knBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLightbulbSparkle","props","React","CentralIconBase","IconLightbulbSparkle_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
|
@@ -177,6 +177,7 @@ Below is a complete list of available icons:
|
|
|
177
177
|
- IconImagesSparkle
|
|
178
178
|
- IconImagine
|
|
179
179
|
- IconImagineAi
|
|
180
|
+
- IconLightbulbSparkle
|
|
180
181
|
- IconListSparkle
|
|
181
182
|
- IconLiveVoiceTranslate
|
|
182
183
|
- IconLocationSparkle
|
|
@@ -567,6 +568,7 @@ Below is a complete list of available icons:
|
|
|
567
568
|
|
|
568
569
|
### Devices & Signals
|
|
569
570
|
|
|
571
|
+
- IconAgentNetwork
|
|
570
572
|
- IconAirdrop
|
|
571
573
|
- IconAirplay
|
|
572
574
|
- IconAirplayAudio
|
|
@@ -1137,6 +1139,7 @@ Below is a complete list of available icons:
|
|
|
1137
1139
|
- IconPlusSmall
|
|
1138
1140
|
- IconPreview
|
|
1139
1141
|
- IconProgress100
|
|
1142
|
+
- IconProgress25
|
|
1140
1143
|
- IconProgress50
|
|
1141
1144
|
- IconProgress75
|
|
1142
1145
|
- IconProgressArc
|
|
@@ -1921,6 +1924,9 @@ Below is a complete list of available icons:
|
|
|
1921
1924
|
- IconSilverMedal
|
|
1922
1925
|
- IconSocial
|
|
1923
1926
|
- IconSpace
|
|
1927
|
+
- IconSpeedHigh
|
|
1928
|
+
- IconSpeedLow
|
|
1929
|
+
- IconSpeedMiddle
|
|
1924
1930
|
- IconStage
|
|
1925
1931
|
- IconStamps
|
|
1926
1932
|
- IconSteeringWheel
|
package/filtered-icons.json
CHANGED
|
@@ -210,6 +210,20 @@
|
|
|
210
210
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
211
211
|
"componentName": "IconAgenticCoding"
|
|
212
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"category": "Devices & Signals",
|
|
215
|
+
"svg": "<circle cx=\"18.5\" cy=\"7.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"5.5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"8.5\" cy=\"6.5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"15.5\" cy=\"17.5\" r=\"3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 6.8501L16 7.2501M17.75 10.0001L16.55 14.0001M13.5 14.3572L12 12.0001L10.4091 9.5001M6.25 14.0001L7.45 10.0001M8 16.7501L12 17.1501\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
216
|
+
"iconName": "agent-network, connections, atoms",
|
|
217
|
+
"variant": {
|
|
218
|
+
"join": "round",
|
|
219
|
+
"filled": "off",
|
|
220
|
+
"radius": "2",
|
|
221
|
+
"stroke": "2"
|
|
222
|
+
},
|
|
223
|
+
"createdAt": "2026-03-18T10:00:55.038177+00:00",
|
|
224
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
225
|
+
"componentName": "IconAgentNetwork"
|
|
226
|
+
},
|
|
213
227
|
{
|
|
214
228
|
"category": "Devices & Signals",
|
|
215
229
|
"svg": "<path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19.4845C19.412 17.8699 21 15.1204 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 15.1204 4.58803 17.8699 7 19.4845\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.0004C7.78555 15.0882 7 13.6358 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.6358 16.2144 15.0882 15 16.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8486,7 +8500,7 @@
|
|
|
8486
8500
|
},
|
|
8487
8501
|
{
|
|
8488
8502
|
"category": "Things",
|
|
8489
|
-
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12
|
|
8503
|
+
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 16H19.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
8490
8504
|
"iconName": "dashboard-middle",
|
|
8491
8505
|
"variant": {
|
|
8492
8506
|
"join": "round",
|
|
@@ -14560,6 +14574,20 @@
|
|
|
14560
14574
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14561
14575
|
"componentName": "IconLightBulbSimple"
|
|
14562
14576
|
},
|
|
14577
|
+
{
|
|
14578
|
+
"category": "AI & Magic",
|
|
14579
|
+
"svg": "<path d=\"M12 3C8.13401 3 5 6.13401 5 10C5 12.5463 6.35958 14.7751 8.39241 16C8.75337 16.2175 9 16.5949 9 17.0163V19C9 20.6569 10.3431 22 12 22C13.6569 22 15 20.6569 15 19V17.0163C15 16.5949 15.2466 16.2175 15.6076 16C17.6404 14.7751 19 12.5463 19 10C19 6.13401 15.866 3 12 3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M15 18H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M13.2405 8.18518L12.5436 6.37334C12.4571 6.14842 12.241 6 12 6C11.759 6 11.5429 6.14842 11.4564 6.37334L10.7595 8.18518C10.658 8.44927 10.4493 8.65797 10.1852 8.75955L8.37334 9.45641C8.14842 9.54292 8 9.75901 8 10C8 10.241 8.14842 10.4571 8.37334 10.5436L10.1852 11.2405C10.4493 11.342 10.658 11.5507 10.7595 11.8148L11.4564 13.6267C11.5429 13.8516 11.759 14 12 14C12.241 14 12.4571 13.8516 12.5436 13.6267L13.2405 11.8148C13.342 11.5507 13.5507 11.342 13.8148 11.2405L15.6267 10.5436C15.8516 10.4571 16 10.241 16 10C16 9.75901 15.8516 9.54292 15.6267 9.45641L13.8148 8.75955C13.5507 8.65797 13.342 8.44927 13.2405 8.18518Z\" fill=\"currentColor\"/>",
|
|
14580
|
+
"iconName": "lightbulb-sparkle, idea, reasoning, think",
|
|
14581
|
+
"variant": {
|
|
14582
|
+
"join": "round",
|
|
14583
|
+
"filled": "off",
|
|
14584
|
+
"radius": "2",
|
|
14585
|
+
"stroke": "2"
|
|
14586
|
+
},
|
|
14587
|
+
"createdAt": "2026-03-18T09:00:50.796635+00:00",
|
|
14588
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14589
|
+
"componentName": "IconLightbulbSparkle"
|
|
14590
|
+
},
|
|
14563
14591
|
{
|
|
14564
14592
|
"category": "Weather",
|
|
14565
14593
|
"svg": "<path d=\"M4.11593 12.2764L8.61593 3.27639C8.70063 3.107 8.87376 3 9.06315 3H17.121C17.5097 3 17.7497 3.42399 17.5498 3.75725L15.4585 7.24275C15.2585 7.57601 15.4986 8 15.8872 8H20.6909C21.1505 8 21.3666 8.56776 21.0235 8.87338L7.38117 21.0236C7.00034 21.3628 6.41568 20.981 6.57301 20.4959L8.79194 13.6543C8.8967 13.3312 8.6559 13 8.31633 13H4.56314C4.19145 13 3.94971 12.6088 4.11593 12.2764Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18970,6 +18998,20 @@
|
|
|
18970
18998
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
18971
18999
|
"componentName": "IconProgress100"
|
|
18972
19000
|
},
|
|
19001
|
+
{
|
|
19002
|
+
"category": "Interface General",
|
|
19003
|
+
"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\"/>",
|
|
19004
|
+
"iconName": "progress-25, ideas, open, status, task",
|
|
19005
|
+
"variant": {
|
|
19006
|
+
"join": "round",
|
|
19007
|
+
"filled": "off",
|
|
19008
|
+
"radius": "2",
|
|
19009
|
+
"stroke": "2"
|
|
19010
|
+
},
|
|
19011
|
+
"createdAt": "2025-11-14T21:00:57.563615+00:00",
|
|
19012
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
19013
|
+
"componentName": "IconProgress25"
|
|
19014
|
+
},
|
|
18973
19015
|
{
|
|
18974
19016
|
"category": "Interface General",
|
|
18975
19017
|
"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\"/>",
|
|
@@ -22036,6 +22078,48 @@
|
|
|
22036
22078
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22037
22079
|
"componentName": "IconSpeedDots"
|
|
22038
22080
|
},
|
|
22081
|
+
{
|
|
22082
|
+
"category": "Things",
|
|
22083
|
+
"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\"/>",
|
|
22084
|
+
"iconName": "speed-high, limit, speedometer, level",
|
|
22085
|
+
"variant": {
|
|
22086
|
+
"join": "round",
|
|
22087
|
+
"filled": "off",
|
|
22088
|
+
"radius": "2",
|
|
22089
|
+
"stroke": "2"
|
|
22090
|
+
},
|
|
22091
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22092
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22093
|
+
"componentName": "IconSpeedHigh"
|
|
22094
|
+
},
|
|
22095
|
+
{
|
|
22096
|
+
"category": "Things",
|
|
22097
|
+
"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\"/>",
|
|
22098
|
+
"iconName": "speed-low, limit, speedometer, level",
|
|
22099
|
+
"variant": {
|
|
22100
|
+
"join": "round",
|
|
22101
|
+
"filled": "off",
|
|
22102
|
+
"radius": "2",
|
|
22103
|
+
"stroke": "2"
|
|
22104
|
+
},
|
|
22105
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22106
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22107
|
+
"componentName": "IconSpeedLow"
|
|
22108
|
+
},
|
|
22109
|
+
{
|
|
22110
|
+
"category": "Things",
|
|
22111
|
+
"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\"/>",
|
|
22112
|
+
"iconName": "speed-middle, limit, speedometer, level",
|
|
22113
|
+
"variant": {
|
|
22114
|
+
"join": "round",
|
|
22115
|
+
"filled": "off",
|
|
22116
|
+
"radius": "2",
|
|
22117
|
+
"stroke": "2"
|
|
22118
|
+
},
|
|
22119
|
+
"createdAt": "2026-03-18T12:01:15.243428+00:00",
|
|
22120
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
22121
|
+
"componentName": "IconSpeedMiddle"
|
|
22122
|
+
},
|
|
22039
22123
|
{
|
|
22040
22124
|
"category": "Photography & Video",
|
|
22041
22125
|
"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\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export type CentralIconName =
|
|
|
14
14
|
| "IconAffinity"
|
|
15
15
|
| "IconAgent"
|
|
16
16
|
| "IconAgenticCoding"
|
|
17
|
+
| "IconAgentNetwork"
|
|
17
18
|
| "IconAirdrop"
|
|
18
19
|
| "IconAirdrop2"
|
|
19
20
|
| "IconAirplane"
|
|
@@ -1039,6 +1040,7 @@ export type CentralIconName =
|
|
|
1039
1040
|
| "IconLightBulb"
|
|
1040
1041
|
| "IconLightbulbGlow"
|
|
1041
1042
|
| "IconLightBulbSimple"
|
|
1043
|
+
| "IconLightbulbSparkle"
|
|
1042
1044
|
| "IconLightning"
|
|
1043
1045
|
| "IconLimit"
|
|
1044
1046
|
| "IconLinear"
|
|
@@ -1354,6 +1356,7 @@ export type CentralIconName =
|
|
|
1354
1356
|
| "IconProcessor"
|
|
1355
1357
|
| "IconProducthunt"
|
|
1356
1358
|
| "IconProgress100"
|
|
1359
|
+
| "IconProgress25"
|
|
1357
1360
|
| "IconProgress50"
|
|
1358
1361
|
| "IconProgress75"
|
|
1359
1362
|
| "IconProgressArc"
|
|
@@ -1573,6 +1576,9 @@ export type CentralIconName =
|
|
|
1573
1576
|
| "IconSpeachToText"
|
|
1574
1577
|
| "IconSpeaker"
|
|
1575
1578
|
| "IconSpeedDots"
|
|
1579
|
+
| "IconSpeedHigh"
|
|
1580
|
+
| "IconSpeedLow"
|
|
1581
|
+
| "IconSpeedMiddle"
|
|
1576
1582
|
| "IconSplit"
|
|
1577
1583
|
| "IconSpotify"
|
|
1578
1584
|
| "IconSquareArrowBottomLeftCorner"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.169",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1894,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 72,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"IconImagesSparkle",
|
|
48
48
|
"IconImagine",
|
|
49
49
|
"IconImagineAi",
|
|
50
|
+
"IconLightbulbSparkle",
|
|
50
51
|
"IconListSparkle",
|
|
51
52
|
"IconLiveVoiceTranslate",
|
|
52
53
|
"IconLocationSparkle",
|
|
@@ -453,8 +454,9 @@
|
|
|
453
454
|
]
|
|
454
455
|
},
|
|
455
456
|
"Devices & Signals": {
|
|
456
|
-
"count":
|
|
457
|
+
"count": 76,
|
|
457
458
|
"icons": [
|
|
459
|
+
"IconAgentNetwork",
|
|
458
460
|
"IconAirdrop",
|
|
459
461
|
"IconAirplay",
|
|
460
462
|
"IconAirplayAudio",
|
|
@@ -913,7 +915,7 @@
|
|
|
913
915
|
]
|
|
914
916
|
},
|
|
915
917
|
"Interface General": {
|
|
916
|
-
"count":
|
|
918
|
+
"count": 191,
|
|
917
919
|
"icons": [
|
|
918
920
|
"IconAnchor1",
|
|
919
921
|
"IconAnchor2",
|
|
@@ -1045,6 +1047,7 @@
|
|
|
1045
1047
|
"IconPlusSmall",
|
|
1046
1048
|
"IconPreview",
|
|
1047
1049
|
"IconProgress100",
|
|
1050
|
+
"IconProgress25",
|
|
1048
1051
|
"IconProgress50",
|
|
1049
1052
|
"IconProgress75",
|
|
1050
1053
|
"IconProgressArc",
|
|
@@ -1755,7 +1758,7 @@
|
|
|
1755
1758
|
]
|
|
1756
1759
|
},
|
|
1757
1760
|
"Things": {
|
|
1758
|
-
"count":
|
|
1761
|
+
"count": 133,
|
|
1759
1762
|
"icons": [
|
|
1760
1763
|
"IconAnvil",
|
|
1761
1764
|
"IconApps",
|
|
@@ -1855,6 +1858,9 @@
|
|
|
1855
1858
|
"IconSilverMedal",
|
|
1856
1859
|
"IconSocial",
|
|
1857
1860
|
"IconSpace",
|
|
1861
|
+
"IconSpeedHigh",
|
|
1862
|
+
"IconSpeedLow",
|
|
1863
|
+
"IconSpeedMiddle",
|
|
1858
1864
|
"IconStage",
|
|
1859
1865
|
"IconStamps",
|
|
1860
1866
|
"IconSteeringWheel",
|
|
@@ -2105,6 +2111,7 @@
|
|
|
2105
2111
|
"IconAffinity": "affinity",
|
|
2106
2112
|
"IconAgent": "agent, flow, diagram, org",
|
|
2107
2113
|
"IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
|
|
2114
|
+
"IconAgentNetwork": "agent-network, connections, atoms",
|
|
2108
2115
|
"IconAirdrop": "airdrop, file-sharing, radar",
|
|
2109
2116
|
"IconAirdrop2": "airdrop-2, free, drop, parachute",
|
|
2110
2117
|
"IconAirplane": "airplane, flight",
|
|
@@ -3130,6 +3137,7 @@
|
|
|
3130
3137
|
"IconLightBulb": "light-bulb, idea, light",
|
|
3131
3138
|
"IconLightbulbGlow": "lightbulb-glow, idea, reasoning, think",
|
|
3132
3139
|
"IconLightBulbSimple": "light-bulb-simple, idea",
|
|
3140
|
+
"IconLightbulbSparkle": "lightbulb-sparkle, idea, reasoning, think",
|
|
3133
3141
|
"IconLightning": "lightning, zap, flash, thunder",
|
|
3134
3142
|
"IconLimit": "limit",
|
|
3135
3143
|
"IconLinear": "linear",
|
|
@@ -3445,6 +3453,7 @@
|
|
|
3445
3453
|
"IconProcessor": "processor, chip",
|
|
3446
3454
|
"IconProducthunt": "producthunt",
|
|
3447
3455
|
"IconProgress100": "progress-100, ideas, open, status, task",
|
|
3456
|
+
"IconProgress25": "progress-25, ideas, open, status, task",
|
|
3448
3457
|
"IconProgress50": "progress-50, ideas, open, status, tas",
|
|
3449
3458
|
"IconProgress75": "progress-75, ideas, open, status, tas",
|
|
3450
3459
|
"IconProgressArc": "progress-arc, progress-dynamic, ideas, open, status, task",
|
|
@@ -3664,6 +3673,9 @@
|
|
|
3664
3673
|
"IconSpeachToText": "speach-to-text, voice-to-text",
|
|
3665
3674
|
"IconSpeaker": "speaker, music, sound",
|
|
3666
3675
|
"IconSpeedDots": "speed-dots, motion, animation",
|
|
3676
|
+
"IconSpeedHigh": "speed-high, limit, speedometer, level",
|
|
3677
|
+
"IconSpeedLow": "speed-low, limit, speedometer, level",
|
|
3678
|
+
"IconSpeedMiddle": "speed-middle, limit, speedometer, level",
|
|
3667
3679
|
"IconSplit": "split",
|
|
3668
3680
|
"IconSpotify": "spotify",
|
|
3669
3681
|
"IconSquareArrowBottomLeftCorner": "square-arrow-bottom-left-corner",
|