@central-icons-react-native/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 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:"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"})),P=f;0&&(module.exports={IconEyeSparkle});
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:"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"})),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=\"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, { 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,uVACF,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 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, { 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,sYACF,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 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:"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"})),d=C;export{C as IconEyeSparkle,d as default};
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:"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"})),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=\"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, { 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,uVACF,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 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, { 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,sYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
package/README.md CHANGED
@@ -1284,7 +1284,6 @@ Below is a complete list of available icons:
1284
1284
  - IconDollar
1285
1285
  - IconEuro
1286
1286
  - IconFastDelivery
1287
- - IconFastShipping
1288
1287
  - IconGift1
1289
1288
  - IconGift2
1290
1289
  - IconGiftBox
@@ -1314,7 +1313,6 @@ Below is a complete list of available icons:
1314
1313
  - IconReceiptTax
1315
1314
  - IconRemoveFromBasket
1316
1315
  - IconRemoveFromBasket2
1317
- - IconShipping
1318
1316
  - IconShoppingBag1
1319
1317
  - IconShoppingBag2
1320
1318
  - IconShoppingBag3
@@ -1325,7 +1323,6 @@ Below is a complete list of available icons:
1325
1323
  - IconShoppingBagEdit2
1326
1324
  - IconShoppingBagLike1
1327
1325
  - IconShoppingBagLike2
1328
- - IconTruck
1329
1326
  - IconWallet1
1330
1327
  - IconWallet2
1331
1328
  - IconWallet3
@@ -1759,6 +1756,10 @@ Below is a complete list of available icons:
1759
1756
  - IconVerticalAlignmentRight
1760
1757
  - IconWrite
1761
1758
 
1759
+ ### Vehicles
1760
+
1761
+ - IconTruck
1762
+
1762
1763
  ### Vehicles & Aircrafts
1763
1764
 
1764
1765
  - IconAirplane
@@ -1788,9 +1789,11 @@ Below is a complete list of available icons:
1788
1789
  - IconCar9Ev
1789
1790
  - IconCarFrontView
1790
1791
  - IconDeliveryBike
1792
+ - IconFastShipping
1791
1793
  - IconMountainBike
1792
1794
  - IconRocket
1793
1795
  - IconRoller
1796
+ - IconShipping
1794
1797
  - IconTrainFrontView
1795
1798
  - IconUfo
1796
1799
 
@@ -8766,7 +8766,7 @@
8766
8766
  },
8767
8767
  {
8768
8768
  "category": "AI & Magic",
8769
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
8769
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
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-filled-radius-0-stroke-1.5",
8779
8779
  "componentName": "IconEyeSparkle"
8780
8780
  },
@@ -8933,7 +8933,7 @@
8933
8933
  "componentName": "IconFastForward5s"
8934
8934
  },
8935
8935
  {
8936
- "category": "Shopping & Payment",
8936
+ "category": "Vehicles & Aircrafts",
8937
8937
  "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.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.42285 11.5H6V10H2.53809L2.73047 7.5H8V6H2.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\"/>",
8938
8938
  "iconName": "fast-shipping, truck, delivery",
8939
8939
  "variant": {
@@ -17389,7 +17389,7 @@
17389
17389
  "componentName": "IconShip"
17390
17390
  },
17391
17391
  {
17392
- "category": "Shopping & Payment",
17392
+ "category": "Vehicles & Aircrafts",
17393
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
17394
  "iconName": "shipping, truck, delivery",
17395
17395
  "variant": {
@@ -20525,7 +20525,7 @@
20525
20525
  "componentName": "IconTrophy"
20526
20526
  },
20527
20527
  {
20528
- "category": "Shopping & Payment",
20528
+ "category": "Vehicles",
20529
20529
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4V6H4.60704L2 9.76572V17H4.00947C4.13713 18.6781 5.53919 20 7.25 20C8.96081 20 10.3629 18.6781 10.4905 17H13.5095C13.6371 18.6781 15.0392 20 16.75 20C18.4608 20 19.8629 18.6781 19.9905 17H22V4H8ZM8 7.5H5.39296L3.5 10.2343V15.5H4.24908C4.73886 14.3255 5.89803 13.5 7.25 13.5C7.50813 13.5 7.75924 13.5301 8 13.587V7.5ZM18.1057 15.6433C18.178 15.8563 18.2852 16.0531 18.4205 16.227C18.4722 16.3922 18.5 16.5678 18.5 16.75C18.5 17.7165 17.7165 18.5 16.75 18.5C15.7835 18.5 15 17.7165 15 16.75C15 15.7835 15.7835 15 16.75 15C17.2967 15 17.7848 15.2507 18.1057 15.6433ZM7.25 15C6.2835 15 5.5 15.7835 5.5 16.75C5.5 17.7165 6.2835 18.5 7.25 18.5C8.2165 18.5 9 17.7165 9 16.75C9 15.7835 8.2165 15 7.25 15Z\" fill=\"currentColor\"/>",
20530
20530
  "iconName": "truck, delivery",
20531
20531
  "variant": {
@@ -20534,7 +20534,7 @@
20534
20534
  "radius": "0",
20535
20535
  "stroke": "1.5"
20536
20536
  },
20537
- "createdAt": "2025-02-15T21:11:33.829321+00:00",
20537
+ "createdAt": "2025-11-17T22:01:57.605819+00:00",
20538
20538
  "packageName": "square-filled-radius-0-stroke-1.5",
20539
20539
  "componentName": "IconTruck"
20540
20540
  },
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
@@ -1179,7 +1179,7 @@
1179
1179
  ]
1180
1180
  },
1181
1181
  "Shopping & Payment": {
1182
- "count": 71,
1182
+ "count": 68,
1183
1183
  "icons": [
1184
1184
  "IconAddToBasket",
1185
1185
  "IconAddToBasket2",
@@ -1204,7 +1204,6 @@
1204
1204
  "IconDollar",
1205
1205
  "IconEuro",
1206
1206
  "IconFastDelivery",
1207
- "IconFastShipping",
1208
1207
  "IconGift1",
1209
1208
  "IconGift2",
1210
1209
  "IconGiftBox",
@@ -1234,7 +1233,6 @@
1234
1233
  "IconReceiptTax",
1235
1234
  "IconRemoveFromBasket",
1236
1235
  "IconRemoveFromBasket2",
1237
- "IconShipping",
1238
1236
  "IconShoppingBag1",
1239
1237
  "IconShoppingBag2",
1240
1238
  "IconShoppingBag3",
@@ -1245,7 +1243,6 @@
1245
1243
  "IconShoppingBagEdit2",
1246
1244
  "IconShoppingBagLike1",
1247
1245
  "IconShoppingBagLike2",
1248
- "IconTruck",
1249
1246
  "IconWallet1",
1250
1247
  "IconWallet2",
1251
1248
  "IconWallet3",
@@ -1694,8 +1691,12 @@
1694
1691
  "IconWrite"
1695
1692
  ]
1696
1693
  },
1694
+ "Vehicles": {
1695
+ "count": 1,
1696
+ "icons": ["IconTruck"]
1697
+ },
1697
1698
  "Vehicles & Aircrafts": {
1698
- "count": 32,
1699
+ "count": 34,
1699
1700
  "icons": [
1700
1701
  "IconAirplane",
1701
1702
  "IconAirplaneDown",
@@ -1724,9 +1725,11 @@
1724
1725
  "IconCar9Ev",
1725
1726
  "IconCarFrontView",
1726
1727
  "IconDeliveryBike",
1728
+ "IconFastShipping",
1727
1729
  "IconMountainBike",
1728
1730
  "IconRocket",
1729
1731
  "IconRoller",
1732
+ "IconShipping",
1730
1733
  "IconTrainFrontView",
1731
1734
  "IconUfo"
1732
1735
  ]