@central-icons-react-native/square-filled-radius-0-stroke-2 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.
- package/IconEyeSparkle/index.js +1 -1
- package/IconEyeSparkle/index.js.map +1 -1
- package/IconEyeSparkle/index.mjs +1 -1
- package/IconEyeSparkle/index.mjs.map +1 -1
- package/IconFastShipping/index.d.ts +4 -0
- package/IconFastShipping/index.js +2 -0
- package/IconFastShipping/index.js.map +1 -0
- package/IconFastShipping/index.mjs +2 -0
- package/IconFastShipping/index.mjs.map +1 -0
- package/IconShipping/index.d.ts +4 -0
- package/IconShipping/index.js +2 -0
- package/IconShipping/index.js.map +1 -0
- package/IconShipping/index.mjs +2 -0
- package/IconShipping/index.mjs.map +1 -0
- package/README.md +6 -1
- package/filtered-icons.json +32 -4
- package/icons/index.d.ts +2 -0
- package/icons-index.json +12 -5
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +15 -1
package/IconEyeSparkle/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconEyeSparkle:()=>f,default:()=>P});module.exports=x(g);var p=C(require("react"));var m=C(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(L,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconEyeSparkle:()=>f,default:()=>P});module.exports=x(g);var p=C(require("react"));var m=C(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(L,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.001 4C16.2401 4.00003 20.3391 6.61173 22.8887 11.541L23.127 12L22.8887 12.459C20.3391 17.3883 16.2401 19.9999 12.001 20C7.76182 20 3.66189 17.3883 1.1123 12.459L0.875 12L1.1123 11.541C3.66189 6.61168 7.76183 4.00003 12.001 4ZM10.5996 10.5996L8 11.5996V12.4004L10.5996 13.4004L11.5996 16H12.4004L13.4004 13.4004L16 12.4004V11.5996L13.4004 10.5996L12.4004 8H11.5996L10.5996 10.5996Z",fill:"currentColor"})),P=f;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=\"
|
|
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=\"M12.001 4C16.2401 4.00003 20.3391 6.61173 22.8887 11.541L23.127 12L22.8887 12.459C20.3391 17.3883 16.2401 19.9999 12.001 20C7.76182 20 3.66189 17.3883 1.1123 12.459L0.875 12L1.1123 11.541C3.66189 6.61168 7.76183 4.00003 12.001 4ZM10.5996 10.5996L8 11.5996V12.4004L10.5996 13.4004L11.5996 16H12.4004L13.4004 13.4004L16 12.4004V11.5996L13.4004 10.5996L12.4004 8H11.5996L10.5996 10.5996Z\"\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,mYACF,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"]}
|
package/IconEyeSparkle/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.001 4C16.2401 4.00003 20.3391 6.61173 22.8887 11.541L23.127 12L22.8887 12.459C20.3391 17.3883 16.2401 19.9999 12.001 20C7.76182 20 3.66189 17.3883 1.1123 12.459L0.875 12L1.1123 11.541C3.66189 6.61168 7.76183 4.00003 12.001 4ZM10.5996 10.5996L8 11.5996V12.4004L10.5996 13.4004L11.5996 16H12.4004L13.4004 13.4004L16 12.4004V11.5996L13.4004 10.5996L12.4004 8H11.5996L10.5996 10.5996Z",fill:"currentColor"})),d=C;export{C as IconEyeSparkle,d 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=\"
|
|
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=\"M12.001 4C16.2401 4.00003 20.3391 6.61173 22.8887 11.541L23.127 12L22.8887 12.459C20.3391 17.3883 16.2401 19.9999 12.001 20C7.76182 20 3.66189 17.3883 1.1123 12.459L0.875 12L1.1123 11.541C3.66189 6.61168 7.76183 4.00003 12.001 4ZM10.5996 10.5996L8 11.5996V12.4004L10.5996 13.4004L11.5996 16H12.4004L13.4004 13.4004L16 12.4004V11.5996L13.4004 10.5996L12.4004 8H11.5996L10.5996 10.5996Z\"\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,mYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!g.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(l=H(o,C))||l.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>a(p({},"__esModule",{value:!0}),r);var d={};x(d,{IconFastShipping:()=>c,default:()=>P});module.exports=L(d);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(s.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 e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M14.7373 13.9082C13.5544 14.4898 12.702 15.6388 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2L2.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M22.7881 9.75488L21.8828 17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.4005 13.5 16.3018 13.5046 16.2041 13.5117L16.8301 6H20.2852L22.7881 9.75488Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z",fill:"currentColor"})),P=c;0&&(module.exports={IconFastShipping});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFastShipping/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFastShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7373 13.9082C13.5544 14.4898 12.702 15.6388 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2L2.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.7881 9.75488L21.8828 17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.4005 13.5 16.3018 13.5046 16.2041 13.5117L16.8301 6H20.2852L22.7881 9.75488Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFastShipping_exports","__export","IconFastShipping","IconFastShipping_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:t,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(C,{...t},o.createElement(n,{d:"M14.7373 13.9082C13.5544 14.4898 12.702 15.6388 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2L2.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z",fill:"currentColor"}),o.createElement(n,{d:"M22.7881 9.75488L21.8828 17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.4005 13.5 16.3018 13.5046 16.2041 13.5117L16.8301 6H20.2852L22.7881 9.75488Z",fill:"currentColor"}),o.createElement(n,{d:"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z",fill:"currentColor"}),o.createElement(n,{d:"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z",fill:"currentColor"})),g=a;export{a as IconFastShipping,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFastShipping/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFastShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7373 13.9082C13.5544 14.4898 12.702 15.6388 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2L2.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.7881 9.75488L21.8828 17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.4005 13.5 16.3018 13.5046 16.2041 13.5117L16.8301 6H20.2852L22.7881 9.75488Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(g(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconShipping:()=>c,default:()=>h});module.exports=d(v);var t=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...n})=>a.default.createElement(i.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 e=require("react-native-svg"),c=r=>t.default.createElement(s,{...r},t.default.createElement(e.Path,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14.5 14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2V4H14.5V14.0361Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M22 9.69727V17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H19.5352L22 9.69727Z",fill:"currentColor"})),h=c;0&&(module.exports={IconShipping});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShipping/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5 14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2V4H14.5V14.0361Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.69727V17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H19.5352L22 9.69727Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShipping_exports","__export","IconShipping","IconShipping_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:t,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(C,{...t},o.createElement(n,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),o.createElement(n,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),o.createElement(n,{d:"M14.5 14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2V4H14.5V14.0361Z",fill:"currentColor"}),o.createElement(n,{d:"M22 9.69727V17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H19.5352L22 9.69727Z",fill:"currentColor"})),x=f;export{f as IconShipping,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShipping/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShipping: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5 14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2V4H14.5V14.0361Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.69727V17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H19.5352L22 9.69727Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,KAAK,eACP,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
|
|
package/filtered-icons.json
CHANGED
|
@@ -8766,7 +8766,7 @@
|
|
|
8766
8766
|
},
|
|
8767
8767
|
{
|
|
8768
8768
|
"category": "AI & Magic",
|
|
8769
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
8769
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.001 4C16.2401 4.00003 20.3391 6.61173 22.8887 11.541L23.127 12L22.8887 12.459C20.3391 17.3883 16.2401 19.9999 12.001 20C7.76182 20 3.66189 17.3883 1.1123 12.459L0.875 12L1.1123 11.541C3.66189 6.61168 7.76183 4.00003 12.001 4ZM10.5996 10.5996L8 11.5996V12.4004L10.5996 13.4004L11.5996 16H12.4004L13.4004 13.4004L16 12.4004V11.5996L13.4004 10.5996L12.4004 8H11.5996L10.5996 10.5996Z\" 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": "2"
|
|
8776
8776
|
},
|
|
8777
|
-
"createdAt": "2025-
|
|
8777
|
+
"createdAt": "2025-11-17T22:01:57.605819+00:00",
|
|
8778
8778
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
8779
8779
|
"componentName": "IconEyeSparkle"
|
|
8780
8780
|
},
|
|
@@ -8932,6 +8932,20 @@
|
|
|
8932
8932
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
8933
8933
|
"componentName": "IconFastForward5s"
|
|
8934
8934
|
},
|
|
8935
|
+
{
|
|
8936
|
+
"category": "Vehicles & Aircrafts",
|
|
8937
|
+
"svg": "<path d=\"M14.7373 13.9082C13.5544 14.4898 12.702 15.6388 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2L2.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z\" fill=\"currentColor\"/><path d=\"M22.7881 9.75488L21.8828 17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.4005 13.5 16.3018 13.5046 16.2041 13.5117L16.8301 6H20.2852L22.7881 9.75488Z\" fill=\"currentColor\"/><path d=\"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z\" fill=\"currentColor\"/><path d=\"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z\" fill=\"currentColor\"/>",
|
|
8938
|
+
"iconName": "fast-shipping, truck, delivery",
|
|
8939
|
+
"variant": {
|
|
8940
|
+
"join": "square",
|
|
8941
|
+
"filled": "on",
|
|
8942
|
+
"radius": "0",
|
|
8943
|
+
"stroke": "2"
|
|
8944
|
+
},
|
|
8945
|
+
"createdAt": "2025-11-16T19:00:31.500832+00:00",
|
|
8946
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
8947
|
+
"componentName": "IconFastShipping"
|
|
8948
|
+
},
|
|
8935
8949
|
{
|
|
8936
8950
|
"category": "Edit",
|
|
8937
8951
|
"svg": "<path d=\"M6 21C6 20.3294 6.01999 19.6613 6.06112 18.9995C10.3559 18.9688 17.2175 16.2636 17.6626 11.1219L16.1453 9.98395C16.5449 9.64005 17.0183 9.19679 17.4933 8.66896C18.679 7.35147 20 5.36811 20 3V2H19C13.4088 2 9.59397 4.42358 7.22335 8.0811C4.89114 11.6794 4 16.396 4 21V22H6V21Z\" fill=\"currentColor\"/>",
|
|
@@ -17374,6 +17388,20 @@
|
|
|
17374
17388
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
17375
17389
|
"componentName": "IconShip"
|
|
17376
17390
|
},
|
|
17391
|
+
{
|
|
17392
|
+
"category": "Vehicles & Aircrafts",
|
|
17393
|
+
"svg": "<path d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\" fill=\"currentColor\"/><path d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\" fill=\"currentColor\"/><path d=\"M14.5 14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.46025 13.5 3.77835 15.0269 3.53223 17H2V4H14.5V14.0361Z\" fill=\"currentColor\"/><path d=\"M22 9.69727V17H20.4678C20.2217 15.0269 18.5398 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H19.5352L22 9.69727Z\" fill=\"currentColor\"/>",
|
|
17394
|
+
"iconName": "shipping, truck, delivery",
|
|
17395
|
+
"variant": {
|
|
17396
|
+
"join": "square",
|
|
17397
|
+
"filled": "on",
|
|
17398
|
+
"radius": "0",
|
|
17399
|
+
"stroke": "2"
|
|
17400
|
+
},
|
|
17401
|
+
"createdAt": "2025-11-16T19:00:31.500832+00:00",
|
|
17402
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
17403
|
+
"componentName": "IconShipping"
|
|
17404
|
+
},
|
|
17377
17405
|
{
|
|
17378
17406
|
"category": "Shopping & Payment",
|
|
17379
17407
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.0625 3H19.9414L21.0664 21H2.9375L4.0625 3ZM10.002 8V7H8.00195V8C8.00195 10.2091 9.79281 12 12.002 12C14.2111 12 16.002 10.2091 16.002 8V7H14.002V8C14.002 9.10457 13.1065 10 12.002 10C10.8974 10 10.002 9.10457 10.002 8Z\" fill=\"currentColor\"/>",
|
|
@@ -20497,7 +20525,7 @@
|
|
|
20497
20525
|
"componentName": "IconTrophy"
|
|
20498
20526
|
},
|
|
20499
20527
|
{
|
|
20500
|
-
"category": "
|
|
20528
|
+
"category": "Vehicles",
|
|
20501
20529
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4H8V6H4.46482L2 9.69722V17H4.03544C4.27806 18.6961 5.73676 20 7.5 20C9.26324 20 10.7219 18.6961 10.9646 17H13.0354C13.2781 18.6961 14.7368 20 16.5 20C18.2632 20 19.7219 18.6961 19.9646 17H22V4ZM16.5 15C15.6716 15 15 15.6716 15 16.5C15 17.3284 15.6716 18 16.5 18C17.3284 18 18 17.3284 18 16.5C18 15.6716 17.3284 15 16.5 15ZM8 13.0354V8H5.53518L4 10.3028V15H4.33682C4.89855 13.8175 6.1038 13 7.5 13C7.66976 13 7.8367 13.0121 8 13.0354ZM9 16.5C9 17.3284 8.32843 18 7.5 18C6.67157 18 6 17.3284 6 16.5C6 15.6716 6.67157 15 7.5 15C8.32843 15 9 15.6716 9 16.5Z\" fill=\"currentColor\"/>",
|
|
20502
20530
|
"iconName": "truck, delivery",
|
|
20503
20531
|
"variant": {
|
|
@@ -20506,7 +20534,7 @@
|
|
|
20506
20534
|
"radius": "0",
|
|
20507
20535
|
"stroke": "2"
|
|
20508
20536
|
},
|
|
20509
|
-
"createdAt": "2025-
|
|
20537
|
+
"createdAt": "2025-11-17T22:01:57.605819+00:00",
|
|
20510
20538
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.33",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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":
|
|
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":
|
|
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";
|