@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.168 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconProgress25: FC<CentralIconBaseProps>;
4
+ export default IconProgress25;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSpeedHigh: FC<CentralIconBaseProps>;
4
+ export default IconSpeedHigh;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSpeedLow: FC<CentralIconBaseProps>;
4
+ export default IconSpeedLow;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSpeedMiddle: FC<CentralIconBaseProps>;
4
+ export default IconSpeedMiddle;
@@ -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
@@ -1923,6 +1924,9 @@ Below is a complete list of available icons:
1923
1924
  - IconSilverMedal
1924
1925
  - IconSocial
1925
1926
  - IconSpace
1927
+ - IconSpeedHigh
1928
+ - IconSpeedLow
1929
+ - IconSpeedMiddle
1926
1930
  - IconStage
1927
1931
  - IconStamps
1928
1932
  - IconSteeringWheel
@@ -18998,6 +18998,20 @@
18998
18998
  "packageName": "round-outlined-radius-2-stroke-2",
18999
18999
  "componentName": "IconProgress100"
19000
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
+ },
19001
19015
  {
19002
19016
  "category": "Interface General",
19003
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\"/>",
@@ -22064,6 +22078,48 @@
22064
22078
  "packageName": "round-outlined-radius-2-stroke-2",
22065
22079
  "componentName": "IconSpeedDots"
22066
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
+ },
22067
22123
  {
22068
22124
  "category": "Photography & Video",
22069
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
@@ -1356,6 +1356,7 @@ export type CentralIconName =
1356
1356
  | "IconProcessor"
1357
1357
  | "IconProducthunt"
1358
1358
  | "IconProgress100"
1359
+ | "IconProgress25"
1359
1360
  | "IconProgress50"
1360
1361
  | "IconProgress75"
1361
1362
  | "IconProgressArc"
@@ -1575,6 +1576,9 @@ export type CentralIconName =
1575
1576
  | "IconSpeachToText"
1576
1577
  | "IconSpeaker"
1577
1578
  | "IconSpeedDots"
1579
+ | "IconSpeedHigh"
1580
+ | "IconSpeedLow"
1581
+ | "IconSpeedMiddle"
1578
1582
  | "IconSplit"
1579
1583
  | "IconSpotify"
1580
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.168",
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,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1890,
14
+ "totalIcons": 1894,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 72,
@@ -915,7 +915,7 @@
915
915
  ]
916
916
  },
917
917
  "Interface General": {
918
- "count": 190,
918
+ "count": 191,
919
919
  "icons": [
920
920
  "IconAnchor1",
921
921
  "IconAnchor2",
@@ -1047,6 +1047,7 @@
1047
1047
  "IconPlusSmall",
1048
1048
  "IconPreview",
1049
1049
  "IconProgress100",
1050
+ "IconProgress25",
1050
1051
  "IconProgress50",
1051
1052
  "IconProgress75",
1052
1053
  "IconProgressArc",
@@ -1757,7 +1758,7 @@
1757
1758
  ]
1758
1759
  },
1759
1760
  "Things": {
1760
- "count": 130,
1761
+ "count": 133,
1761
1762
  "icons": [
1762
1763
  "IconAnvil",
1763
1764
  "IconApps",
@@ -1857,6 +1858,9 @@
1857
1858
  "IconSilverMedal",
1858
1859
  "IconSocial",
1859
1860
  "IconSpace",
1861
+ "IconSpeedHigh",
1862
+ "IconSpeedLow",
1863
+ "IconSpeedMiddle",
1860
1864
  "IconStage",
1861
1865
  "IconStamps",
1862
1866
  "IconSteeringWheel",
@@ -3449,6 +3453,7 @@
3449
3453
  "IconProcessor": "processor, chip",
3450
3454
  "IconProducthunt": "producthunt",
3451
3455
  "IconProgress100": "progress-100, ideas, open, status, task",
3456
+ "IconProgress25": "progress-25, ideas, open, status, task",
3452
3457
  "IconProgress50": "progress-50, ideas, open, status, tas",
3453
3458
  "IconProgress75": "progress-75, ideas, open, status, tas",
3454
3459
  "IconProgressArc": "progress-arc, progress-dynamic, ideas, open, status, task",
@@ -3668,6 +3673,9 @@
3668
3673
  "IconSpeachToText": "speach-to-text, voice-to-text",
3669
3674
  "IconSpeaker": "speaker, music, sound",
3670
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",
3671
3679
  "IconSplit": "split",
3672
3680
  "IconSpotify": "spotify",
3673
3681
  "IconSquareArrowBottomLeftCorner": "square-arrow-bottom-left-corner",
package/index.d.ts CHANGED
@@ -1355,6 +1355,7 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1355
1355
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1356
1356
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1357
1357
  export { IconProgress100, default as IconProgress100Default, } from "./IconProgress100";
1358
+ export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1358
1359
  export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1359
1360
  export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
1360
1361
  export { IconProgressArc, default as IconProgressArcDefault, } from "./IconProgressArc";
@@ -1574,6 +1575,9 @@ export { IconSpatialCapture, default as IconSpatialCaptureDefault, } from "./Ico
1574
1575
  export { IconSpeachToText, default as IconSpeachToTextDefault, } from "./IconSpeachToText";
1575
1576
  export { IconSpeaker, default as IconSpeakerDefault } from "./IconSpeaker";
1576
1577
  export { IconSpeedDots, default as IconSpeedDotsDefault, } from "./IconSpeedDots";
1578
+ export { IconSpeedHigh, default as IconSpeedHighDefault, } from "./IconSpeedHigh";
1579
+ export { IconSpeedLow, default as IconSpeedLowDefault } from "./IconSpeedLow";
1580
+ export { IconSpeedMiddle, default as IconSpeedMiddleDefault, } from "./IconSpeedMiddle";
1577
1581
  export { IconSplit, default as IconSplitDefault } from "./IconSplit";
1578
1582
  export { IconSpotify, default as IconSpotifyDefault } from "./IconSpotify";
1579
1583
  export { IconSquareArrowBottomLeftCorner, default as IconSquareArrowBottomLeftCornerDefault, } from "./IconSquareArrowBottomLeftCorner";