@central-icons-react/square-outlined-radius-0-stroke-2 1.1.31 → 1.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconFastShipping/index.d.ts +4 -0
- package/IconFastShipping/index.js +2 -0
- package/IconFastShipping/index.js.map +1 -0
- package/IconFastShipping/index.mjs +2 -0
- package/IconFastShipping/index.mjs.map +1 -0
- package/IconShipping/index.d.ts +4 -0
- package/IconShipping/index.js +2 -0
- package/IconShipping/index.js.map +1 -0
- package/IconShipping/index.mjs +2 -0
- package/IconShipping/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +7 -3
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
|
@@ -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,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
|
@@ -1318,6 +1318,7 @@ Below is a complete list of available icons:
|
|
|
1318
1318
|
- IconDollar
|
|
1319
1319
|
- IconEuro
|
|
1320
1320
|
- IconFastDelivery
|
|
1321
|
+
- IconFastShipping
|
|
1321
1322
|
- IconGift1
|
|
1322
1323
|
- IconGift2
|
|
1323
1324
|
- IconGiftBox
|
|
@@ -1347,6 +1348,7 @@ Below is a complete list of available icons:
|
|
|
1347
1348
|
- IconReceiptTax
|
|
1348
1349
|
- IconRemoveFromBasket
|
|
1349
1350
|
- IconRemoveFromBasket2
|
|
1351
|
+
- IconShipping
|
|
1350
1352
|
- IconShoppingBag1
|
|
1351
1353
|
- IconShoppingBag2
|
|
1352
1354
|
- IconShoppingBag3
|
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"
|