@central-icons-react-native/round-filled-radius-0-stroke-1.5 1.1.30 → 1.1.32

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 IconFastShipping: FC<CentralIconBaseProps>;
4
+ export default IconFastShipping;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!L.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconFastShipping:()=>c,default:()=>P});module.exports=x(d);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(i,{...r},n.default.createElement(e.Path,{d:"M7.49835 15C8.87906 15 9.99835 16.1193 9.99835 17.5C9.99835 18.8807 8.87906 20 7.49835 20C6.11764 20 4.99835 18.8807 4.99835 17.5C4.99835 16.1193 6.11764 15 7.49835 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16.4983 15C17.8791 15 18.9984 16.1193 18.9984 17.5C18.9984 18.8807 17.8791 20 16.4983 20C15.1176 20 13.9983 18.8807 13.9983 17.5C13.9983 16.1193 15.1176 15 16.4983 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M14.6888 4C15.1255 4.00019 15.4693 4.37213 15.4358 4.80762L14.7357 13.9082C13.5528 14.4898 12.7004 15.6388 12.5306 17H11.4661C11.22 15.0269 9.5381 13.5 7.49835 13.5C5.4586 13.5 3.7767 15.0269 3.53058 17H2.80792C2.3712 16.9998 2.02735 16.6279 2.06085 16.1924L2.4212 11.5H5.99835V10H2.53644L2.72882 7.5H7.99835V6H2.84405L2.94464 4.69238C2.97472 4.30173 3.30089 4.0001 3.69269 4H14.6888Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19.5638 6.01367C20.0649 6.0762 20.519 6.35319 20.803 6.7793L22.4261 9.21289C22.659 9.56233 22.7584 9.98464 22.7064 10.4014L22.0726 15.4668C21.9685 16.2995 21.2903 16.9327 20.4651 16.9932C20.216 15.0234 18.5357 13.5 16.4983 13.5C16.3988 13.5 16.3002 13.5046 16.2025 13.5117L16.8284 6H19.347L19.5638 6.01367Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFastShipping});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFastShipping/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 IconFastShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.49835 15C8.87906 15 9.99835 16.1193 9.99835 17.5C9.99835 18.8807 8.87906 20 7.49835 20C6.11764 20 4.99835 18.8807 4.99835 17.5C4.99835 16.1193 6.11764 15 7.49835 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4983 15C17.8791 15 18.9984 16.1193 18.9984 17.5C18.9984 18.8807 17.8791 20 16.4983 20C15.1176 20 13.9983 18.8807 13.9983 17.5C13.9983 16.1193 15.1176 15 16.4983 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.6888 4C15.1255 4.00019 15.4693 4.37213 15.4358 4.80762L14.7357 13.9082C13.5528 14.4898 12.7004 15.6388 12.5306 17H11.4661C11.22 15.0269 9.5381 13.5 7.49835 13.5C5.4586 13.5 3.7767 15.0269 3.53058 17H2.80792C2.3712 16.9998 2.02735 16.6279 2.06085 16.1924L2.4212 11.5H5.99835V10H2.53644L2.72882 7.5H7.99835V6H2.84405L2.94464 4.69238C2.97472 4.30173 3.30089 4.0001 3.69269 4H14.6888Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5638 6.01367C20.0649 6.0762 20.519 6.35319 20.803 6.7793L22.4261 9.21289C22.659 9.56233 22.7584 9.98464 22.7064 10.4014L22.0726 15.4668C21.9685 16.2995 21.2903 16.9327 20.4651 16.9932C20.216 15.0234 18.5357 13.5 16.4983 13.5C16.3988 13.5 16.3002 13.5046 16.2025 13.5117L16.8284 6H19.347L19.5638 6.01367Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\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,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFastShipping_exports","__export","IconFastShipping","IconFastShipping_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(C,{d:"M7.49835 15C8.87906 15 9.99835 16.1193 9.99835 17.5C9.99835 18.8807 8.87906 20 7.49835 20C6.11764 20 4.99835 18.8807 4.99835 17.5C4.99835 16.1193 6.11764 15 7.49835 15Z",fill:"currentColor"}),o.createElement(C,{d:"M16.4983 15C17.8791 15 18.9984 16.1193 18.9984 17.5C18.9984 18.8807 17.8791 20 16.4983 20C15.1176 20 13.9983 18.8807 13.9983 17.5C13.9983 16.1193 15.1176 15 16.4983 15Z",fill:"currentColor"}),o.createElement(C,{d:"M14.6888 4C15.1255 4.00019 15.4693 4.37213 15.4358 4.80762L14.7357 13.9082C13.5528 14.4898 12.7004 15.6388 12.5306 17H11.4661C11.22 15.0269 9.5381 13.5 7.49835 13.5C5.4586 13.5 3.7767 15.0269 3.53058 17H2.80792C2.3712 16.9998 2.02735 16.6279 2.06085 16.1924L2.4212 11.5H5.99835V10H2.53644L2.72882 7.5H7.99835V6H2.84405L2.94464 4.69238C2.97472 4.30173 3.30089 4.0001 3.69269 4H14.6888Z",fill:"currentColor"}),o.createElement(C,{d:"M19.5638 6.01367C20.0649 6.0762 20.519 6.35319 20.803 6.7793L22.4261 9.21289C22.659 9.56233 22.7584 9.98464 22.7064 10.4014L22.0726 15.4668C21.9685 16.2995 21.2903 16.9327 20.4651 16.9932C20.216 15.0234 18.5357 13.5 16.4983 13.5C16.3988 13.5 16.3002 13.5046 16.2025 13.5117L16.8284 6H19.347L19.5638 6.01367Z",fill:"currentColor"})),L=a;export{a as IconFastShipping,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFastShipping/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 IconFastShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.49835 15C8.87906 15 9.99835 16.1193 9.99835 17.5C9.99835 18.8807 8.87906 20 7.49835 20C6.11764 20 4.99835 18.8807 4.99835 17.5C4.99835 16.1193 6.11764 15 7.49835 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4983 15C17.8791 15 18.9984 16.1193 18.9984 17.5C18.9984 18.8807 17.8791 20 16.4983 20C15.1176 20 13.9983 18.8807 13.9983 17.5C13.9983 16.1193 15.1176 15 16.4983 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.6888 4C15.1255 4.00019 15.4693 4.37213 15.4358 4.80762L14.7357 13.9082C13.5528 14.4898 12.7004 15.6388 12.5306 17H11.4661C11.22 15.0269 9.5381 13.5 7.49835 13.5C5.4586 13.5 3.7767 15.0269 3.53058 17H2.80792C2.3712 16.9998 2.02735 16.6279 2.06085 16.1924L2.4212 11.5H5.99835V10H2.53644L2.72882 7.5H7.99835V6H2.84405L2.94464 4.69238C2.97472 4.30173 3.30089 4.0001 3.69269 4H14.6888Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.5638 6.01367C20.0649 6.0762 20.519 6.35319 20.803 6.7793L22.4261 9.21289C22.659 9.56233 22.7584 9.98464 22.7064 10.4014L22.0726 15.4668C21.9685 16.2995 21.2903 16.9327 20.4651 16.9932C20.216 15.0234 18.5357 13.5 16.4983 13.5C16.3988 13.5 16.3002 13.5046 16.2025 13.5117L16.8284 6H19.347L19.5638 6.01367Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
@@ -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 12H19.5C19.5 7.85786 16.1421 4.5 12 4.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 12H19.5C19.5 7.85786 16.1421 4.5 12 4.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,kKACF,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 12H19.5C19.5 7.85786 16.1421 4.5 12 4.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 12H19.5C19.5 7.85786 16.1421 4.5 12 4.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,kKACF,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 IconProgress50: FC<CentralIconBaseProps>;
4
+ export default IconProgress50;
@@ -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,{IconProgress50:()=>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 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z",fill:"currentColor"})),x=i;0&&(module.exports={IconProgress50});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress50/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 IconProgress50: 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 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress50;\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,mMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress50_exports","__export","IconProgress50","IconProgress50_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress50","props","React","CentralIconBase","IconProgress50_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 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z",fill:"currentColor"})),d=a;export{a as IconProgress50,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress50/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 IconProgress50: 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 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress50;\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,mMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconProgress50","props","React","CentralIconBase","IconProgress50_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconProgress75: FC<CentralIconBaseProps>;
4
+ export default IconProgress75;
@@ -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})},l=(r,o,e,C)=>{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:!(C=B(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconProgress75:()=>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 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z",fill:"currentColor"})),x=i;0&&(module.exports={IconProgress75});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress75/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 IconProgress75: 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 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress75;\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,oOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress75_exports","__export","IconProgress75","IconProgress75_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress75","props","React","CentralIconBase","IconProgress75_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{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 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z",fill:"currentColor"})),d=a;export{a as IconProgress75,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconProgress75/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 IconProgress75: 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 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress75;\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,oOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconProgress75","props","React","CentralIconBase","IconProgress75_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShipping: FC<CentralIconBaseProps>;
4
+ export default IconShipping;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(g(r)):{},f(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconShipping:()=>c,default:()=>h});module.exports=d(v);var n=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>a.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(e.Path,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.75 4C14.1642 4 14.5 4.33579 14.5 4.75V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2.75C2.33579 17 2 16.6642 2 16.25V4.75C2 4.33579 2.33579 4 2.75 4H13.75Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M18.5986 6C19.1837 6.00001 19.7301 6.29245 20.0547 6.7793L21.7061 9.25684C21.8976 9.54424 22 9.88217 22 10.2275V15.25C22 16.1434 21.3304 16.8789 20.4658 16.9854C20.2132 15.0194 18.5347 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H18.5986Z",fill:"currentColor"})),h=c;0&&(module.exports={IconShipping});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShipping/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 IconShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.75 4C14.1642 4 14.5 4.33579 14.5 4.75V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2.75C2.33579 17 2 16.6642 2 16.25V4.75C2 4.33579 2.33579 4 2.75 4H13.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5986 6C19.1837 6.00001 19.7301 6.29245 20.0547 6.7793L21.7061 9.25684C21.8976 9.54424 22 9.88217 22 10.2275V15.25C22 16.1434 21.3304 16.8789 20.4658 16.9854C20.2132 15.0194 18.5347 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H18.5986Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\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,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShipping_exports","__export","IconShipping","IconShipping_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),o.createElement(C,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),o.createElement(C,{d:"M13.75 4C14.1642 4 14.5 4.33579 14.5 4.75V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2.75C2.33579 17 2 16.6642 2 16.25V4.75C2 4.33579 2.33579 4 2.75 4H13.75Z",fill:"currentColor"}),o.createElement(C,{d:"M18.5986 6C19.1837 6.00001 19.7301 6.29245 20.0547 6.7793L21.7061 9.25684C21.8976 9.54424 22 9.88217 22 10.2275V15.25C22 16.1434 21.3304 16.8789 20.4658 16.9854C20.2132 15.0194 18.5347 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H18.5986Z",fill:"currentColor"})),x=f;export{f as IconShipping,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShipping/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 IconShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.75 4C14.1642 4 14.5 4.33579 14.5 4.75V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2.75C2.33579 17 2 16.6642 2 16.25V4.75C2 4.33579 2.33579 4 2.75 4H13.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5986 6C19.1837 6.00001 19.7301 6.29245 20.0547 6.7793L21.7061 9.25684C21.8976 9.54424 22 9.88217 22 10.2275V15.25C22 16.1434 21.3304 16.8789 20.4658 16.9854C20.2132 15.0194 18.5347 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H18.5986Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\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,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
package/README.md CHANGED
@@ -956,6 +956,9 @@ Below is a complete list of available icons:
956
956
  - IconPlanning
957
957
  - IconPlusLarge
958
958
  - IconPlusSmall
959
+ - IconProgress25
960
+ - IconProgress50
961
+ - IconProgress75
959
962
  - IconQrCode
960
963
  - IconQuickSearch
961
964
  - IconReview
@@ -1281,6 +1284,7 @@ Below is a complete list of available icons:
1281
1284
  - IconDollar
1282
1285
  - IconEuro
1283
1286
  - IconFastDelivery
1287
+ - IconFastShipping
1284
1288
  - IconGift1
1285
1289
  - IconGift2
1286
1290
  - IconGiftBox
@@ -1310,6 +1314,7 @@ Below is a complete list of available icons:
1310
1314
  - IconReceiptTax
1311
1315
  - IconRemoveFromBasket
1312
1316
  - IconRemoveFromBasket2
1317
+ - IconShipping
1313
1318
  - IconShoppingBag1
1314
1319
  - IconShoppingBag2
1315
1320
  - IconShoppingBag3
@@ -8932,6 +8932,20 @@
8932
8932
  "packageName": "round-filled-radius-0-stroke-1.5",
8933
8933
  "componentName": "IconFastForward5s"
8934
8934
  },
8935
+ {
8936
+ "category": "Shopping & Payment",
8937
+ "svg": "<path d=\"M7.49835 15C8.87906 15 9.99835 16.1193 9.99835 17.5C9.99835 18.8807 8.87906 20 7.49835 20C6.11764 20 4.99835 18.8807 4.99835 17.5C4.99835 16.1193 6.11764 15 7.49835 15Z\" fill=\"currentColor\"/><path d=\"M16.4983 15C17.8791 15 18.9984 16.1193 18.9984 17.5C18.9984 18.8807 17.8791 20 16.4983 20C15.1176 20 13.9983 18.8807 13.9983 17.5C13.9983 16.1193 15.1176 15 16.4983 15Z\" fill=\"currentColor\"/><path d=\"M14.6888 4C15.1255 4.00019 15.4693 4.37213 15.4358 4.80762L14.7357 13.9082C13.5528 14.4898 12.7004 15.6388 12.5306 17H11.4661C11.22 15.0269 9.5381 13.5 7.49835 13.5C5.4586 13.5 3.7767 15.0269 3.53058 17H2.80792C2.3712 16.9998 2.02735 16.6279 2.06085 16.1924L2.4212 11.5H5.99835V10H2.53644L2.72882 7.5H7.99835V6H2.84405L2.94464 4.69238C2.97472 4.30173 3.30089 4.0001 3.69269 4H14.6888Z\" fill=\"currentColor\"/><path d=\"M19.5638 6.01367C20.0649 6.0762 20.519 6.35319 20.803 6.7793L22.4261 9.21289C22.659 9.56233 22.7584 9.98464 22.7064 10.4014L22.0726 15.4668C21.9685 16.2995 21.2903 16.9327 20.4651 16.9932C20.216 15.0234 18.5357 13.5 16.4983 13.5C16.3988 13.5 16.3002 13.5046 16.2025 13.5117L16.8284 6H19.347L19.5638 6.01367Z\" fill=\"currentColor\"/>",
8938
+ "iconName": "fast-shipping, truck, delivery",
8939
+ "variant": {
8940
+ "join": "round",
8941
+ "filled": "on",
8942
+ "radius": "0",
8943
+ "stroke": "1.5"
8944
+ },
8945
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
8946
+ "packageName": "round-filled-radius-0-stroke-1.5",
8947
+ "componentName": "IconFastShipping"
8948
+ },
8935
8949
  {
8936
8950
  "category": "Edit",
8937
8951
  "svg": "<path d=\"M5.58125 18.9165C5.52646 19.6882 5.5 20.4678 5.5 21.25C5.5 21.6642 5.16421 22 4.75 22C4.33579 22 4 21.6642 4 21.25C4 16.5462 4.91866 11.7578 7.29395 8.12112C9.69806 4.44034 13.5592 2 19.25 2C19.6642 2 20 2.33579 20 2.75C20 5.0837 18.6857 7.05801 17.4752 8.39274C16.8829 9.04584 16.2925 9.57114 15.8399 9.94033L17.1085 10.8845C17.3636 11.0743 17.476 11.406 17.3758 11.7078C17.337 11.8247 17.2955 11.9408 17.2486 12.056C17.1652 12.2606 17.0377 12.5458 16.8558 12.8847C16.4924 13.5617 15.9088 14.4584 15.0217 15.3541C13.2425 17.1507 10.2864 18.8966 5.58125 18.9165Z\" fill=\"currentColor\"/>",
@@ -15722,6 +15736,48 @@
15722
15736
  "packageName": "round-filled-radius-0-stroke-1.5",
15723
15737
  "componentName": "IconProducthunt"
15724
15738
  },
15739
+ {
15740
+ "category": "Interface General",
15741
+ "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 12H19.5C19.5 7.85786 16.1421 4.5 12 4.5V12Z\" fill=\"currentColor\"/>",
15742
+ "iconName": "progress-25, ideas, open, status, task",
15743
+ "variant": {
15744
+ "join": "round",
15745
+ "filled": "on",
15746
+ "radius": "0",
15747
+ "stroke": "1.5"
15748
+ },
15749
+ "createdAt": "2025-11-14T21:00:57.563615+00:00",
15750
+ "packageName": "round-filled-radius-0-stroke-1.5",
15751
+ "componentName": "IconProgress25"
15752
+ },
15753
+ {
15754
+ "category": "Interface General",
15755
+ "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 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V19.5Z\" fill=\"currentColor\"/>",
15756
+ "iconName": "progress-50, ideas, open, status, tas",
15757
+ "variant": {
15758
+ "join": "round",
15759
+ "filled": "on",
15760
+ "radius": "0",
15761
+ "stroke": "1.5"
15762
+ },
15763
+ "createdAt": "2025-11-14T21:00:57.563615+00:00",
15764
+ "packageName": "round-filled-radius-0-stroke-1.5",
15765
+ "componentName": "IconProgress50"
15766
+ },
15767
+ {
15768
+ "category": "Interface General",
15769
+ "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 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5V12Z\" fill=\"currentColor\"/>",
15770
+ "iconName": "progress-75, ideas, open, status, tas",
15771
+ "variant": {
15772
+ "join": "round",
15773
+ "filled": "on",
15774
+ "radius": "0",
15775
+ "stroke": "1.5"
15776
+ },
15777
+ "createdAt": "2025-11-14T21:00:57.563615+00:00",
15778
+ "packageName": "round-filled-radius-0-stroke-1.5",
15779
+ "componentName": "IconProgress75"
15780
+ },
15725
15781
  {
15726
15782
  "category": "AI & Magic",
15727
15783
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.75C2 4.33579 2.33579 4 2.75 4H6.25C6.66421 4 7 4.33579 7 4.75C7 5.16421 6.66421 5.5 6.25 5.5H3.5V8.25C3.5 8.66421 3.16421 9 2.75 9C2.33579 9 2 8.66421 2 8.25V4.75ZM17 4.75C17 4.33579 17.3358 4 17.75 4H21.25C21.6642 4 22 4.33579 22 4.75V8.25C22 8.66421 21.6642 9 21.25 9C20.8358 9 20.5 8.66421 20.5 8.25V5.5H17.75C17.3358 5.5 17 5.16421 17 4.75ZM7 9.75C7 9.33579 7.33579 9 7.75 9H16.25C16.6642 9 17 9.33579 17 9.75C17 10.1642 16.6642 10.5 16.25 10.5H7.75C7.33579 10.5 7 10.1642 7 9.75ZM7 14.25C7 13.8358 7.33579 13.5 7.75 13.5H14.25C14.6642 13.5 15 13.8358 15 14.25C15 14.6642 14.6642 15 14.25 15H7.75C7.33579 15 7 14.6642 7 14.25ZM2.75 15C3.16421 15 3.5 15.3358 3.5 15.75V18.5H6.25C6.66421 18.5 7 18.8358 7 19.25C7 19.6642 6.66421 20 6.25 20H2.75C2.33579 20 2 19.6642 2 19.25V15.75C2 15.3358 2.33579 15 2.75 15ZM21.25 15C21.6642 15 22 15.3358 22 15.75V19.25C22 19.6642 21.6642 20 21.25 20H17.75C17.3358 20 17 19.6642 17 19.25C17 18.8358 17.3358 18.5 17.75 18.5H20.5V15.75C20.5 15.3358 20.8358 15 21.25 15Z\" fill=\"currentColor\"/>",
@@ -17332,6 +17388,20 @@
17332
17388
  "packageName": "round-filled-radius-0-stroke-1.5",
17333
17389
  "componentName": "IconShip"
17334
17390
  },
17391
+ {
17392
+ "category": "Shopping & Payment",
17393
+ "svg": "<path d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\" fill=\"currentColor\"/><path d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\" fill=\"currentColor\"/><path d=\"M13.75 4C14.1642 4 14.5 4.33579 14.5 4.75V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2.75C2.33579 17 2 16.6642 2 16.25V4.75C2 4.33579 2.33579 4 2.75 4H13.75Z\" fill=\"currentColor\"/><path d=\"M18.5986 6C19.1837 6.00001 19.7301 6.29245 20.0547 6.7793L21.7061 9.25684C21.8976 9.54424 22 9.88217 22 10.2275V15.25C22 16.1434 21.3304 16.8789 20.4658 16.9854C20.2132 15.0194 18.5347 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H18.5986Z\" fill=\"currentColor\"/>",
17394
+ "iconName": "shipping, truck, delivery",
17395
+ "variant": {
17396
+ "join": "round",
17397
+ "filled": "on",
17398
+ "radius": "0",
17399
+ "stroke": "1.5"
17400
+ },
17401
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
17402
+ "packageName": "round-filled-radius-0-stroke-1.5",
17403
+ "componentName": "IconShipping"
17404
+ },
17335
17405
  {
17336
17406
  "category": "Shopping & Payment",
17337
17407
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00138 3.70463C4.02537 3.30876 4.35341 3 4.75 3H19.25C19.6466 3 19.9746 3.30876 19.9986 3.70463L20.9986 20.2046C21.0111 20.411 20.9379 20.6135 20.7961 20.764C20.6544 20.9146 20.4568 21 20.25 21H3.75C3.54321 21 3.3456 20.9146 3.20387 20.764C3.06213 20.6135 2.98887 20.411 3.00138 20.2046L4.00138 3.70463ZM9.75 8C9.75 7.58579 9.41422 7.25 9 7.25C8.58579 7.25 8.25 7.58579 8.25 8C8.25 10.0711 9.92893 11.75 12 11.75C14.0711 11.75 15.75 10.0711 15.75 8C15.75 7.58579 15.4142 7.25 15 7.25C14.5858 7.25 14.25 7.58579 14.25 8C14.25 9.24264 13.2426 10.25 12 10.25C10.7574 10.25 9.75 9.24264 9.75 8Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -637,6 +637,7 @@ export type CentralIconName =
637
637
  | "IconFastForward15s"
638
638
  | "IconFastForward30s"
639
639
  | "IconFastForward5s"
640
+ | "IconFastShipping"
640
641
  | "IconFeather"
641
642
  | "IconFeature"
642
643
  | "IconFigma"
@@ -1122,6 +1123,9 @@ export type CentralIconName =
1122
1123
  | "IconPrinter"
1123
1124
  | "IconProcessor"
1124
1125
  | "IconProducthunt"
1126
+ | "IconProgress25"
1127
+ | "IconProgress50"
1128
+ | "IconProgress75"
1125
1129
  | "IconPrompt"
1126
1130
  | "IconPrompt1"
1127
1131
  | "IconPromptSuggestion"
@@ -1237,6 +1241,7 @@ export type CentralIconName =
1237
1241
  | "IconShieldKeyhole"
1238
1242
  | "IconShift"
1239
1243
  | "IconShip"
1244
+ | "IconShipping"
1240
1245
  | "IconShoppingBag1"
1241
1246
  | "IconShoppingBag2"
1242
1247
  | "IconShoppingBag3"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-1.5",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "style": "round-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1.5/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": 1562,
14
+ "totalIcons": 1567,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -751,7 +751,7 @@
751
751
  ]
752
752
  },
753
753
  "Interface General": {
754
- "count": 161,
754
+ "count": 164,
755
755
  "icons": [
756
756
  "IconAnchor1",
757
757
  "IconAnchor2",
@@ -860,6 +860,9 @@
860
860
  "IconPlanning",
861
861
  "IconPlusLarge",
862
862
  "IconPlusSmall",
863
+ "IconProgress25",
864
+ "IconProgress50",
865
+ "IconProgress75",
863
866
  "IconQrCode",
864
867
  "IconQuickSearch",
865
868
  "IconReview",
@@ -1176,7 +1179,7 @@
1176
1179
  ]
1177
1180
  },
1178
1181
  "Shopping & Payment": {
1179
- "count": 69,
1182
+ "count": 71,
1180
1183
  "icons": [
1181
1184
  "IconAddToBasket",
1182
1185
  "IconAddToBasket2",
@@ -1201,6 +1204,7 @@
1201
1204
  "IconDollar",
1202
1205
  "IconEuro",
1203
1206
  "IconFastDelivery",
1207
+ "IconFastShipping",
1204
1208
  "IconGift1",
1205
1209
  "IconGift2",
1206
1210
  "IconGiftBox",
@@ -1230,6 +1234,7 @@
1230
1234
  "IconReceiptTax",
1231
1235
  "IconRemoveFromBasket",
1232
1236
  "IconRemoveFromBasket2",
1237
+ "IconShipping",
1233
1238
  "IconShoppingBag1",
1234
1239
  "IconShoppingBag2",
1235
1240
  "IconShoppingBag3",
@@ -2390,6 +2395,7 @@
2390
2395
  "IconFastForward15s": "fast-forward-15s",
2391
2396
  "IconFastForward30s": "fast-forward-30s",
2392
2397
  "IconFastForward5s": "fast-forward-5s",
2398
+ "IconFastShipping": "fast-shipping, truck, delivery",
2393
2399
  "IconFeather": "feather, writing",
2394
2400
  "IconFeature": "feature, shine",
2395
2401
  "IconFigma": "figma",
@@ -2875,6 +2881,9 @@
2875
2881
  "IconPrinter": "printer, print",
2876
2882
  "IconProcessor": "processor, chip",
2877
2883
  "IconProducthunt": "producthunt",
2884
+ "IconProgress25": "progress-25, ideas, open, status, task",
2885
+ "IconProgress50": "progress-50, ideas, open, status, tas",
2886
+ "IconProgress75": "progress-75, ideas, open, status, tas",
2878
2887
  "IconPrompt": "prompt, scan-text",
2879
2888
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2880
2889
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
@@ -2990,6 +2999,7 @@
2990
2999
  "IconShieldKeyhole": "shield-keyhole",
2991
3000
  "IconShift": "shift",
2992
3001
  "IconShip": "ship, changelog",
3002
+ "IconShipping": "shipping, truck, delivery",
2993
3003
  "IconShoppingBag1": "shopping-bag-1",
2994
3004
  "IconShoppingBag2": "shopping-bag-2",
2995
3005
  "IconShoppingBag3": "shopping-bag-3",
package/index.d.ts CHANGED
@@ -636,6 +636,7 @@ export { IconFastForward10s, default as IconFastForward10sDefault, } from "./Ico
636
636
  export { IconFastForward15s, default as IconFastForward15sDefault, } from "./IconFastForward15s";
637
637
  export { IconFastForward30s, default as IconFastForward30sDefault, } from "./IconFastForward30s";
638
638
  export { IconFastForward5s, default as IconFastForward5sDefault, } from "./IconFastForward5s";
639
+ export { IconFastShipping, default as IconFastShippingDefault, } from "./IconFastShipping";
639
640
  export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
640
641
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
641
642
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
@@ -1121,6 +1122,9 @@ export { IconPowerPlant, default as IconPowerPlantDefault, } from "./IconPowerPl
1121
1122
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1122
1123
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1123
1124
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1125
+ export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1126
+ export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1127
+ export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
1124
1128
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
1125
1129
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
1126
1130
  export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
@@ -1236,6 +1240,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconS
1236
1240
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1237
1241
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1238
1242
  export { IconShip, default as IconShipDefault } from "./IconShip";
1243
+ export { IconShipping, default as IconShippingDefault } from "./IconShipping";
1239
1244
  export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";
1240
1245
  export { IconShoppingBag2, default as IconShoppingBag2Default, } from "./IconShoppingBag2";
1241
1246
  export { IconShoppingBag3, default as IconShoppingBag3Default, } from "./IconShoppingBag3";