@central-icons-react/square-outlined-radius-0-stroke-2 1.1.31 → 1.1.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 o in r)l(e,o,{get:r[o],enumerable:!0})},s=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!y.call(e,t)&&t!==o&&l(e,t,{get:()=>r[t],enumerable:!(n=u(r,t))||n.enumerable});return e};var C=(e,r,o)=>(o=e!=null?f(g(e)):{},s(r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o,e)),B=e=>s(l({},"__esModule",{value:!0}),e);var h={};x(h,{IconEyeSparkle:()=>m,default:()=>I});module.exports=B(h);var p=C(require("react"));var a=C(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:c,...L})=>a.default.createElement("svg",{...L,"aria-hidden":t,role:t?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}},o&&!t&&a.default.createElement("title",null,o),e);var m=e=>p.default.createElement(i,{...e,ariaLabel:"eye-sparkle, magic eyes"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.13478 12.0001C5.41293 16.0877 8.77137 18 11.9999 18C15.2284 18 18.5868 16.0876 20.865 11.9999C18.5868 7.91226 15.2284 5.99998 11.9999 6C8.77138 6.00002 5.41294 7.91236 3.13478 12.0001ZM11.9999 4C16.239 3.99997 20.3385 6.61119 22.8881 11.5405L23.1257 11.9999L22.8881 12.4594C20.3385 17.3887 16.239 20 11.9999 20C7.76072 20 3.66123 17.3888 1.11164 12.4595L0.874023 12.0001L1.11164 11.5406C3.66123 6.6113 7.76071 4.00003 11.9999 4Z",fill:"currentColor"}),p.default.createElement("path",{d:"M10.6665 10.6667L11.9999 8L13.3332 10.6667L15.9999 12L13.3332 13.3333L11.9999 16L10.6665 13.3333L7.99987 12L10.6665 10.6667Z",fill:"currentColor"})),I=m;0&&(module.exports={IconEyeSparkle});
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var h=(e,r)=>{for(var t in r)p(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!d.call(e,o)&&o!==t&&p(e,o,{get:()=>r[o],enumerable:!(n=L(r,o))||n.enumerable});return e};var i=(e,r,t)=>(t=e!=null?f(y(e)):{},s(r||!e||!e.__esModule?p(t,"default",{value:e,enumerable:!0}):t,e)),x=e=>s(p({},"__esModule",{value:!0}),e);var I={};h(I,{IconEyeSparkle:()=>c,default:()=>B});module.exports=x(I);var a=i(require("react"));var l=i(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:C,...u})=>l.default.createElement("svg",{...u,"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&&l.default.createElement("title",null,t),e);var c=e=>a.default.createElement(m,{...e,ariaLabel:"eye-sparkle, magic eyes"},a.default.createElement("path",{d:"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),a.default.createElement("path",{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",fill:"currentColor"})),B=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=\"M3.13478 12.0001C5.41293 16.0877 8.77137 18 11.9999 18C15.2284 18 18.5868 16.0876 20.865 11.9999C18.5868 7.91226 15.2284 5.99998 11.9999 6C8.77138 6.00002 5.41294 7.91236 3.13478 12.0001ZM11.9999 4C16.239 3.99997 20.3385 6.61119 22.8881 11.5405L23.1257 11.9999L22.8881 12.4594C20.3385 17.3887 16.239 20 11.9999 20C7.76072 20 3.66123 17.3888 1.11164 12.4595L0.874023 12.0001L1.11164 11.5406C3.66123 6.6113 7.76071 4.00003 11.9999 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.6665 10.6667L11.9999 8L13.3332 10.6667L15.9999 12L13.3332 13.3333L11.9999 16L10.6665 13.3333L7.99987 12L10.6665 10.6667Z\"\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,kbACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,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 d=\"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 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,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,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 t from"react";import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:s,...C})=>l.createElement("svg",{...C,"aria-hidden":o,role:o?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}},n&&!o&&l.createElement("title",null,n),r);var i=r=>t.createElement(p,{...r,ariaLabel:"eye-sparkle, magic eyes"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.13478 12.0001C5.41293 16.0877 8.77137 18 11.9999 18C15.2284 18 18.5868 16.0876 20.865 11.9999C18.5868 7.91226 15.2284 5.99998 11.9999 6C8.77138 6.00002 5.41294 7.91236 3.13478 12.0001ZM11.9999 4C16.239 3.99997 20.3385 6.61119 22.8881 11.5405L23.1257 11.9999L22.8881 12.4594C20.3385 17.3887 16.239 20 11.9999 20C7.76072 20 3.66123 17.3888 1.11164 12.4595L0.874023 12.0001L1.11164 11.5406C3.66123 6.6113 7.76071 4.00003 11.9999 4Z",fill:"currentColor"}),t.createElement("path",{d:"M10.6665 10.6667L11.9999 8L13.3332 10.6667L15.9999 12L13.3332 13.3333L11.9999 16L10.6665 13.3333L7.99987 12L10.6665 10.6667Z",fill:"currentColor"})),u=i;export{i as IconEyeSparkle,u as default};
1
+ import o from"react";import p from"react";var a=({children:r,size:e=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:s,...i})=>p.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:l,...s}},n&&!t&&p.createElement("title",null,n),r);var m=r=>o.createElement(a,{...r,ariaLabel:"eye-sparkle, magic eyes"},o.createElement("path",{d:"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement("path",{d:"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 8Z",fill:"currentColor"})),L=m;export{m as IconEyeSparkle,L 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=\"M3.13478 12.0001C5.41293 16.0877 8.77137 18 11.9999 18C15.2284 18 18.5868 16.0876 20.865 11.9999C18.5868 7.91226 15.2284 5.99998 11.9999 6C8.77138 6.00002 5.41294 7.91236 3.13478 12.0001ZM11.9999 4C16.239 3.99997 20.3385 6.61119 22.8881 11.5405L23.1257 11.9999L22.8881 12.4594C20.3385 17.3887 16.239 20 11.9999 20C7.76072 20 3.66123 17.3888 1.11164 12.4595L0.874023 12.0001L1.11164 11.5406C3.66123 6.6113 7.76071 4.00003 11.9999 4Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.6665 10.6667L11.9999 8L13.3332 10.6667L15.9999 12L13.3332 13.3333L11.9999 16L10.6665 13.3333L7.99987 12L10.6665 10.6667Z\"\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,kbACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+HACF,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 d=\"M2 12.0001C6.82745 2.66672 17.1725 2.66661 22 11.9999C17.1725 21.3333 6.82745 21.3334 2 12.0001Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <path\n d=\"M12.4 8H11.6L10.6 10.6L8 11.6V12.4L10.6 13.4L11.6 16H12.4L13.4 13.4L16 12.4V11.6L13.4 10.6L12.4 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,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAA,EAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconEyeSparkle","props","React","CentralIconBase","IconEyeSparkle_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFastShipping: React.FC<CentralIconBaseProps>;
4
+ export default IconFastShipping;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of k(t))!g.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(s=c(t,e))||s.enumerable});return r};var C=(r,t,o)=>(o=r!=null?m(f(r)):{},a(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>a(p({},"__esModule",{value:!0}),r);var y={};x(y,{IconFastShipping:()=>h,default:()=>I});module.exports=B(y);var n=C(require("react"));var l=C(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:d,...u})=>l.default.createElement("svg",{...u,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...d}},o&&!e&&l.default.createElement("title",null,o),r);var h=r=>n.default.createElement(i,{...r,ariaLabel:"fast-shipping, truck, delivery"},n.default.createElement("path",{d:"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M14 16H10",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M19.2857 16H21L21.5 10L19.5 7H16",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M4.81818 16H3L3.27273 13.25M8 8H3.72727L4 5H16L15.1364 14.5",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M1 11L6 11",stroke:"currentColor",strokeWidth:"2"})),I=h;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFastShipping: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"fast-shipping, truck, delivery\">\n <path\n d=\"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M14 16H10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path\n d=\"M19.2857 16H21L21.5 10L19.5 7H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M4.81818 16H3L3.27273 13.25M8 8H3.72727L4 5H16L15.1364 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M1 11L6 11\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\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,sBAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,CAC7D,EAIGE,EAAQJ","names":["IconFastShipping_exports","__export","IconFastShipping","IconFastShipping_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";var p=({children:o,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...C})=>s.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...a}},n&&!e&&s.createElement("title",null,n),o);var i=o=>r.createElement(p,{...o,ariaLabel:"fast-shipping, truck, delivery"},r.createElement("path",{d:"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14 16H10",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M19.2857 16H21L21.5 10L19.5 7H16",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M4.81818 16H3L3.27273 13.25M8 8H3.72727L4 5H16L15.1364 14.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M1 11L6 11",stroke:"currentColor",strokeWidth:"2"})),c=i;export{i as IconFastShipping,c 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFastShipping: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"fast-shipping, truck, delivery\">\n <path\n d=\"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M14 16H10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path\n d=\"M19.2857 16H21L21.5 10L19.5 7H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M4.81818 16H3L3.27273 13.25M8 8H3.72727L4 5H16L15.1364 14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M1 11L6 11\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconFastShipping;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1DA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,CAC7D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFastShipping","props","React","CentralIconBase","IconFastShipping_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShipping: React.FC<CentralIconBaseProps>;
4
+ export default IconShipping;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var o in t)s(r,o,{get:t[o],enumerable:!0})},C=(r,t,o,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of k(t))!f.call(r,e)&&e!==o&&s(r,e,{get:()=>t[e],enumerable:!(p=c(t,e))||p.enumerable});return r};var a=(r,t,o)=>(o=r!=null?u(g(r)):{},C(t||!r||!r.__esModule?s(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>C(s({},"__esModule",{value:!0}),r);var y={};x(y,{IconShipping:()=>h,default:()=>I});module.exports=B(y);var n=a(require("react"));var l=a(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:p,ariaHidden:e=!0,style:d,...m})=>l.default.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...d}},o&&!e&&l.default.createElement("title",null,o),r);var h=r=>n.default.createElement(i,{...r,ariaLabel:"shipping, truck, delivery"},n.default.createElement("path",{d:"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M14 17H10",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M19.2857 16H21V10L19 7H15",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement("path",{d:"M15 14.5V5H3V16H4.81818",stroke:"currentColor",strokeWidth:"2"})),I=h;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShipping: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"shipping, truck, delivery\">\n <path\n d=\"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M14 17H10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path\n d=\"M19.2857 16H21V10L19 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M15 14.5V5H3V16H4.81818\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\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,kBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAI,CAC1E,EAIGE,EAAQJ","names":["IconShipping_exports","__export","IconShipping","IconShipping_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";var s=({children:o,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:C,...a})=>p.createElement("svg",{...a,"aria-hidden":e,role:e?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:l,...C}},n&&!e&&p.createElement("title",null,n),o);var i=o=>t.createElement(s,{...o,ariaLabel:"shipping, truck, delivery"},t.createElement("path",{d:"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M14 17H10",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M19.2857 16H21V10L19 7H15",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M15 14.5V5H3V16H4.81818",stroke:"currentColor",strokeWidth:"2"})),c=i;export{i as IconShipping,c 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShipping: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"shipping, truck, delivery\">\n <path\n d=\"M14 16.5C14 17.8807 15.1193 19 16.5 19C17.8807 19 19 17.8807 19 16.5C19 15.1193 17.8807 14 16.5 14C15.1193 14 14 15.1193 14 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M5 16.5C5 17.8807 6.11929 19 7.5 19C8.88071 19 10 17.8807 10 16.5C10 15.1193 8.88071 14 7.5 14C6.11929 14 5 15.1193 5 16.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M14 17H10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <path\n d=\"M19.2857 16H21V10L19 7H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path d=\"M15 14.5V5H3V16H4.81818\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconShipping;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,6BACpCC,EAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1DA,EAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAI,CAC1E,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconShipping","props","React","CentralIconBase","IconShipping_default"]}
package/README.md CHANGED
@@ -1357,7 +1357,6 @@ Below is a complete list of available icons:
1357
1357
  - IconShoppingBagEdit2
1358
1358
  - IconShoppingBagLike1
1359
1359
  - IconShoppingBagLike2
1360
- - IconTruck
1361
1360
  - IconWallet1
1362
1361
  - IconWallet2
1363
1362
  - IconWallet3
@@ -1791,6 +1790,10 @@ Below is a complete list of available icons:
1791
1790
  - IconVerticalAlignmentRight
1792
1791
  - IconWrite
1793
1792
 
1793
+ ### Vehicles
1794
+
1795
+ - IconTruck
1796
+
1794
1797
  ### Vehicles & Aircrafts
1795
1798
 
1796
1799
  - IconAirplane
@@ -1820,9 +1823,11 @@ Below is a complete list of available icons:
1820
1823
  - IconCar9Ev
1821
1824
  - IconCarFrontView
1822
1825
  - IconDeliveryBike
1826
+ - IconFastShipping
1823
1827
  - IconMountainBike
1824
1828
  - IconRocket
1825
1829
  - IconRoller
1830
+ - IconShipping
1826
1831
  - IconTrainFrontView
1827
1832
  - IconUfo
1828
1833
 
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"