@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.31 → 1.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- 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 +14 -0
|
@@ -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 H=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var L={};H(L,{IconFastShipping:()=>c,default:()=>d});module.exports=P(L);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(i,{...r},n.default.createElement(e.Path,{d:"M12.259 4C14.0064 4.00017 15.3843 5.48819 15.2502 7.23047L14.7356 13.9082C13.5867 14.4731 12.748 15.573 12.5452 16.8828C12.2824 16.9579 12.0058 17 11.72 17H11.4661C11.2199 15.0269 9.53803 13.5 7.49828 13.5C5.6253 13.5 4.05254 14.7873 3.61742 16.5254C2.72381 15.9502 2.15921 14.9147 2.2473 13.7695L2.38304 12H4.99828C5.55056 12 5.99828 11.5523 5.99828 11C5.99828 10.4477 5.55056 10 4.99828 10H2.53734L2.69066 8H6.99828C7.55056 8 7.99828 7.55228 7.99828 7C7.99828 6.44772 7.55056 6 6.99828 6H2.95043C3.36455 4.82824 4.47872 4 5.7766 4H12.259Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M18.678 6C19.681 6.00002 20.6177 6.50138 21.1741 7.33594L22.1672 8.82617C22.5666 9.4252 22.7379 10.1479 22.6487 10.8623L22.2092 14.3721C22.0741 15.4533 21.3731 16.3374 20.427 16.749C20.0755 14.8989 18.4507 13.5 16.4983 13.5C16.3987 13.5 16.3001 13.5046 16.2024 13.5117L16.8284 6H18.678Z",fill:"currentColor"}),n.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"}),n.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"})),d=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=\"M12.259 4C14.0064 4.00017 15.3843 5.48819 15.2502 7.23047L14.7356 13.9082C13.5867 14.4731 12.748 15.573 12.5452 16.8828C12.2824 16.9579 12.0058 17 11.72 17H11.4661C11.2199 15.0269 9.53803 13.5 7.49828 13.5C5.6253 13.5 4.05254 14.7873 3.61742 16.5254C2.72381 15.9502 2.15921 14.9147 2.2473 13.7695L2.38304 12H4.99828C5.55056 12 5.99828 11.5523 5.99828 11C5.99828 10.4477 5.55056 10 4.99828 10H2.53734L2.69066 8H6.99828C7.55056 8 7.99828 7.55228 7.99828 7C7.99828 6.44772 7.55056 6 6.99828 6H2.95043C3.36455 4.82824 4.47872 4 5.7766 4H12.259Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.678 6C19.681 6.00002 20.6177 6.50138 21.1741 7.33594L22.1672 8.82617C22.5666 9.4252 22.7379 10.1479 22.6487 10.8623L22.2092 14.3721C22.0741 15.4533 21.3731 16.3374 20.427 16.749C20.0755 14.8989 18.4507 13.5 16.4983 13.5C16.3987 13.5 16.3001 13.5046 16.2024 13.5117L16.8284 6H18.678Z\"\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,+hBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iSACF,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 t=({children:n,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(C,{d:"M12.259 4C14.0064 4.00017 15.3843 5.48819 15.2502 7.23047L14.7356 13.9082C13.5867 14.4731 12.748 15.573 12.5452 16.8828C12.2824 16.9579 12.0058 17 11.72 17H11.4661C11.2199 15.0269 9.53803 13.5 7.49828 13.5C5.6253 13.5 4.05254 14.7873 3.61742 16.5254C2.72381 15.9502 2.15921 14.9147 2.2473 13.7695L2.38304 12H4.99828C5.55056 12 5.99828 11.5523 5.99828 11C5.99828 10.4477 5.55056 10 4.99828 10H2.53734L2.69066 8H6.99828C7.55056 8 7.99828 7.55228 7.99828 7C7.99828 6.44772 7.55056 6 6.99828 6H2.95043C3.36455 4.82824 4.47872 4 5.7766 4H12.259Z",fill:"currentColor"}),o.createElement(C,{d:"M18.678 6C19.681 6.00002 20.6177 6.50138 21.1741 7.33594L22.1672 8.82617C22.5666 9.4252 22.7379 10.1479 22.6487 10.8623L22.2092 14.3721C22.0741 15.4533 21.3731 16.3374 20.427 16.749C20.0755 14.8989 18.4507 13.5 16.4983 13.5C16.3987 13.5 16.3001 13.5046 16.2024 13.5117L16.8284 6H18.678Z",fill:"currentColor"}),o.createElement(C,{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(C,{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"})),x=a;export{a as IconFastShipping,x 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=\"M12.259 4C14.0064 4.00017 15.3843 5.48819 15.2502 7.23047L14.7356 13.9082C13.5867 14.4731 12.748 15.573 12.5452 16.8828C12.2824 16.9579 12.0058 17 11.72 17H11.4661C11.2199 15.0269 9.53803 13.5 7.49828 13.5C5.6253 13.5 4.05254 14.7873 3.61742 16.5254C2.72381 15.9502 2.15921 14.9147 2.2473 13.7695L2.38304 12H4.99828C5.55056 12 5.99828 11.5523 5.99828 11C5.99828 10.4477 5.55056 10 4.99828 10H2.53734L2.69066 8H6.99828C7.55056 8 7.99828 7.55228 7.99828 7C7.99828 6.44772 7.55056 6 6.99828 6H2.95043C3.36455 4.82824 4.47872 4 5.7766 4H12.259Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.678 6C19.681 6.00002 20.6177 6.50138 21.1741 7.33594L22.1672 8.82617C22.5666 9.4252 22.7379 10.1479 22.6487 10.8623L22.2092 14.3721C22.0741 15.4533 21.3731 16.3374 20.427 16.749C20.0755 14.8989 18.4507 13.5 16.4983 13.5C16.3987 13.5 16.3001 13.5046 16.2024 13.5117L16.8284 6H18.678Z\"\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,+hBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iSACF,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 C in o)p(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&p(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(g(r)):{},f(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconShipping:()=>c,default:()=>h});module.exports=d(v);var n=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>a.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(e.Path,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M11.5 4C13.1569 4 14.5 5.34315 14.5 7V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.58342 13.5 3.98146 14.8479 3.59082 16.6475C2.64465 16.1428 2 15.1472 2 14V7C2 5.34315 3.34315 4 5 4H11.5Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M17.9297 6C18.9327 6.00002 19.8694 6.50136 20.4258 7.33594L21.4961 8.94141C21.8246 9.43419 22 10.0132 22 10.6055V13C22 14.3503 21.3294 15.5423 20.3047 16.2666C19.7846 14.6613 18.2786 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H17.9297Z",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=\"M11.5 4C13.1569 4 14.5 5.34315 14.5 7V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.58342 13.5 3.98146 14.8479 3.59082 16.6475C2.64465 16.1428 2 15.1472 2 14V7C2 5.34315 3.34315 4 5 4H11.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9297 6C18.9327 6.00002 19.8694 6.50136 20.4258 7.33594L21.4961 8.94141C21.8246 9.43419 22 10.0132 22 10.6055V13C22 14.3503 21.3294 15.5423 20.3047 16.2666C19.7846 14.6613 18.2786 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H17.9297Z\"\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,qPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2PACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShipping_exports","__export","IconShipping","IconShipping_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z",fill:"currentColor"}),o.createElement(C,{d:"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z",fill:"currentColor"}),o.createElement(C,{d:"M11.5 4C13.1569 4 14.5 5.34315 14.5 7V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.58342 13.5 3.98146 14.8479 3.59082 16.6475C2.64465 16.1428 2 15.1472 2 14V7C2 5.34315 3.34315 4 5 4H11.5Z",fill:"currentColor"}),o.createElement(C,{d:"M17.9297 6C18.9327 6.00002 19.8694 6.50136 20.4258 7.33594L21.4961 8.94141C21.8246 9.43419 22 10.0132 22 10.6055V13C22 14.3503 21.3294 15.5423 20.3047 16.2666C19.7846 14.6613 18.2786 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H17.9297Z",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=\"M11.5 4C13.1569 4 14.5 5.34315 14.5 7V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.58342 13.5 3.98146 14.8479 3.59082 16.6475C2.64465 16.1428 2 15.1472 2 14V7C2 5.34315 3.34315 4 5 4H11.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9297 6C18.9327 6.00002 19.8694 6.50136 20.4258 7.33594L21.4961 8.94141C21.8246 9.43419 22 10.0132 22 10.6055V13C22 14.3503 21.3294 15.5423 20.3047 16.2666C19.7846 14.6613 18.2786 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H17.9297Z\"\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,qPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2PACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
|
package/README.md
CHANGED
|
@@ -1284,6 +1284,7 @@ Below is a complete list of available icons:
|
|
|
1284
1284
|
- IconDollar
|
|
1285
1285
|
- IconEuro
|
|
1286
1286
|
- IconFastDelivery
|
|
1287
|
+
- IconFastShipping
|
|
1287
1288
|
- IconGift1
|
|
1288
1289
|
- IconGift2
|
|
1289
1290
|
- IconGiftBox
|
|
@@ -1313,6 +1314,7 @@ Below is a complete list of available icons:
|
|
|
1313
1314
|
- IconReceiptTax
|
|
1314
1315
|
- IconRemoveFromBasket
|
|
1315
1316
|
- IconRemoveFromBasket2
|
|
1317
|
+
- IconShipping
|
|
1316
1318
|
- IconShoppingBag1
|
|
1317
1319
|
- IconShoppingBag2
|
|
1318
1320
|
- IconShoppingBag3
|
package/filtered-icons.json
CHANGED
|
@@ -8932,6 +8932,20 @@
|
|
|
8932
8932
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
8933
8933
|
"componentName": "IconFastForward5s"
|
|
8934
8934
|
},
|
|
8935
|
+
{
|
|
8936
|
+
"category": "Shopping & Payment",
|
|
8937
|
+
"svg": "<path d=\"M12.259 4C14.0064 4.00017 15.3843 5.48819 15.2502 7.23047L14.7356 13.9082C13.5867 14.4731 12.748 15.573 12.5452 16.8828C12.2824 16.9579 12.0058 17 11.72 17H11.4661C11.2199 15.0269 9.53803 13.5 7.49828 13.5C5.6253 13.5 4.05254 14.7873 3.61742 16.5254C2.72381 15.9502 2.15921 14.9147 2.2473 13.7695L2.38304 12H4.99828C5.55056 12 5.99828 11.5523 5.99828 11C5.99828 10.4477 5.55056 10 4.99828 10H2.53734L2.69066 8H6.99828C7.55056 8 7.99828 7.55228 7.99828 7C7.99828 6.44772 7.55056 6 6.99828 6H2.95043C3.36455 4.82824 4.47872 4 5.7766 4H12.259Z\" fill=\"currentColor\"/><path d=\"M18.678 6C19.681 6.00002 20.6177 6.50138 21.1741 7.33594L22.1672 8.82617C22.5666 9.4252 22.7379 10.1479 22.6487 10.8623L22.2092 14.3721C22.0741 15.4533 21.3731 16.3374 20.427 16.749C20.0755 14.8989 18.4507 13.5 16.4983 13.5C16.3987 13.5 16.3001 13.5046 16.2024 13.5117L16.8284 6H18.678Z\" 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": "round",
|
|
8941
|
+
"filled": "on",
|
|
8942
|
+
"radius": "2",
|
|
8943
|
+
"stroke": "2"
|
|
8944
|
+
},
|
|
8945
|
+
"createdAt": "2025-11-16T19:00:31.500832+00:00",
|
|
8946
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
8947
|
+
"componentName": "IconFastShipping"
|
|
8948
|
+
},
|
|
8935
8949
|
{
|
|
8936
8950
|
"category": "Edit",
|
|
8937
8951
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.3669 2.81386C19.9317 3.41733 20.1808 4.30379 19.856 5.20547C19.242 6.91 18.0633 8.3033 17.0908 9.24445C16.8252 9.50148 16.5702 9.72939 16.339 9.92542C17.2326 10.6946 17.684 12.0253 16.9913 13.2263C15.7713 15.3417 12.687 18.9424 6.0627 18.9823C6.02049 19.6499 6 20.3237 6 21C6 21.5523 5.55228 22 5 22C4.44772 22 4 21.5523 4 21C4 16.6714 4.7935 12.2517 6.83137 8.74116C8.89392 5.18809 12.2173 2.6016 17.1192 2.01951C17.9856 1.91663 18.8169 2.22623 19.3669 2.81386Z\" fill=\"currentColor\"/>",
|
|
@@ -17374,6 +17388,20 @@
|
|
|
17374
17388
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
17375
17389
|
"componentName": "IconShip"
|
|
17376
17390
|
},
|
|
17391
|
+
{
|
|
17392
|
+
"category": "Shopping & Payment",
|
|
17393
|
+
"svg": "<path d=\"M7.5 15C8.88071 15 10 16.1193 10 17.5C10 18.8807 8.88071 20 7.5 20C6.11929 20 5 18.8807 5 17.5C5 16.1193 6.11929 15 7.5 15Z\" fill=\"currentColor\"/><path d=\"M16.5 15C17.8807 15 19 16.1193 19 17.5C19 18.8807 17.8807 20 16.5 20C15.1193 20 14 18.8807 14 17.5C14 16.1193 15.1193 15 16.5 15Z\" fill=\"currentColor\"/><path d=\"M11.5 4C13.1569 4 14.5 5.34315 14.5 7V14.0361C13.4414 14.6487 12.6904 15.7319 12.5322 17H11.4678C11.2217 15.0269 9.53975 13.5 7.5 13.5C5.58342 13.5 3.98146 14.8479 3.59082 16.6475C2.64465 16.1428 2 15.1472 2 14V7C2 5.34315 3.34315 4 5 4H11.5Z\" fill=\"currentColor\"/><path d=\"M17.9297 6C18.9327 6.00002 19.8694 6.50136 20.4258 7.33594L21.4961 8.94141C21.8246 9.43419 22 10.0132 22 10.6055V13C22 14.3503 21.3294 15.5423 20.3047 16.2666C19.7846 14.6613 18.2786 13.5 16.5 13.5C16.3307 13.5 16.1638 13.5108 16 13.5312V6H17.9297Z\" fill=\"currentColor\"/>",
|
|
17394
|
+
"iconName": "shipping, truck, delivery",
|
|
17395
|
+
"variant": {
|
|
17396
|
+
"join": "round",
|
|
17397
|
+
"filled": "on",
|
|
17398
|
+
"radius": "2",
|
|
17399
|
+
"stroke": "2"
|
|
17400
|
+
},
|
|
17401
|
+
"createdAt": "2025-11-16T19:00:31.500832+00:00",
|
|
17402
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
17403
|
+
"componentName": "IconShipping"
|
|
17404
|
+
},
|
|
17377
17405
|
{
|
|
17378
17406
|
"category": "Shopping & Payment",
|
|
17379
17407
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.88487 5.81287C3.98369 4.23176 5.29484 3 6.87903 3H17.1212C18.7054 3 20.0166 4.23176 20.1154 5.81286L20.8654 17.8129C20.9733 19.54 19.6017 21 17.8712 21H6.12903C4.39856 21 3.02692 19.54 3.13487 17.8129L3.88487 5.81287ZM10.0001 8C10.0001 7.44772 9.55241 7 9.00012 7C8.44784 7 8.00012 7.44772 8.00012 8C8.00012 10.2091 9.79098 12 12.0001 12C14.2093 12 16.0001 10.2091 16.0001 8C16.0001 7.44772 15.5524 7 15.0001 7C14.4478 7 14.0001 7.44772 14.0001 8C14.0001 9.10457 13.1047 10 12.0001 10C10.8956 10 10.0001 9.10457 10.0001 8Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -637,6 +637,7 @@ export type CentralIconName =
|
|
|
637
637
|
| "IconFastForward15s"
|
|
638
638
|
| "IconFastForward30s"
|
|
639
639
|
| "IconFastForward5s"
|
|
640
|
+
| "IconFastShipping"
|
|
640
641
|
| "IconFeather"
|
|
641
642
|
| "IconFeature"
|
|
642
643
|
| "IconFigma"
|
|
@@ -1240,6 +1241,7 @@ export type CentralIconName =
|
|
|
1240
1241
|
| "IconShieldKeyhole"
|
|
1241
1242
|
| "IconShift"
|
|
1242
1243
|
| "IconShip"
|
|
1244
|
+
| "IconShipping"
|
|
1243
1245
|
| "IconShoppingBag1"
|
|
1244
1246
|
| "IconShoppingBag2"
|
|
1245
1247
|
| "IconShoppingBag3"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 71,
|
|
1183
1183
|
"icons": [
|
|
1184
1184
|
"IconAddToBasket",
|
|
1185
1185
|
"IconAddToBasket2",
|
|
@@ -1204,6 +1204,7 @@
|
|
|
1204
1204
|
"IconDollar",
|
|
1205
1205
|
"IconEuro",
|
|
1206
1206
|
"IconFastDelivery",
|
|
1207
|
+
"IconFastShipping",
|
|
1207
1208
|
"IconGift1",
|
|
1208
1209
|
"IconGift2",
|
|
1209
1210
|
"IconGiftBox",
|
|
@@ -1233,6 +1234,7 @@
|
|
|
1233
1234
|
"IconReceiptTax",
|
|
1234
1235
|
"IconRemoveFromBasket",
|
|
1235
1236
|
"IconRemoveFromBasket2",
|
|
1237
|
+
"IconShipping",
|
|
1236
1238
|
"IconShoppingBag1",
|
|
1237
1239
|
"IconShoppingBag2",
|
|
1238
1240
|
"IconShoppingBag3",
|
|
@@ -2393,6 +2395,7 @@
|
|
|
2393
2395
|
"IconFastForward15s": "fast-forward-15s",
|
|
2394
2396
|
"IconFastForward30s": "fast-forward-30s",
|
|
2395
2397
|
"IconFastForward5s": "fast-forward-5s",
|
|
2398
|
+
"IconFastShipping": "fast-shipping, truck, delivery",
|
|
2396
2399
|
"IconFeather": "feather, writing",
|
|
2397
2400
|
"IconFeature": "feature, shine",
|
|
2398
2401
|
"IconFigma": "figma",
|
|
@@ -2996,6 +2999,7 @@
|
|
|
2996
2999
|
"IconShieldKeyhole": "shield-keyhole",
|
|
2997
3000
|
"IconShift": "shift",
|
|
2998
3001
|
"IconShip": "ship, changelog",
|
|
3002
|
+
"IconShipping": "shipping, truck, delivery",
|
|
2999
3003
|
"IconShoppingBag1": "shopping-bag-1",
|
|
3000
3004
|
"IconShoppingBag2": "shopping-bag-2",
|
|
3001
3005
|
"IconShoppingBag3": "shopping-bag-3",
|
package/index.d.ts
CHANGED
|
@@ -636,6 +636,7 @@ export { IconFastForward10s, default as IconFastForward10sDefault, } from "./Ico
|
|
|
636
636
|
export { IconFastForward15s, default as IconFastForward15sDefault, } from "./IconFastForward15s";
|
|
637
637
|
export { IconFastForward30s, default as IconFastForward30sDefault, } from "./IconFastForward30s";
|
|
638
638
|
export { IconFastForward5s, default as IconFastForward5sDefault, } from "./IconFastForward5s";
|
|
639
|
+
export { IconFastShipping, default as IconFastShippingDefault, } from "./IconFastShipping";
|
|
639
640
|
export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
|
|
640
641
|
export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
|
|
641
642
|
export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
|
|
@@ -1239,6 +1240,7 @@ export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconS
|
|
|
1239
1240
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1240
1241
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
1241
1242
|
export { IconShip, default as IconShipDefault } from "./IconShip";
|
|
1243
|
+
export { IconShipping, default as IconShippingDefault } from "./IconShipping";
|
|
1242
1244
|
export { IconShoppingBag1, default as IconShoppingBag1Default, } from "./IconShoppingBag1";
|
|
1243
1245
|
export { IconShoppingBag2, default as IconShoppingBag2Default, } from "./IconShoppingBag2";
|
|
1244
1246
|
export { IconShoppingBag3, default as IconShoppingBag3Default, } from "./IconShoppingBag3";
|