@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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 i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=u(o,n))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconEyeSparkle:()=>c,default:()=>P});module.exports=x(g);var p=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>p.default.createElement(L,{...r},p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.84265 11.9999C5.16302 16.4127 8.63937 18.4999 11.9999 18.4999C15.3605 18.4999 18.8369 16.4128 21.1572 12C18.8369 7.58725 15.3605 5.50003 11.9999 5.5C8.63936 5.49997 5.16301 7.58714 2.84265 11.9999ZM11.9999 4C16.1417 4.00003 20.1618 6.64058 22.6709 11.6649L22.8383 12L22.6709 12.3351C20.1618 17.3595 16.1417 20 11.9999 19.9999C7.8582 19.9999 3.83809 17.3593 1.32896 12.335L1.16162 11.9999L1.32896 11.6648C3.8381 6.64046 7.85821 3.99997 11.9999 4Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M10.6666 10.6666L11.9999 7.99997L13.3333 10.6666L15.9999 12L13.3333 13.3333L11.9999 16L10.6666 13.3333L7.99994 12L10.6666 10.6666Z",fill:"currentColor"})),P=c;0&&(module.exports={IconEyeSparkle});
1
+ "use strict";var u=Object.create;var n=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)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=L(o,t))||l.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconEyeSparkle:()=>i,default:()=>g});module.exports=d(h);var p=C(require("react"));var m=C(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 a=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(a.Path,{d:"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),p.default.createElement(a.Path,{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.84265 11.9999C5.16302 16.4127 8.63937 18.4999 11.9999 18.4999C15.3605 18.4999 18.8369 16.4128 21.1572 12C18.8369 7.58725 15.3605 5.50003 11.9999 5.5C8.63936 5.49997 5.16301 7.58714 2.84265 11.9999ZM11.9999 4C16.1417 4.00003 20.1618 6.64058 22.6709 11.6649L22.8383 12L22.6709 12.3351C20.1618 17.3595 16.1417 20 11.9999 19.9999C7.8582 19.9999 3.83809 17.3593 1.32896 12.335L1.16162 11.9999L1.32896 11.6648C3.8381 6.64046 7.85821 3.99997 11.9999 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.6666 10.6666L11.9999 7.99997L13.3333 10.6666L15.9999 12L13.3333 13.3333L11.9999 16L10.6666 13.3333L7.99994 12L10.6666 10.6666Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,mcACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,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
+ {"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=\"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z\"\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,6FACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,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 l from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(C,{...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 a=o=>e.createElement(n,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.84265 11.9999C5.16302 16.4127 8.63937 18.4999 11.9999 18.4999C15.3605 18.4999 18.8369 16.4128 21.1572 12C18.8369 7.58725 15.3605 5.50003 11.9999 5.5C8.63936 5.49997 5.16301 7.58714 2.84265 11.9999ZM11.9999 4C16.1417 4.00003 20.1618 6.64058 22.6709 11.6649L22.8383 12L22.6709 12.3351C20.1618 17.3595 16.1417 20 11.9999 19.9999C7.8582 19.9999 3.83809 17.3593 1.32896 12.335L1.16162 11.9999L1.32896 11.6648C3.8381 6.64046 7.85821 3.99997 11.9999 4Z",fill:"currentColor"}),e.createElement(t,{d:"M10.6666 10.6666L11.9999 7.99997L13.3333 10.6666L15.9999 12L13.3333 13.3333L11.9999 16L10.6666 13.3333L7.99994 12L10.6666 10.6666Z",fill:"currentColor"})),I=a;export{a as IconEyeSparkle,I as default};
1
+ import e from"react";import a from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(n,{d:"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.createElement(n,{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",fill:"currentColor"})),x=s;export{s 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.84265 11.9999C5.16302 16.4127 8.63937 18.4999 11.9999 18.4999C15.3605 18.4999 18.8369 16.4128 21.1572 12C18.8369 7.58725 15.3605 5.50003 11.9999 5.5C8.63936 5.49997 5.16301 7.58714 2.84265 11.9999ZM11.9999 4C16.1417 4.00003 20.1618 6.64058 22.6709 11.6649L22.8383 12L22.6709 12.3351C20.1618 17.3595 16.1417 20 11.9999 19.9999C7.8582 19.9999 3.83809 17.3593 1.32896 12.335L1.16162 11.9999L1.32896 11.6648C3.8381 6.64046 7.85821 3.99997 11.9999 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.6666 10.6666L11.9999 7.99997L13.3333 10.6666L15.9999 12L13.3333 13.3333L11.9999 16L10.6666 13.3333L7.99994 12L10.6666 10.6666Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,mcACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,KAAK,eACP,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=\"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z\"\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,6FACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,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 p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!B.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=h(o,C))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var H={};I(H,{IconFastShipping:()=>u,default:()=>x});module.exports=g(H);var e=i(require("react"));var m=i(require("react")),a=require("react-native-svg"),d=({children:r,size:o=24,...t})=>m.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(d,{...r},e.default.createElement(n.Path,{d:"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M14 16.25H9.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19.2857 16.25H21.25L22 10L19.75 6.75H16.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.64375 16.25H2.74981L3.05 13.25M15.2498 14.5L16.2498 4.75H3.74981L3.48894 7.75H8.74981M2 10.75H7.00004",stroke:"currentColor",strokeWidth:"1.5"})),x=u;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.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M14 16.25H9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M19.2857 16.25H21.25L22 10L19.75 6.75H16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.64375 16.25H2.74981L3.05 13.25M15.2498 14.5L16.2498 4.75H3.74981L3.48894 7.75H8.74981M2 10.75H7.00004\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gLACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2GACF,OAAO,eACP,YAAY,MACd,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 s}from"react-native-svg";var n=({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 t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M14 16.25H9.5",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M19.2857 16.25H21.25L22 10L19.75 6.75H16.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M4.64375 16.25H2.74981L3.05 13.25M15.2498 14.5L16.2498 4.75H3.74981L3.48894 7.75H8.74981M2 10.75H7.00004",stroke:"currentColor",strokeWidth:"1.5"})),B=l;export{l 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.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M14 16.25H9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M19.2857 16.25H21.25L22 10L19.75 6.75H16.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.64375 16.25H2.74981L3.05 13.25M15.2498 14.5L16.2498 4.75H3.74981L3.48894 7.75H8.74981M2 10.75H7.00004\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gLACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChEG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2GACF,OAAO,eACP,YAAY,MACd,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 c=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!B.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=h(o,C))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?c(f(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconShipping:()=>u,default:()=>x});module.exports=g(P);var e=i(require("react"));var m=i(require("react")),d=require("react-native-svg"),a=({children:r,size:o=24,...t})=>m.default.createElement(d.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M14 16.25H9.5",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M19.2857 16.25H21.25V10L19 6.75H15.25",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M4.64394 16.25H2.75V4.75H15.25V14.5",stroke:"currentColor",strokeWidth:"1.5"})),x=u;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.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M14 16.25H9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M19.2857 16.25H21.25V10L19 6.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.64394 16.25H2.75V4.75H15.25V14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gLACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,wCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,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 n=({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 t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M14 16.25H9.5",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M19.2857 16.25H21.25V10L19 6.75H15.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M4.64394 16.25H2.75V4.75H15.25V14.5",stroke:"currentColor",strokeWidth:"1.5"})),B=l;export{l 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.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M14 16.25H9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M19.2857 16.25H21.25V10L19 6.75H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M4.64394 16.25H2.75V4.75H15.25V14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gLACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChEG,EAAA,cAACH,EAAA,CACC,EAAE,wCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.84265 11.9999C5.16302 16.4127 8.63937 18.4999 11.9999 18.4999C15.3605 18.4999 18.8369 16.4128 21.1572 12C18.8369 7.58725 15.3605 5.50003 11.9999 5.5C8.63936 5.49997 5.16301 7.58714 2.84265 11.9999ZM11.9999 4C16.1417 4.00003 20.1618 6.64058 22.6709 11.6649L22.8383 12L22.6709 12.3351C20.1618 17.3595 16.1417 20 11.9999 19.9999C7.8582 19.9999 3.83809 17.3593 1.32896 12.335L1.16162 11.9999L1.32896 11.6648C3.8381 6.64046 7.85821 3.99997 11.9999 4Z\" fill=\"currentColor\"/><path d=\"M10.6666 10.6666L11.9999 7.99997L13.3333 10.6666L15.9999 12L13.3333 13.3333L11.9999 16L10.6666 13.3333L7.99994 12L10.6666 10.6666Z\" fill=\"currentColor\"/>",
8769
+ "svg": "<path d=\"M2 11.9999C6.82745 2.33329 17.1725 2.3334 22 12C17.1725 21.6666 6.82745 21.6665 2 11.9999Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z\" fill=\"currentColor\"/>",
8770
8770
  "iconName": "eye-sparkle, magic eyes",
8771
8771
  "variant": {
8772
8772
  "join": "square",
@@ -8774,7 +8774,7 @@
8774
8774
  "radius": "0",
8775
8775
  "stroke": "1.5"
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": "square-outlined-radius-0-stroke-1.5",
8779
8779
  "componentName": "IconEyeSparkle"
8780
8780
  },
@@ -8932,6 +8932,20 @@
8932
8932
  "packageName": "square-outlined-radius-0-stroke-1.5",
8933
8933
  "componentName": "IconFastForward5s"
8934
8934
  },
8935
+ {
8936
+ "category": "Vehicles & Aircrafts",
8937
+ "svg": "<path d=\"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M14 16.25H9.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.2857 16.25H21.25L22 10L19.75 6.75H16.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.64375 16.25H2.74981L3.05 13.25M15.2498 14.5L16.2498 4.75H3.74981L3.48894 7.75H8.74981M2 10.75H7.00004\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
8938
+ "iconName": "fast-shipping, truck, delivery",
8939
+ "variant": {
8940
+ "join": "square",
8941
+ "filled": "off",
8942
+ "radius": "0",
8943
+ "stroke": "1.5"
8944
+ },
8945
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
8946
+ "packageName": "square-outlined-radius-0-stroke-1.5",
8947
+ "componentName": "IconFastShipping"
8948
+ },
8935
8949
  {
8936
8950
  "category": "Edit",
8937
8951
  "svg": "<path d=\"M4.75 21.25C4.75 12 8.375 2.75 19.25 2.75C19.25 6.86111 14.5893 9.94444 14.5893 9.94444L16.6607 11.4861C16.6607 11.4861 14.5893 18.1667 5.5 18.1667\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -17374,6 +17388,20 @@
17374
17388
  "packageName": "square-outlined-radius-0-stroke-1.5",
17375
17389
  "componentName": "IconShip"
17376
17390
  },
17391
+ {
17392
+ "category": "Vehicles & Aircrafts",
17393
+ "svg": "<path d=\"M14.25 16.75C14.25 18.1307 15.3693 19.25 16.75 19.25C18.1307 19.25 19.25 18.1307 19.25 16.75C19.25 15.3693 18.1307 14.25 16.75 14.25C15.3693 14.25 14.25 15.3693 14.25 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.75 16.75C4.75 18.1307 5.86929 19.25 7.25 19.25C8.63071 19.25 9.75 18.1307 9.75 16.75C9.75 15.3693 8.63071 14.25 7.25 14.25C5.86929 14.25 4.75 15.3693 4.75 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M14 16.25H9.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.2857 16.25H21.25V10L19 6.75H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.64394 16.25H2.75V4.75H15.25V14.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
17394
+ "iconName": "shipping, truck, delivery",
17395
+ "variant": {
17396
+ "join": "square",
17397
+ "filled": "off",
17398
+ "radius": "0",
17399
+ "stroke": "1.5"
17400
+ },
17401
+ "createdAt": "2025-11-16T19:00:31.500832+00:00",
17402
+ "packageName": "square-outlined-radius-0-stroke-1.5",
17403
+ "componentName": "IconShipping"
17404
+ },
17377
17405
  {
17378
17406
  "category": "Shopping & Payment",
17379
17407
  "svg": "<path d=\"M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8M4.75 3.75L3.75 20.25H20.25L19.25 3.75H4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -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.75 16.75C9.75 18.1307 8.63071 19.25 7.25 19.25C5.86929 19.25 4.75 18.1307 4.75 16.75C4.75 15.3693 5.86929 14.25 7.25 14.25C8.63071 14.25 9.75 15.3693 9.75 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.25 16.75C19.25 18.1307 18.1307 19.25 16.75 19.25C15.3693 19.25 14.25 18.1307 14.25 16.75C14.25 15.3693 15.3693 14.25 16.75 14.25C18.1307 14.25 19.25 15.3693 19.25 16.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10 16.25H14.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.71429 16.25H2.75V10L5 6.75H8.75V15\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.3561 16.25H21.25V4.75H8.75V6.84091\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
20502
20530
  "iconName": "truck, delivery",
20503
20531
  "variant": {
@@ -20506,7 +20534,7 @@
20506
20534
  "radius": "0",
20507
20535
  "stroke": "1.5"
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": "square-outlined-radius-0-stroke-1.5",
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/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 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";