@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.31 → 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 H=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(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 B(o))!g.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=H(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)),L=r=>a(p({},"__esModule",{value:!0}),r);var d={};x(d,{IconFastShipping:()=>c,default:()=>P});module.exports=L(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.49912 15C8.87983 15 9.99912 16.1193 9.99912 17.5C9.99912 18.8807 8.87983 20 7.49912 20C6.11841 20 4.99912 18.8807 4.99912 17.5C4.99912 16.1193 6.11841 15 7.49912 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16.4991 15C17.8798 15 18.9991 16.1193 18.9991 17.5C18.9991 18.8807 17.8798 20 16.4991 20C15.1184 20 13.9991 18.8807 13.9991 17.5C13.9991 16.1193 15.1184 15 16.4991 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M14.9991 14.3359C13.9603 14.8293 13.2041 15.8201 13.0353 17H10.963C10.7203 15.3039 9.26232 14 7.49912 14C5.73592 14 4.27791 15.3039 4.03525 17H2.53909C2.24782 17 2.01821 16.752 2.04057 16.4616L2.46103 11H5.49912C5.77526 11 5.99912 10.7761 5.99912 10.5C5.99912 10.2239 5.77526 10 5.49912 10H2.53721L2.6915 8H7.49912C7.77526 8 7.99912 7.77614 7.99912 7.5C7.99912 7.22386 7.77526 7 7.49912 7H2.76865L2.96365 4.4617C2.98366 4.20118 3.20089 4 3.46218 4H15.4484C15.7436 4 15.9745 4.25435 15.9461 4.54815L14.9991 14.3359Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M22.8941 9.5397C22.9618 9.64122 22.99 9.764 22.9734 9.88488L22.0583 16.5678C22.0244 16.8155 21.8129 17 21.5629 17H19.963C19.7203 15.3039 18.2623 14 16.4991 14C16.3294 14 16.1624 14.0118 15.9991 14.0352L16.9991 6H20.2667C20.4339 6 20.59 6.08355 20.6827 6.22265L22.8941 9.5397Z",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.49912 15C8.87983 15 9.99912 16.1193 9.99912 17.5C9.99912 18.8807 8.87983 20 7.49912 20C6.11841 20 4.99912 18.8807 4.99912 17.5C4.99912 16.1193 6.11841 15 7.49912 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4991 15C17.8798 15 18.9991 16.1193 18.9991 17.5C18.9991 18.8807 17.8798 20 16.4991 20C15.1184 20 13.9991 18.8807 13.9991 17.5C13.9991 16.1193 15.1184 15 16.4991 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9991 14.3359C13.9603 14.8293 13.2041 15.8201 13.0353 17H10.963C10.7203 15.3039 9.26232 14 7.49912 14C5.73592 14 4.27791 15.3039 4.03525 17H2.53909C2.24782 17 2.01821 16.752 2.04057 16.4616L2.46103 11H5.49912C5.77526 11 5.99912 10.7761 5.99912 10.5C5.99912 10.2239 5.77526 10 5.49912 10H2.53721L2.6915 8H7.49912C7.77526 8 7.99912 7.77614 7.99912 7.5C7.99912 7.22386 7.77526 7 7.49912 7H2.76865L2.96365 4.4617C2.98366 4.20118 3.20089 4 3.46218 4H15.4484C15.7436 4 15.9745 4.25435 15.9461 4.54815L14.9991 14.3359Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.8941 9.5397C22.9618 9.64122 22.99 9.764 22.9734 9.88488L22.0583 16.5678C22.0244 16.8155 21.8129 17 21.5629 17H19.963C19.7203 15.3039 18.2623 14 16.4991 14C16.3294 14 16.1624 14.0118 15.9991 14.0352L16.9991 6H20.2667C20.4339 6 20.59 6.08355 20.6827 6.22265L22.8941 9.5397Z\"\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,qgBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sRACF,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.49912 15C8.87983 15 9.99912 16.1193 9.99912 17.5C9.99912 18.8807 8.87983 20 7.49912 20C6.11841 20 4.99912 18.8807 4.99912 17.5C4.99912 16.1193 6.11841 15 7.49912 15Z",fill:"currentColor"}),o.createElement(C,{d:"M16.4991 15C17.8798 15 18.9991 16.1193 18.9991 17.5C18.9991 18.8807 17.8798 20 16.4991 20C15.1184 20 13.9991 18.8807 13.9991 17.5C13.9991 16.1193 15.1184 15 16.4991 15Z",fill:"currentColor"}),o.createElement(C,{d:"M14.9991 14.3359C13.9603 14.8293 13.2041 15.8201 13.0353 17H10.963C10.7203 15.3039 9.26232 14 7.49912 14C5.73592 14 4.27791 15.3039 4.03525 17H2.53909C2.24782 17 2.01821 16.752 2.04057 16.4616L2.46103 11H5.49912C5.77526 11 5.99912 10.7761 5.99912 10.5C5.99912 10.2239 5.77526 10 5.49912 10H2.53721L2.6915 8H7.49912C7.77526 8 7.99912 7.77614 7.99912 7.5C7.99912 7.22386 7.77526 7 7.49912 7H2.76865L2.96365 4.4617C2.98366 4.20118 3.20089 4 3.46218 4H15.4484C15.7436 4 15.9745 4.25435 15.9461 4.54815L14.9991 14.3359Z",fill:"currentColor"}),o.createElement(C,{d:"M22.8941 9.5397C22.9618 9.64122 22.99 9.764 22.9734 9.88488L22.0583 16.5678C22.0244 16.8155 21.8129 17 21.5629 17H19.963C19.7203 15.3039 18.2623 14 16.4991 14C16.3294 14 16.1624 14.0118 15.9991 14.0352L16.9991 6H20.2667C20.4339 6 20.59 6.08355 20.6827 6.22265L22.8941 9.5397Z",fill:"currentColor"})),g=a;export{a as IconFastShipping,g 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.49912 15C8.87983 15 9.99912 16.1193 9.99912 17.5C9.99912 18.8807 8.87983 20 7.49912 20C6.11841 20 4.99912 18.8807 4.99912 17.5C4.99912 16.1193 6.11841 15 7.49912 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4991 15C17.8798 15 18.9991 16.1193 18.9991 17.5C18.9991 18.8807 17.8798 20 16.4991 20C15.1184 20 13.9991 18.8807 13.9991 17.5C13.9991 16.1193 15.1184 15 16.4991 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9991 14.3359C13.9603 14.8293 13.2041 15.8201 13.0353 17H10.963C10.7203 15.3039 9.26232 14 7.49912 14C5.73592 14 4.27791 15.3039 4.03525 17H2.53909C2.24782 17 2.01821 16.752 2.04057 16.4616L2.46103 11H5.49912C5.77526 11 5.99912 10.7761 5.99912 10.5C5.99912 10.2239 5.77526 10 5.49912 10H2.53721L2.6915 8H7.49912C7.77526 8 7.99912 7.77614 7.99912 7.5C7.99912 7.22386 7.77526 7 7.49912 7H2.76865L2.96365 4.4617C2.98366 4.20118 3.20089 4 3.46218 4H15.4484C15.7436 4 15.9745 4.25435 15.9461 4.54815L14.9991 14.3359Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.8941 9.5397C22.9618 9.64122 22.99 9.764 22.9734 9.88488L22.0583 16.5678C22.0244 16.8155 21.8129 17 21.5629 17H19.963C19.7203 15.3039 18.2623 14 16.4991 14C16.3294 14 16.1624 14.0118 15.9991 14.0352L16.9991 6H20.2667C20.4339 6 20.59 6.08355 20.6827 6.22265L22.8941 9.5397Z\"\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,qgBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sRACF,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 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:"M14.5 4C14.7761 4 15 4.22386 15 4.5V14.3359C13.9612 14.8293 13.2049 15.8201 13.0361 17H10.9639C10.7212 15.3039 9.2632 14 7.5 14C5.7368 14 4.27879 15.3039 4.03613 17H2.5C2.22386 17 2 16.7761 2 16.5V4.5C2 4.22386 2.22386 4 2.5 4H14.5Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M18.9189 6.01172C19.3482 6.06548 19.7371 6.30293 19.9805 6.66797L21.748 9.31934C21.9123 9.56573 22 9.85524 22 10.1514V15.5C22 16.3284 21.3284 17 20.5 17H19.9639C19.7212 15.3039 18.2632 14 16.5 14C16.3303 14 16.1633 14.0118 16 14.0352V6H18.7324L18.9189 6.01172Z",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=\"M14.5 4C14.7761 4 15 4.22386 15 4.5V14.3359C13.9612 14.8293 13.2049 15.8201 13.0361 17H10.9639C10.7212 15.3039 9.2632 14 7.5 14C5.7368 14 4.27879 15.3039 4.03613 17H2.5C2.22386 17 2 16.7761 2 16.5V4.5C2 4.22386 2.22386 4 2.5 4H14.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.9189 6.01172C19.3482 6.06548 19.7371 6.30293 19.9805 6.66797L21.748 9.31934C21.9123 9.56573 22 9.85524 22 10.1514V15.5C22 16.3284 21.3284 17 20.5 17H19.9639C19.7212 15.3039 18.2632 14 16.5 14C16.3303 14 16.1633 14.0118 16 14.0352V6H18.7324L18.9189 6.01172Z\"\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,2OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uQACF,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:"M14.5 4C14.7761 4 15 4.22386 15 4.5V14.3359C13.9612 14.8293 13.2049 15.8201 13.0361 17H10.9639C10.7212 15.3039 9.2632 14 7.5 14C5.7368 14 4.27879 15.3039 4.03613 17H2.5C2.22386 17 2 16.7761 2 16.5V4.5C2 4.22386 2.22386 4 2.5 4H14.5Z",fill:"currentColor"}),o.createElement(C,{d:"M18.9189 6.01172C19.3482 6.06548 19.7371 6.30293 19.9805 6.66797L21.748 9.31934C21.9123 9.56573 22 9.85524 22 10.1514V15.5C22 16.3284 21.3284 17 20.5 17H19.9639C19.7212 15.3039 18.2632 14 16.5 14C16.3303 14 16.1633 14.0118 16 14.0352V6H18.7324L18.9189 6.01172Z",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=\"M14.5 4C14.7761 4 15 4.22386 15 4.5V14.3359C13.9612 14.8293 13.2049 15.8201 13.0361 17H10.9639C10.7212 15.3039 9.2632 14 7.5 14C5.7368 14 4.27879 15.3039 4.03613 17H2.5C2.22386 17 2 16.7761 2 16.5V4.5C2 4.22386 2.22386 4 2.5 4H14.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.9189 6.01172C19.3482 6.06548 19.7371 6.30293 19.9805 6.66797L21.748 9.31934C21.9123 9.56573 22 9.85524 22 10.1514V15.5C22 16.3284 21.3284 17 20.5 17H19.9639C19.7212 15.3039 18.2632 14 16.5 14C16.3303 14 16.1633 14.0118 16 14.0352V6H18.7324L18.9189 6.01172Z\"\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,2OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
package/README.md CHANGED
@@ -1284,6 +1284,7 @@ Below is a complete list of available icons:
1284
1284
  - IconDollar
1285
1285
  - IconEuro
1286
1286
  - IconFastDelivery
1287
+ - IconFastShipping
1287
1288
  - IconGift1
1288
1289
  - IconGift2
1289
1290
  - IconGiftBox
@@ -1313,6 +1314,7 @@ Below is a complete list of available icons:
1313
1314
  - IconReceiptTax
1314
1315
  - IconRemoveFromBasket
1315
1316
  - IconRemoveFromBasket2
1317
+ - IconShipping
1316
1318
  - IconShoppingBag1
1317
1319
  - IconShoppingBag2
1318
1320
  - IconShoppingBag3
@@ -8932,6 +8932,20 @@
8932
8932
  "packageName": "round-filled-radius-0-stroke-1",
8933
8933
  "componentName": "IconFastForward5s"
8934
8934
  },
8935
+ {
8936
+ "category": "Shopping & Payment",
8937
+ "svg": "<path d=\"M7.49912 15C8.87983 15 9.99912 16.1193 9.99912 17.5C9.99912 18.8807 8.87983 20 7.49912 20C6.11841 20 4.99912 18.8807 4.99912 17.5C4.99912 16.1193 6.11841 15 7.49912 15Z\" fill=\"currentColor\"/><path d=\"M16.4991 15C17.8798 15 18.9991 16.1193 18.9991 17.5C18.9991 18.8807 17.8798 20 16.4991 20C15.1184 20 13.9991 18.8807 13.9991 17.5C13.9991 16.1193 15.1184 15 16.4991 15Z\" fill=\"currentColor\"/><path d=\"M14.9991 14.3359C13.9603 14.8293 13.2041 15.8201 13.0353 17H10.963C10.7203 15.3039 9.26232 14 7.49912 14C5.73592 14 4.27791 15.3039 4.03525 17H2.53909C2.24782 17 2.01821 16.752 2.04057 16.4616L2.46103 11H5.49912C5.77526 11 5.99912 10.7761 5.99912 10.5C5.99912 10.2239 5.77526 10 5.49912 10H2.53721L2.6915 8H7.49912C7.77526 8 7.99912 7.77614 7.99912 7.5C7.99912 7.22386 7.77526 7 7.49912 7H2.76865L2.96365 4.4617C2.98366 4.20118 3.20089 4 3.46218 4H15.4484C15.7436 4 15.9745 4.25435 15.9461 4.54815L14.9991 14.3359Z\" fill=\"currentColor\"/><path d=\"M22.8941 9.5397C22.9618 9.64122 22.99 9.764 22.9734 9.88488L22.0583 16.5678C22.0244 16.8155 21.8129 17 21.5629 17H19.963C19.7203 15.3039 18.2623 14 16.4991 14C16.3294 14 16.1624 14.0118 15.9991 14.0352L16.9991 6H20.2667C20.4339 6 20.59 6.08355 20.6827 6.22265L22.8941 9.5397Z\" fill=\"currentColor\"/>",
8938
+ "iconName": "fast-shipping, truck, delivery",
8939
+ "variant": {
8940
+ "join": "round",
8941
+ "filled": "on",
8942
+ "radius": "0",
8943
+ "stroke": "1"
8944
+ },
8945
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
8946
+ "packageName": "round-filled-radius-0-stroke-1",
8947
+ "componentName": "IconFastShipping"
8948
+ },
8935
8949
  {
8936
8950
  "category": "Edit",
8937
8951
  "svg": "<path d=\"M5.09091 18.9998C5.02953 19.8271 5 20.6627 5 21.5C5 21.7761 4.77614 22 4.5 22C4.22386 22 4 21.7761 4 21.5C4 16.6969 4.94596 11.8374 7.36354 8.16269C9.80033 4.45878 13.7078 2 19.5 2C19.7761 2 20 2.22386 20 2.5C20 4.79784 18.6939 6.76262 17.4584 8.11501C16.8342 8.79833 16.2114 9.34355 15.7449 9.71804C15.6668 9.78075 15.5929 9.83877 15.5241 9.89193L17.1186 11.0701C17.2827 11.1913 17.3566 11.4001 17.3054 11.5977L17.305 11.5993L17.3044 11.6015C17.2734 11.7173 17.2346 11.8312 17.194 11.9439C17.1188 12.1521 17.0013 12.4443 16.8284 12.7926C16.4829 13.4888 15.9146 14.4122 15.0195 15.3344C13.2284 17.1796 10.1685 18.9786 5.09091 18.9998Z\" fill=\"currentColor\"/>",
@@ -17374,6 +17388,20 @@
17374
17388
  "packageName": "round-filled-radius-0-stroke-1",
17375
17389
  "componentName": "IconShip"
17376
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=\"M14.5 4C14.7761 4 15 4.22386 15 4.5V14.3359C13.9612 14.8293 13.2049 15.8201 13.0361 17H10.9639C10.7212 15.3039 9.2632 14 7.5 14C5.7368 14 4.27879 15.3039 4.03613 17H2.5C2.22386 17 2 16.7761 2 16.5V4.5C2 4.22386 2.22386 4 2.5 4H14.5Z\" fill=\"currentColor\"/><path d=\"M18.9189 6.01172C19.3482 6.06548 19.7371 6.30293 19.9805 6.66797L21.748 9.31934C21.9123 9.56573 22 9.85524 22 10.1514V15.5C22 16.3284 21.3284 17 20.5 17H19.9639C19.7212 15.3039 18.2632 14 16.5 14C16.3303 14 16.1633 14.0118 16 14.0352V6H18.7324L18.9189 6.01172Z\" fill=\"currentColor\"/>",
17394
+ "iconName": "shipping, truck, delivery",
17395
+ "variant": {
17396
+ "join": "round",
17397
+ "filled": "on",
17398
+ "radius": "0",
17399
+ "stroke": "1"
17400
+ },
17401
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
17402
+ "packageName": "round-filled-radius-0-stroke-1",
17403
+ "componentName": "IconShipping"
17404
+ },
17377
17405
  {
17378
17406
  "category": "Shopping & Payment",
17379
17407
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.00086 3.47064C4.01641 3.20636 4.23526 3 4.5 3H19.5C19.7647 3 19.9836 3.20636 19.9991 3.47064L20.9991 20.4706C21.0072 20.6081 20.9583 20.7428 20.8638 20.843C20.7693 20.9432 20.6377 21 20.5 21H3.5C3.3623 21 3.23069 20.9432 3.13621 20.843C3.04174 20.7428 2.99278 20.6081 3.00086 20.4706L4.00086 3.47064ZM9 7.5C9 7.22386 8.77614 7 8.5 7C8.22386 7 8 7.22386 8 7.5C8 9.70914 9.79086 11.5 12 11.5C14.2091 11.5 16 9.70914 16 7.5C16 7.22386 15.7761 7 15.5 7C15.2239 7 15 7.22386 15 7.5C15 9.15685 13.6569 10.5 12 10.5C10.3431 10.5 9 9.15685 9 7.5Z\" 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"
@@ -1240,6 +1241,7 @@ export type CentralIconName =
1240
1241
  | "IconShieldKeyhole"
1241
1242
  | "IconShift"
1242
1243
  | "IconShip"
1244
+ | "IconShipping"
1243
1245
  | "IconShoppingBag1"
1244
1246
  | "IconShoppingBag2"
1245
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",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/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": 1565,
14
+ "totalIcons": 1567,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 44,
@@ -1179,7 +1179,7 @@
1179
1179
  ]
1180
1180
  },
1181
1181
  "Shopping & Payment": {
1182
- "count": 69,
1182
+ "count": 71,
1183
1183
  "icons": [
1184
1184
  "IconAddToBasket",
1185
1185
  "IconAddToBasket2",
@@ -1204,6 +1204,7 @@
1204
1204
  "IconDollar",
1205
1205
  "IconEuro",
1206
1206
  "IconFastDelivery",
1207
+ "IconFastShipping",
1207
1208
  "IconGift1",
1208
1209
  "IconGift2",
1209
1210
  "IconGiftBox",
@@ -1233,6 +1234,7 @@
1233
1234
  "IconReceiptTax",
1234
1235
  "IconRemoveFromBasket",
1235
1236
  "IconRemoveFromBasket2",
1237
+ "IconShipping",
1236
1238
  "IconShoppingBag1",
1237
1239
  "IconShoppingBag2",
1238
1240
  "IconShoppingBag3",
@@ -2393,6 +2395,7 @@
2393
2395
  "IconFastForward15s": "fast-forward-15s",
2394
2396
  "IconFastForward30s": "fast-forward-30s",
2395
2397
  "IconFastForward5s": "fast-forward-5s",
2398
+ "IconFastShipping": "fast-shipping, truck, delivery",
2396
2399
  "IconFeather": "feather, writing",
2397
2400
  "IconFeature": "feature, shine",
2398
2401
  "IconFigma": "figma",
@@ -2996,6 +2999,7 @@
2996
2999
  "IconShieldKeyhole": "shield-keyhole",
2997
3000
  "IconShift": "shift",
2998
3001
  "IconShip": "ship, changelog",
3002
+ "IconShipping": "shipping, truck, delivery",
2999
3003
  "IconShoppingBag1": "shopping-bag-1",
3000
3004
  "IconShoppingBag2": "shopping-bag-2",
3001
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";
@@ -1239,6 +1240,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconS
1239
1240
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1240
1241
  export { IconShift, default as IconShiftDefault } from "./IconShift";
1241
1242
  export { IconShip, default as IconShipDefault } from "./IconShip";
1243
+ export { IconShipping, default as IconShippingDefault } from "./IconShipping";
1242
1244
  export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";
1243
1245
  export { IconShoppingBag2, default as IconShoppingBag2Default, } from "./IconShoppingBag2";
1244
1246
  export { IconShoppingBag3, default as IconShoppingBag3Default, } from "./IconShoppingBag3";