@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.32 → 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 f=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of d(r))!y.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=u(r,o))||n.enumerable});return e};var i=(e,r,t)=>(t=e!=null?f(g(e)):{},s(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),B=e=>s(l({},"__esModule",{value:!0}),e);var h={};x(h,{IconEyeSparkle:()=>c,default:()=>I});module.exports=B(h);var a=i(require("react"));var p=i(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:C,...L})=>p.default.createElement("svg",{...L,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...C}},t&&!o&&p.default.createElement("title",null,t),e);var c=e=>a.default.createElement(m,{...e,ariaLabel:"eye-sparkle, magic eyes"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9985 4C16.1402 4.00003 20.1603 6.64058 22.6695 11.6649L22.8368 12L22.6695 12.3351C20.1603 17.3595 16.1402 20 11.9985 19.9999C7.85674 19.9999 3.83663 17.3593 1.3275 12.335L1.16016 11.9999L1.3275 11.6648C3.83663 6.64046 7.85675 3.99997 11.9985 4ZM12 8L10.6667 10.6667L8 12L10.6667 13.3333L12 16L13.3333 13.3333L16 12L13.3333 10.6667L12 8Z",fill:"currentColor"})),I=c;0&&(module.exports={IconEyeSparkle});
1
+ "use strict";var f=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of d(r))!y.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=u(r,o))||n.enumerable});return e};var i=(e,r,t)=>(t=e!=null?f(g(e)):{},s(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),B=e=>s(l({},"__esModule",{value:!0}),e);var h={};x(h,{IconEyeSparkle:()=>c,default:()=>I});module.exports=B(h);var a=i(require("react"));var p=i(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:C,...L})=>p.default.createElement("svg",{...L,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...C}},t&&!o&&p.default.createElement("title",null,t),e);var c=e=>a.default.createElement(m,{...e,ariaLabel:"eye-sparkle, magic eyes"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.998 4C16.1398 4.00003 20.1608 6.64069 22.6699 11.665L22.8369 12L22.6699 12.335C20.1608 17.3593 16.1398 20 11.998 20C7.85646 19.9998 3.8362 17.3591 1.32715 12.335L1.16016 12L1.32715 11.665C3.8362 6.64086 7.85646 4.00015 11.998 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"})),I=c;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9985 4C16.1402 4.00003 20.1603 6.64058 22.6695 11.6649L22.8368 12L22.6695 12.3351C20.1603 17.3595 16.1402 20 11.9985 19.9999C7.85674 19.9999 3.83663 17.3593 1.3275 12.335L1.16016 11.9999L1.3275 11.6648C3.83663 6.64046 7.85675 3.99997 11.9985 4ZM12 8L10.6667 10.6667L8 12L10.6667 13.3333L12 16L13.3333 13.3333L16 12L13.3333 10.6667L12 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.998 4C16.1398 4.00003 20.1608 6.64069 22.6699 11.665L22.8369 12L22.6699 12.335C20.1608 17.3593 16.1398 20 11.998 20C7.85646 19.9998 3.8362 17.3591 1.32715 12.335L1.16016 12L1.32715 11.665C3.8362 6.64086 7.85646 4.00015 11.998 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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
@@ -1,2 +1,2 @@
1
- import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:s,...i})=>n.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},o&&!t&&n.createElement("title",null,o),r);var m=r=>p.createElement(l,{...r,ariaLabel:"eye-sparkle, magic eyes"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9985 4C16.1402 4.00003 20.1603 6.64058 22.6695 11.6649L22.8368 12L22.6695 12.3351C20.1603 17.3595 16.1402 20 11.9985 19.9999C7.85674 19.9999 3.83663 17.3593 1.3275 12.335L1.16016 11.9999L1.3275 11.6648C3.83663 6.64046 7.85675 3.99997 11.9985 4ZM12 8L10.6667 10.6667L8 12L10.6667 13.3333L12 16L13.3333 13.3333L16 12L13.3333 10.6667L12 8Z",fill:"currentColor"})),u=m;export{m as IconEyeSparkle,u as default};
1
+ import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:s,...i})=>n.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},o&&!t&&n.createElement("title",null,o),r);var m=r=>p.createElement(l,{...r,ariaLabel:"eye-sparkle, magic eyes"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.998 4C16.1398 4.00003 20.1608 6.64069 22.6699 11.665L22.8369 12L22.6699 12.335C20.1608 17.3593 16.1398 20 11.998 20C7.85646 19.9998 3.8362 17.3591 1.32715 12.335L1.16016 12L1.32715 11.665C3.8362 6.64086 7.85646 4.00015 11.998 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"})),u=m;export{m as IconEyeSparkle,u 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9985 4C16.1402 4.00003 20.1603 6.64058 22.6695 11.6649L22.8368 12L22.6695 12.3351C20.1603 17.3595 16.1402 20 11.9985 19.9999C7.85674 19.9999 3.83663 17.3593 1.3275 12.335L1.16016 11.9999L1.3275 11.6648C3.83663 6.64046 7.85675 3.99997 11.9985 4ZM12 8L10.6667 10.6667L8 12L10.6667 13.3333L12 16L13.3333 13.3333L16 12L13.3333 10.6667L12 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconEyeSparkle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"eye-sparkle, magic eyes\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.998 4C16.1398 4.00003 20.1608 6.64069 22.6699 11.665L22.8369 12L22.6699 12.335C20.1608 17.3593 16.1398 20 11.998 20C7.85646 19.9998 3.8362 17.3591 1.32715 12.335L1.16016 12L1.32715 11.665C3.8362 6.64086 7.85646 4.00015 11.998 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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,2BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
package/README.md CHANGED
@@ -1318,7 +1318,6 @@ Below is a complete list of available icons:
1318
1318
  - IconDollar
1319
1319
  - IconEuro
1320
1320
  - IconFastDelivery
1321
- - IconFastShipping
1322
1321
  - IconGift1
1323
1322
  - IconGift2
1324
1323
  - IconGiftBox
@@ -1348,7 +1347,6 @@ Below is a complete list of available icons:
1348
1347
  - IconReceiptTax
1349
1348
  - IconRemoveFromBasket
1350
1349
  - IconRemoveFromBasket2
1351
- - IconShipping
1352
1350
  - IconShoppingBag1
1353
1351
  - IconShoppingBag2
1354
1352
  - IconShoppingBag3
@@ -1359,7 +1357,6 @@ Below is a complete list of available icons:
1359
1357
  - IconShoppingBagEdit2
1360
1358
  - IconShoppingBagLike1
1361
1359
  - IconShoppingBagLike2
1362
- - IconTruck
1363
1360
  - IconWallet1
1364
1361
  - IconWallet2
1365
1362
  - IconWallet3
@@ -1793,6 +1790,10 @@ Below is a complete list of available icons:
1793
1790
  - IconVerticalAlignmentRight
1794
1791
  - IconWrite
1795
1792
 
1793
+ ### Vehicles
1794
+
1795
+ - IconTruck
1796
+
1796
1797
  ### Vehicles & Aircrafts
1797
1798
 
1798
1799
  - IconAirplane
@@ -1822,9 +1823,11 @@ Below is a complete list of available icons:
1822
1823
  - IconCar9Ev
1823
1824
  - IconCarFrontView
1824
1825
  - IconDeliveryBike
1826
+ - IconFastShipping
1825
1827
  - IconMountainBike
1826
1828
  - IconRocket
1827
1829
  - IconRoller
1830
+ - IconShipping
1828
1831
  - IconTrainFrontView
1829
1832
  - IconUfo
1830
1833