@central-icons-react-native/square-filled-radius-0-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 B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(P(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconProgress25:()=>i,default:()=>x});module.exports=v(h);var p=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z",fill:"currentColor"})),x=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 { Path } from \"react-native-svg\";\n\nexport const IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z\"\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,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yJACF,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 l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z",fill:"currentColor"})),d=a;export{a as IconProgress25,d 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 { Path } from \"react-native-svg\";\n\nexport const IconProgress25: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconSpeedHigh:()=>i,default:()=>h});module.exports=d(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C7.58175 4 4 7.58172 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.47716 6.47717 2 12 2Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10.7139 11.4668C11.56 10.7571 12.8213 10.8678 13.5312 11.7139C15.1381 13.6291 15.8555 17.5957 15.8555 17.5957C15.8265 17.585 12.0676 16.1919 10.4668 14.2842C9.75713 13.438 9.86784 12.1767 10.7139 11.4668Z",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=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C7.58175 4 4 7.58172 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.47716 6.47717 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.7139 11.4668C11.56 10.7571 12.8213 10.8678 13.5312 11.7139C15.1381 13.6291 15.8555 17.5957 15.8555 17.5957C15.8265 17.585 12.0676 16.1919 10.4668 14.2842C9.75713 13.438 9.86784 12.1767 10.7139 11.4668Z\"\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,4SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C7.58175 4 4 7.58172 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.47716 6.47717 2 12 2Z",fill:"currentColor"}),e.createElement(n,{d:"M10.7139 11.4668C11.56 10.7571 12.8213 10.8678 13.5312 11.7139C15.1381 13.6291 15.8555 17.5957 15.8555 17.5957C15.8265 17.585 12.0676 16.1919 10.4668 14.2842C9.75713 13.438 9.86784 12.1767 10.7139 11.4668Z",fill:"currentColor"})),x=a;export{a as IconSpeedHigh,x 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=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C7.58175 4 4 7.58172 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.47716 6.47717 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.7139 11.4668C11.56 10.7571 12.8213 10.8678 13.5312 11.7139C15.1381 13.6291 15.8555 17.5957 15.8555 17.5957C15.8265 17.585 12.0676 16.1919 10.4668 14.2842C9.75713 13.438 9.86784 12.1767 10.7139 11.4668Z\"\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,4SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,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 u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var L={};d(L,{IconSpeedLow:()=>i,default:()=>v});module.exports=g(L);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M4.31836 9.76172C4.11173 10.4721 4 11.223 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 10.861 2.1922 9.76704 2.54297 8.74707L4.31836 9.76172Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C9.0735 4 6.51485 5.57192 5.12012 7.91699L3.38379 6.9248C5.12341 3.97781 8.3301 2 12 2Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M6.80469 10C6.85557 10.0003 10.8487 10.0257 13 11.2676C13.9565 11.8198 14.2844 13.0425 13.7324 13.999C13.1801 14.9556 11.9566 15.2837 11 14.7314C8.85117 13.4906 6.8346 10.0511 6.80469 10Z",fill:"currentColor"})),v=i;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=\"M4.31836 9.76172C4.11173 10.4721 4 11.223 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 10.861 2.1922 9.76704 2.54297 8.74707L4.31836 9.76172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C9.0735 4 6.51485 5.57192 5.12012 7.91699L3.38379 6.9248C5.12341 3.97781 8.3301 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.80469 10C6.85557 10.0003 10.8487 10.0257 13 11.2676C13.9565 11.8198 14.2844 13.0425 13.7324 13.999C13.1801 14.9556 11.9566 15.2837 11 14.7314C8.85117 13.4906 6.8346 10.0511 6.80469 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedLow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSpeedLow_exports","__export","IconSpeedLow","IconSpeedLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSpeedLow","props","React","CentralIconBase","IconSpeedLow_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(l,{...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 a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4.31836 9.76172C4.11173 10.4721 4 11.223 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 10.861 2.1922 9.76704 2.54297 8.74707L4.31836 9.76172Z",fill:"currentColor"}),o.createElement(t,{d:"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C9.0735 4 6.51485 5.57192 5.12012 7.91699L3.38379 6.9248C5.12341 3.97781 8.3301 2 12 2Z",fill:"currentColor"}),o.createElement(t,{d:"M6.80469 10C6.85557 10.0003 10.8487 10.0257 13 11.2676C13.9565 11.8198 14.2844 13.0425 13.7324 13.999C13.1801 14.9556 11.9566 15.2837 11 14.7314C8.85117 13.4906 6.8346 10.0511 6.80469 10Z",fill:"currentColor"})),P=a;export{a as IconSpeedLow,P 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=\"M4.31836 9.76172C4.11173 10.4721 4 11.223 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 10.861 2.1922 9.76704 2.54297 8.74707L4.31836 9.76172Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C9.0735 4 6.51485 5.57192 5.12012 7.91699L3.38379 6.9248C5.12341 3.97781 8.3301 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.80469 10C6.85557 10.0003 10.8487 10.0257 13 11.2676C13.9565 11.8198 14.2844 13.0425 13.7324 13.999C13.1801 14.9556 11.9566 15.2837 11 14.7314C8.85117 13.4906 6.8346 10.0511 6.80469 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSpeedLow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,KAAK,eACP,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var S={};d(S,{IconSpeedMiddle:()=>i,default:()=>v});module.exports=g(S);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M11 4.06348C7.0538 4.55566 4 7.92045 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.81467 5.94671 2.55155 11 2.0498V4.06348ZM13 2.0498C18.0533 2.55156 22 6.81468 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.92045 16.9462 4.55567 13 4.06348V2.0498ZM12.001 7C12.0303 7.05141 14.001 10.5186 14.001 13C14.0007 14.1042 13.1052 14.9997 12.001 15C10.8966 15 10.0012 14.1043 10.001 13C10.001 10.5097 11.9856 7.02701 12.001 7Z",fill:"currentColor"})),v=i;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 d=\"M11 4.06348C7.0538 4.55566 4 7.92045 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.81467 5.94671 2.55155 11 2.0498V4.06348ZM13 2.0498C18.0533 2.55156 22 6.81468 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.92045 16.9462 4.55567 13 4.06348V2.0498ZM12.001 7C12.0303 7.05141 14.001 10.5186 14.001 13C14.0007 14.1042 13.1052 14.9997 12.001 15C10.8966 15 10.0012 14.1043 10.001 13C10.001 10.5097 11.9856 7.02701 12.001 7Z\"\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,EAAE,4gBACF,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M11 4.06348C7.0538 4.55566 4 7.92045 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.81467 5.94671 2.55155 11 2.0498V4.06348ZM13 2.0498C18.0533 2.55156 22 6.81468 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.92045 16.9462 4.55567 13 4.06348V2.0498ZM12.001 7C12.0303 7.05141 14.001 10.5186 14.001 13C14.0007 14.1042 13.1052 14.9997 12.001 15C10.8966 15 10.0012 14.1043 10.001 13C10.001 10.5097 11.9856 7.02701 12.001 7Z",fill:"currentColor"})),P=l;export{l as IconSpeedMiddle,P 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 d=\"M11 4.06348C7.0538 4.55566 4 7.92045 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.81467 5.94671 2.55155 11 2.0498V4.06348ZM13 2.0498C18.0533 2.55156 22 6.81468 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.92045 16.9462 4.55567 13 4.06348V2.0498ZM12.001 7C12.0303 7.05141 14.001 10.5186 14.001 13C14.0007 14.1042 13.1052 14.9997 12.001 15C10.8966 15 10.0012 14.1043 10.001 13C10.001 10.5097 11.9856 7.02701 12.001 7Z\"\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,EAAE,4gBACF,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": "square-filled-radius-0-stroke-2",
18999
18999
  "componentName": "IconProgress100"
19000
19000
  },
19001
+ {
19002
+ "category": "Interface General",
19003
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 12H19C19 8.13401 15.866 5 12 5V12Z\" fill=\"currentColor\"/>",
19004
+ "iconName": "progress-25, ideas, open, status, task",
19005
+ "variant": {
19006
+ "join": "square",
19007
+ "filled": "on",
19008
+ "radius": "0",
19009
+ "stroke": "2"
19010
+ },
19011
+ "createdAt": "2025-11-14T21:00:57.563615+00:00",
19012
+ "packageName": "square-filled-radius-0-stroke-2",
19013
+ "componentName": "IconProgress25"
19014
+ },
19001
19015
  {
19002
19016
  "category": "Interface General",
19003
19017
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\" fill=\"currentColor\"/>",
@@ -22064,6 +22078,48 @@
22064
22078
  "packageName": "square-filled-radius-0-stroke-2",
22065
22079
  "componentName": "IconSpeedDots"
22066
22080
  },
22081
+ {
22082
+ "category": "Things",
22083
+ "svg": "<path d=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C7.58175 4 4 7.58172 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.47716 6.47717 2 12 2Z\" fill=\"currentColor\"/><path d=\"M10.7139 11.4668C11.56 10.7571 12.8213 10.8678 13.5312 11.7139C15.1381 13.6291 15.8555 17.5957 15.8555 17.5957C15.8265 17.585 12.0676 16.1919 10.4668 14.2842C9.75713 13.438 9.86784 12.1767 10.7139 11.4668Z\" fill=\"currentColor\"/>",
22084
+ "iconName": "speed-high, limit, speedometer, level",
22085
+ "variant": {
22086
+ "join": "square",
22087
+ "filled": "on",
22088
+ "radius": "0",
22089
+ "stroke": "2"
22090
+ },
22091
+ "createdAt": "2026-03-18T12:01:15.243428+00:00",
22092
+ "packageName": "square-filled-radius-0-stroke-2",
22093
+ "componentName": "IconSpeedHigh"
22094
+ },
22095
+ {
22096
+ "category": "Things",
22097
+ "svg": "<path d=\"M4.31836 9.76172C4.11173 10.4721 4 11.223 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 10.861 2.1922 9.76704 2.54297 8.74707L4.31836 9.76172Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5229 2.00001 22 6.47716 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.58173 16.4183 4.00001 12 4C9.0735 4 6.51485 5.57192 5.12012 7.91699L3.38379 6.9248C5.12341 3.97781 8.3301 2 12 2Z\" fill=\"currentColor\"/><path d=\"M6.80469 10C6.85557 10.0003 10.8487 10.0257 13 11.2676C13.9565 11.8198 14.2844 13.0425 13.7324 13.999C13.1801 14.9556 11.9566 15.2837 11 14.7314C8.85117 13.4906 6.8346 10.0511 6.80469 10Z\" fill=\"currentColor\"/>",
22098
+ "iconName": "speed-low, limit, speedometer, level",
22099
+ "variant": {
22100
+ "join": "square",
22101
+ "filled": "on",
22102
+ "radius": "0",
22103
+ "stroke": "2"
22104
+ },
22105
+ "createdAt": "2026-03-18T12:01:15.243428+00:00",
22106
+ "packageName": "square-filled-radius-0-stroke-2",
22107
+ "componentName": "IconSpeedLow"
22108
+ },
22109
+ {
22110
+ "category": "Things",
22111
+ "svg": "<path d=\"M11 4.06348C7.0538 4.55566 4 7.92045 4 12C4 14.7817 5.41904 17.2321 7.57715 18.667L6.46973 20.333C3.77778 18.5432 2 15.4793 2 12C2 6.81467 5.94671 2.55155 11 2.0498V4.06348ZM13 2.0498C18.0533 2.55156 22 6.81468 22 12C22 15.4793 20.2222 18.5432 17.5303 20.333L16.4229 18.667C18.581 17.2321 20 14.7817 20 12C20 7.92045 16.9462 4.55567 13 4.06348V2.0498ZM12.001 7C12.0303 7.05141 14.001 10.5186 14.001 13C14.0007 14.1042 13.1052 14.9997 12.001 15C10.8966 15 10.0012 14.1043 10.001 13C10.001 10.5097 11.9856 7.02701 12.001 7Z\" fill=\"currentColor\"/>",
22112
+ "iconName": "speed-middle, limit, speedometer, level",
22113
+ "variant": {
22114
+ "join": "square",
22115
+ "filled": "on",
22116
+ "radius": "0",
22117
+ "stroke": "2"
22118
+ },
22119
+ "createdAt": "2026-03-18T12:01:15.243428+00:00",
22120
+ "packageName": "square-filled-radius-0-stroke-2",
22121
+ "componentName": "IconSpeedMiddle"
22122
+ },
22067
22123
  {
22068
22124
  "category": "Photography & Video",
22069
22125
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2V22H11V2H13ZM2 4H9V20H2V4ZM15 4H22V20H15V4Z\" fill=\"currentColor\"/>",
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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.168",
3
+ "version": "1.1.169",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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";