@central-icons-react-native/round-outlined-radius-3-stroke-1 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 L=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!k.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?L(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(t({},"__esModule",{value:!0}),r);var g={};x(g,{IconEyeSparkle:()=>u,default:()=>d});module.exports=P(g);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M21.3194 10.7169C16.4945 2.42765 7.50553 2.42774 2.68066 10.717C2.22038 11.5077 2.22038 12.4924 2.68066 13.2831C7.50553 21.5724 16.4945 21.5723 21.3194 13.283C21.7797 12.4923 21.7797 11.5076 21.3194 10.7169Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L9.00003 12L11 11Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),d=u;0&&(module.exports={IconEyeSparkle});
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=L(o,n))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>l(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconEyeSparkle:()=>i,default:()=>g});module.exports=d(v);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M21.3194 10.7169C16.4945 2.42765 7.5055 2.42774 2.68063 10.717C2.22035 11.5077 2.22035 12.4924 2.68063 13.2831C7.5055 21.5724 16.4945 21.5723 21.3194 13.283C21.7796 12.4923 21.7796 11.5076 21.3194 10.7169Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEyeSparkle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.3194 10.7169C16.4945 2.42765 7.50553 2.42774 2.68066 10.717C2.22038 11.5077 2.22038 12.4924 2.68066 13.2831C7.50553 21.5724 16.4945 21.5723 21.3194 13.283C21.7797 12.4923 21.7797 11.5076 21.3194 10.7169Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L9.00003 12L11 11Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.3194 10.7169C16.4945 2.42765 7.5055 2.42774 2.68063 10.717C2.22035 11.5077 2.22035 12.4924 2.68063 13.2831C7.5055 21.5724 16.4945 21.5723 21.3194 13.283C21.7796 12.4923 21.7796 11.5076 21.3194 10.7169Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEyeSparkle_exports","__export","IconEyeSparkle","IconEyeSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.3194 10.7169C16.4945 2.42765 7.50553 2.42774 2.68066 10.717C2.22038 11.5077 2.22038 12.4924 2.68066 13.2831C7.50553 21.5724 16.4945 21.5723 21.3194 13.283C21.7797 12.4923 21.7797 11.5076 21.3194 10.7169Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement(t,{d:"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L9.00003 12L11 11Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),k=C;export{C as IconEyeSparkle,k as default};
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(a,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var l=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.3194 10.7169C16.4945 2.42765 7.5055 2.42774 2.68063 10.717C2.22035 11.5077 2.22035 12.4924 2.68063 13.2831C7.5055 21.5724 16.4945 21.5723 21.3194 13.283C21.7796 12.4923 21.7796 11.5076 21.3194 10.7169Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z",fill:"currentColor"})),x=l;export{l as IconEyeSparkle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.3194 10.7169C16.4945 2.42765 7.50553 2.42774 2.68066 10.717C2.22038 11.5077 2.22038 12.4924 2.68066 13.2831C7.50553 21.5724 16.4945 21.5723 21.3194 13.283C21.7797 12.4923 21.7797 11.5076 21.3194 10.7169Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L9.00003 12L11 11Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
1
+ {"version":3,"sources":["../src/IconEyeSparkle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEyeSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.3194 10.7169C16.4945 2.42765 7.5055 2.42774 2.68063 10.717C2.22035 11.5077 2.22035 12.4924 2.68063 13.2831C7.5055 21.5724 16.4945 21.5723 21.3194 13.283C21.7796 12.4923 21.7796 11.5076 21.3194 10.7169Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEyeSparkle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8mBACF,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 d=\"M21.3194 10.7169C16.4945 2.42765 7.50553 2.42774 2.68066 10.717C2.22038 11.5077 2.22038 12.4924 2.68066 13.2831C7.50553 21.5724 16.4945 21.5723 21.3194 13.283C21.7797 12.4923 21.7797 11.5076 21.3194 10.7169Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M11 11L12 9L13 11L15 12L13 13L12 15L11 13L9.00003 12L11 11Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
8769
+ "svg": "<path d=\"M21.3194 10.7169C16.4945 2.42765 7.5055 2.42774 2.68063 10.717C2.22035 11.5077 2.22035 12.4924 2.68063 13.2831C7.5055 21.5724 16.4945 21.5723 21.3194 13.283C21.7796 12.4923 21.7796 11.5076 21.3194 10.7169Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.2405 10.1852L12.5436 8.37334C12.4571 8.14842 12.241 8 12 8C11.759 8 11.5429 8.14842 11.4564 8.37334L10.7595 10.1852C10.658 10.4493 10.4493 10.658 10.1852 10.7595L8.37334 11.4564C8.14842 11.5429 8 11.759 8 12C8 12.241 8.14842 12.4571 8.37334 12.5436L10.1852 13.2405C10.4493 13.342 10.658 13.5507 10.7595 13.8148L11.4564 15.6267C11.5429 15.8516 11.759 16 12 16C12.241 16 12.4571 15.8516 12.5436 15.6267L13.2405 13.8148C13.342 13.5507 13.5507 13.342 13.8148 13.2405L15.6267 12.5436C15.8516 12.4571 16 12.241 16 12C16 11.759 15.8516 11.5429 15.6267 11.4564L13.8148 10.7595C13.5507 10.658 13.342 10.4493 13.2405 10.1852Z\" fill=\"currentColor\"/>",
8770
8770
  "iconName": "eye-sparkle, magic eyes",
8771
8771
  "variant": {
8772
8772
  "join": "round",
@@ -8774,7 +8774,7 @@
8774
8774
  "radius": "3",
8775
8775
  "stroke": "1"
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": "round-outlined-radius-3-stroke-1",
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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 16.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5008 16.5C20.6434 16.5 21.6071 15.6492 21.7489 14.5154L22.1757 11.1009C22.2246 10.7091 22.1566 10.3115 21.98 9.95838L20.8036 7.60557C20.4648 6.928 19.7723 6.5 19.0147 6.5H16.3008\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15L16.1872 7.78443C16.3549 6.02317 14.9699 4.5 13.2007 4.5H6.2604C4.70013 4.5 3.40033 5.69599 3.27076 7.25086L3.25 7.5H8.5M4.5 16.5C3.42337 16.5 2.57668 15.5798 2.66609 14.5069L2.79167 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 10.5H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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=\"M14.6016 17C14.6016 18.3807 15.7209 19.5 17.1016 19.5C18.4823 19.5 19.6016 18.3807 19.6016 17C19.6016 15.6193 18.4823 14.5 17.1016 14.5C15.7209 14.5 14.6016 15.6193 14.6016 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17C4.5 18.3807 5.61929 19.5 7 19.5C8.38071 19.5 9.5 18.3807 9.5 17C9.5 15.6193 8.38071 14.5 7 14.5C5.61929 14.5 4.5 15.6193 4.5 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 16.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.75 16.5C20.7165 16.5 21.5 15.7165 21.5 14.75V10.9721C21.5 10.6616 21.4277 10.3554 21.2889 10.0777L20.0528 7.60557C19.714 6.928 19.0215 6.5 18.2639 6.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15V7.5C15.5 5.84315 14.1569 4.5 12.5 4.5H5.5C3.84315 4.5 2.5 5.84315 2.5 7.5V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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 d=\"M9.39844 17C9.39844 18.3807 8.27915 19.5 6.89844 19.5C5.51773 19.5 4.39844 18.3807 4.39844 17C4.39844 15.6193 5.51773 14.5 6.89844 14.5C8.27915 14.5 9.39844 15.6193 9.39844 17Z\" stroke=\"currentColor\"/><path d=\"M19.5 17C19.5 18.3807 18.3807 19.5 17 19.5C15.6193 19.5 14.5 18.3807 14.5 17C14.5 15.6193 15.6193 14.5 17 14.5C18.3807 14.5 19.5 15.6193 19.5 17Z\" stroke=\"currentColor\"/><path d=\"M9.5 16.5H14.5\" stroke=\"currentColor\"/><path d=\"M8.5 15V6.5H6.3541C5.21779 6.5 4.179 7.14201 3.67082 8.15836L2.81672 9.86656C2.60844 10.2831 2.5 10.7425 2.5 11.2082V14.5C2.5 15.6046 3.39543 16.5 4.5 16.5\" stroke=\"currentColor\"/><path d=\"M8.5 6.5C8.5 5.39543 9.39543 4.5 10.5 4.5H18.5C20.1569 4.5 21.5 5.84315 21.5 7.5V14C21.5 15.3807 20.3807 16.5 19 16.5\" stroke=\"currentColor\"/>",
20530
20530
  "iconName": "truck, delivery",
20531
20531
  "variant": {
@@ -20534,7 +20534,7 @@
20534
20534
  "radius": "3",
20535
20535
  "stroke": "1"
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": "round-outlined-radius-3-stroke-1",
20539
20539
  "componentName": "IconTruck"
20540
20540
  },
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/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
  ]