@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.31 → 1.1.33

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.
@@ -1,2 +1,2 @@
1
- "use strict";var L=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!k.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?L(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(t({},"__esModule",{value:!0}),r);var g={};x(g,{IconEyeSparkle:()=>u,default:()=>d});module.exports=P(g);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M21.7826 11.5636C16.9419 2.1454 7.05805 2.1455 2.21736 11.5637C2.07794 11.835 2.07794 12.1651 2.21736 12.4364C7.05805 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L8.99999 12L11 11Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),d=u;0&&(module.exports={IconEyeSparkle});
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=L(o,n))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>l(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconEyeSparkle:()=>i,default:()=>g});module.exports=d(v);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M21.7826 11.5636C16.9419 2.14539 7.05806 2.1455 2.21737 11.5637C2.07795 11.835 2.07795 12.1651 2.21737 12.4364C7.05806 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEyeSparkle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeSparkle/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 IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.1454 7.05805 2.1455 2.21736 11.5637C2.07794 11.835 2.07794 12.1651 2.21736 12.4364C7.05805 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L8.99999 12L11 11Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,EAAE,8MACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/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 IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.14539 7.05806 2.1455 2.21737 11.5637C2.07795 11.835 2.07795 12.1651 2.21737 12.4364C7.05806 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,EAAE,+MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.7826 11.5636C16.9419 2.1454 7.05805 2.1455 2.21736 11.5637C2.07794 11.835 2.07794 12.1651 2.21736 12.4364C7.05805 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement(t,{d:"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L8.99999 12L11 11Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),k=C;export{C as IconEyeSparkle,k as default};
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(a,{...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 t}from"react-native-svg";var l=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.7826 11.5636C16.9419 2.14539 7.05806 2.1455 2.21737 11.5637C2.07795 11.835 2.07795 12.1651 2.21737 12.4364C7.05806 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),x=l;export{l as IconEyeSparkle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeSparkle/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 IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.1454 7.05805 2.1455 2.21736 11.5637C2.07794 11.835 2.07794 12.1651 2.21736 12.4364C7.05805 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L8.99999 12L11 11Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,EAAE,8MACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/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 IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.7826 11.5636C16.9419 2.14539 7.05806 2.1455 2.21737 11.5637C2.07795 11.835 2.07795 12.1651 2.21737 12.4364C7.05806 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\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,EAAE,+MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
@@ -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 c=Object.create;var C=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&C(r,s,{get:()=>o[s],enumerable:!(p=l(o,s))||p.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>i(C({},"__esModule",{value:!0}),r);var H={};I(H,{IconFastShipping:()=>L,default:()=>x});module.exports=g(H);var e=u(require("react"));var d=u(require("react")),k=require("react-native-svg"),a=({children:r,size:o=24,...n})=>d.default.createElement(k.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),L=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M14.5 16.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.5008 16.5H20.618C21.1223 16.5 21.5477 16.1245 21.6103 15.624L22.2132 10.8004C22.2377 10.6045 22.2037 10.4058 22.1154 10.2292L20.5272 7.05279C20.3578 6.714 20.0115 6.5 19.6327 6.5H16.3008",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 15L16.3957 5.59481C16.4516 5.00772 15.99 4.5 15.4002 4.5H4.42013C3.90004 4.5 3.46678 4.89866 3.42359 5.41695L3.25 7.5H8.5M4.5 16.5H3.5868C3.00176 16.5 2.54167 16 2.59025 15.417L2.79167 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M1.5 10.5H6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=L;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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5008 16.5H20.618C21.1223 16.5 21.5477 16.1245 21.6103 15.624L22.2132 10.8004C22.2377 10.6045 22.2037 10.4058 22.1154 10.2292L20.5272 7.05279C20.3578 6.714 20.0115 6.5 19.6327 6.5H16.3008\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15L16.3957 5.59481C16.4516 5.00772 15.99 4.5 15.4002 4.5H4.42013C3.90004 4.5 3.46678 4.89866 3.42359 5.41695L3.25 7.5H8.5M4.5 16.5H3.5868C3.00176 16.5 2.54167 16 2.59025 15.417L2.79167 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,mLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:o=24,...s})=>C.createElement(p,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14.5 16.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M19.5008 16.5H20.618C21.1223 16.5 21.5477 16.1245 21.6103 15.624L22.2132 10.8004C22.2377 10.6045 22.2037 10.4058 22.1154 10.2292L20.5272 7.05279C20.3578 6.714 20.0115 6.5 19.6327 6.5H16.3008",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M15.5 15L16.3957 5.59481C16.4516 5.00772 15.99 4.5 15.4002 4.5H4.42013C3.90004 4.5 3.46678 4.89866 3.42359 5.41695L3.25 7.5H8.5M4.5 16.5H3.5868C3.00176 16.5 2.54167 16 2.59025 15.417L2.79167 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M1.5 10.5H6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconFastShipping,B 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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5008 16.5H20.618C21.1223 16.5 21.5477 16.1245 21.6103 15.624L22.2132 10.8004C22.2377 10.6045 22.2037 10.4058 22.1154 10.2292L20.5272 7.05279C20.3578 6.714 20.0115 6.5 19.6327 6.5H16.3008\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15L16.3957 5.59481C16.4516 5.00772 15.99 4.5 15.4002 4.5H4.42013C3.90004 4.5 3.46678 4.89866 3.42359 5.41695L3.25 7.5H8.5M4.5 16.5H3.5868C3.00176 16.5 2.54167 16 2.59025 15.417L2.79167 13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,mLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of L(o))!B.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=m(o,C))||s.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconShipping:()=>k,default:()=>x});module.exports=g(P);var e=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...n})=>d.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),k=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M14.5 16.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.75 16.5H20.5C21.0523 16.5 21.5 16.0523 21.5 15.5V10.7361C21.5 10.5808 21.4639 10.4277 21.3944 10.2889L19.7764 7.05279C19.607 6.714 19.2607 6.5 18.882 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 15V5.5C15.5 4.94772 15.0523 4.5 14.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V15.5C2.5 16.0523 2.94772 16.5 3.5 16.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=k;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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.75 16.5H20.5C21.0523 16.5 21.5 16.0523 21.5 15.5V10.7361C21.5 10.5808 21.4639 10.4277 21.3944 10.2889L19.7764 7.05279C19.607 6.714 19.2607 6.5 18.882 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15V5.5C15.5 4.94772 15.0523 4.5 14.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V15.5C2.5 16.0523 2.94772 16.5 3.5 16.5H4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,mLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M14.5 16.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.75 16.5H20.5C21.0523 16.5 21.5 16.0523 21.5 15.5V10.7361C21.5 10.5808 21.4639 10.4277 21.3944 10.2889L19.7764 7.05279C19.607 6.714 19.2607 6.5 18.882 6.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15.5 15V5.5C15.5 4.94772 15.0523 4.5 14.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V15.5C2.5 16.0523 2.94772 16.5 3.5 16.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconShipping,B 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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 16.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.75 16.5H20.5C21.0523 16.5 21.5 16.0523 21.5 15.5V10.7361C21.5 10.5808 21.4639 10.4277 21.3944 10.2889L19.7764 7.05279C19.607 6.714 19.2607 6.5 18.882 6.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15V5.5C15.5 4.94772 15.0523 4.5 14.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V15.5C2.5 16.0523 2.94772 16.5 3.5 16.5H4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,mLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
package/README.md CHANGED
@@ -1323,7 +1323,6 @@ Below is a complete list of available icons:
1323
1323
  - IconShoppingBagEdit2
1324
1324
  - IconShoppingBagLike1
1325
1325
  - IconShoppingBagLike2
1326
- - IconTruck
1327
1326
  - IconWallet1
1328
1327
  - IconWallet2
1329
1328
  - IconWallet3
@@ -1757,6 +1756,10 @@ Below is a complete list of available icons:
1757
1756
  - IconVerticalAlignmentRight
1758
1757
  - IconWrite
1759
1758
 
1759
+ ### Vehicles
1760
+
1761
+ - IconTruck
1762
+
1760
1763
  ### Vehicles & Aircrafts
1761
1764
 
1762
1765
  - IconAirplane
@@ -1786,9 +1789,11 @@ Below is a complete list of available icons:
1786
1789
  - IconCar9Ev
1787
1790
  - IconCarFrontView
1788
1791
  - IconDeliveryBike
1792
+ - IconFastShipping
1789
1793
  - IconMountainBike
1790
1794
  - IconRocket
1791
1795
  - IconRoller
1796
+ - IconShipping
1792
1797
  - IconTrainFrontView
1793
1798
  - IconUfo
1794
1799
 
@@ -8766,7 +8766,7 @@
8766
8766
  },
8767
8767
  {
8768
8768
  "category": "AI & Magic",
8769
- "svg": "<path d=\"M21.7826 11.5636C16.9419 2.1454 7.05805 2.1455 2.21736 11.5637C2.07794 11.835 2.07794 12.1651 2.21736 12.4364C7.05805 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L8.99999 12L11 11Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
8769
+ "svg": "<path d=\"M21.7826 11.5636C16.9419 2.14539 7.05806 2.1455 2.21737 11.5637C2.07795 11.835 2.07795 12.1651 2.21737 12.4364C7.05806 21.8546 16.9419 21.8545 21.7826 12.4363C21.922 12.165 21.922 11.8349 21.7826 11.5636Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\" fill=\"currentColor\"/>",
8770
8770
  "iconName": "eye-sparkle, magic eyes",
8771
8771
  "variant": {
8772
8772
  "join": "round",
@@ -8774,7 +8774,7 @@
8774
8774
  "radius": "1",
8775
8775
  "stroke": "1"
8776
8776
  },
8777
- "createdAt": "2025-02-15T21:11:34.111513+00:00",
8777
+ "createdAt": "2025-11-17T22:01:57.605819+00:00",
8778
8778
  "packageName": "round-outlined-radius-1-stroke-1",
8779
8779
  "componentName": "IconEyeSparkle"
8780
8780
  },
@@ -8932,6 +8932,20 @@
8932
8932
  "packageName": "round-outlined-radius-1-stroke-1",
8933
8933
  "componentName": "IconFastForward5s"
8934
8934
  },
8935
+ {
8936
+ "category": "Vehicles & Aircrafts",
8937
+ "svg": "<path d=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 16.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5008 16.5H20.618C21.1223 16.5 21.5477 16.1245 21.6103 15.624L22.2132 10.8004C22.2377 10.6045 22.2037 10.4058 22.1154 10.2292L20.5272 7.05279C20.3578 6.714 20.0115 6.5 19.6327 6.5H16.3008\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15L16.3957 5.59481C16.4516 5.00772 15.99 4.5 15.4002 4.5H4.42013C3.90004 4.5 3.46678 4.89866 3.42359 5.41695L3.25 7.5H8.5M4.5 16.5H3.5868C3.00176 16.5 2.54167 16 2.59025 15.417L2.79167 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 10.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8938
+ "iconName": "fast-shipping, truck, delivery",
8939
+ "variant": {
8940
+ "join": "round",
8941
+ "filled": "off",
8942
+ "radius": "1",
8943
+ "stroke": "1"
8944
+ },
8945
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
8946
+ "packageName": "round-outlined-radius-1-stroke-1",
8947
+ "componentName": "IconFastShipping"
8948
+ },
8935
8949
  {
8936
8950
  "category": "Edit",
8937
8951
  "svg": "<path d=\"M4.5 21.5C4.5 12.2754 8.04441 3.05088 18.5704 2.50131C19.1248 2.47237 19.5835 2.92753 19.4871 3.47214C18.829 7.1918 14.73 9.8739 14.73 9.8739L16.3378 11.0574C16.6676 11.3002 16.8137 11.7177 16.6546 12.0943C15.9233 13.825 13.1911 18.4961 5.00253 18.4961\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -17374,6 +17388,20 @@
17374
17388
  "packageName": "round-outlined-radius-1-stroke-1",
17375
17389
  "componentName": "IconShip"
17376
17390
  },
17391
+ {
17392
+ "category": "Vehicles & Aircrafts",
17393
+ "svg": "<path d=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 16.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.75 16.5H20.5C21.0523 16.5 21.5 16.0523 21.5 15.5V10.7361C21.5 10.5808 21.4639 10.4277 21.3944 10.2889L19.7764 7.05279C19.607 6.714 19.2607 6.5 18.882 6.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15V5.5C15.5 4.94772 15.0523 4.5 14.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V15.5C2.5 16.0523 2.94772 16.5 3.5 16.5H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
17394
+ "iconName": "shipping, truck, delivery",
17395
+ "variant": {
17396
+ "join": "round",
17397
+ "filled": "off",
17398
+ "radius": "1",
17399
+ "stroke": "1"
17400
+ },
17401
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
17402
+ "packageName": "round-outlined-radius-1-stroke-1",
17403
+ "componentName": "IconShipping"
17404
+ },
17377
17405
  {
17378
17406
  "category": "Shopping & Payment",
17379
17407
  "svg": "<path d=\"M15.4981 7.5C15.4981 9.433 13.9311 11 11.9981 11C10.0651 11 8.49808 9.433 8.49808 7.5M4.44271 4.44128L3.56035 19.4413C3.52657 20.0157 3.98326 20.5 4.55863 20.5H19.4375C20.0129 20.5 20.4696 20.0157 20.4358 19.4413L19.5534 4.44128C19.5224 3.91272 19.0846 3.5 18.5552 3.5H5.44098C4.91151 3.5 4.4738 3.91272 4.44271 4.44128Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20497,7 +20525,7 @@
20497
20525
  "componentName": "IconTrophy"
20498
20526
  },
20499
20527
  {
20500
- "category": "Shopping & Payment",
20528
+ "category": "Vehicles",
20501
20529
  "svg": "<path d=\"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z\" stroke=\"currentColor\"/><path d=\"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\" stroke=\"currentColor\"/><path d=\"M9.5 16.5H14.5\" stroke=\"currentColor\"/><path d=\"M4.5 16.5H3.5C2.94772 16.5 2.5 16.0523 2.5 15.5V10.7361C2.5 10.5808 2.53615 10.4277 2.60557 10.2889L4.22361 7.05279C4.393 6.714 4.73926 6.5 5.11803 6.5H8.5V15\" stroke=\"currentColor\"/><path d=\"M8.5 6.5V5.5C8.5 4.94772 8.94772 4.5 9.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V15.5C21.5 16.0523 21.0523 16.5 20.5 16.5H19\" stroke=\"currentColor\"/>",
20502
20530
  "iconName": "truck, delivery",
20503
20531
  "variant": {
@@ -20506,7 +20534,7 @@
20506
20534
  "radius": "1",
20507
20535
  "stroke": "1"
20508
20536
  },
20509
- "createdAt": "2025-02-15T21:11:33.829321+00:00",
20537
+ "createdAt": "2025-11-17T22:01:57.605819+00:00",
20510
20538
  "packageName": "round-outlined-radius-1-stroke-1",
20511
20539
  "componentName": "IconTruck"
20512
20540
  },
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-outlined-radius-1-stroke-1",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 68,
1183
1183
  "icons": [
1184
1184
  "IconAddToBasket",
1185
1185
  "IconAddToBasket2",
@@ -1243,7 +1243,6 @@
1243
1243
  "IconShoppingBagEdit2",
1244
1244
  "IconShoppingBagLike1",
1245
1245
  "IconShoppingBagLike2",
1246
- "IconTruck",
1247
1246
  "IconWallet1",
1248
1247
  "IconWallet2",
1249
1248
  "IconWallet3",
@@ -1692,8 +1691,12 @@
1692
1691
  "IconWrite"
1693
1692
  ]
1694
1693
  },
1694
+ "Vehicles": {
1695
+ "count": 1,
1696
+ "icons": ["IconTruck"]
1697
+ },
1695
1698
  "Vehicles & Aircrafts": {
1696
- "count": 32,
1699
+ "count": 34,
1697
1700
  "icons": [
1698
1701
  "IconAirplane",
1699
1702
  "IconAirplaneDown",
@@ -1722,9 +1725,11 @@
1722
1725
  "IconCar9Ev",
1723
1726
  "IconCarFrontView",
1724
1727
  "IconDeliveryBike",
1728
+ "IconFastShipping",
1725
1729
  "IconMountainBike",
1726
1730
  "IconRocket",
1727
1731
  "IconRoller",
1732
+ "IconShipping",
1728
1733
  "IconTrainFrontView",
1729
1734
  "IconUfo"
1730
1735
  ]
@@ -2393,6 +2398,7 @@
2393
2398
  "IconFastForward15s": "fast-forward-15s",
2394
2399
  "IconFastForward30s": "fast-forward-30s",
2395
2400
  "IconFastForward5s": "fast-forward-5s",
2401
+ "IconFastShipping": "fast-shipping, truck, delivery",
2396
2402
  "IconFeather": "feather, writing",
2397
2403
  "IconFeature": "feature, shine",
2398
2404
  "IconFigma": "figma",
@@ -2996,6 +3002,7 @@
2996
3002
  "IconShieldKeyhole": "shield-keyhole",
2997
3003
  "IconShift": "shift",
2998
3004
  "IconShip": "ship, changelog",
3005
+ "IconShipping": "shipping, truck, delivery",
2999
3006
  "IconShoppingBag1": "shopping-bag-1",
3000
3007
  "IconShoppingBag2": "shopping-bag-2",
3001
3008
  "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";