@central-icons-react/square-filled-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 u=Object.create;var p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of g(t))!x.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(l=h(t,e))||l.enumerable});return r};var s=(r,t,o)=>(o=r!=null?u(d(r)):{},a(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),H=r=>a(p({},"__esModule",{value:!0}),r);var L={};B(L,{IconFastShipping:()=>f,default:()=>I});module.exports=H(L);var n=s(require("react"));var C=s(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:m,...c})=>C.default.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,...m}},o&&!e&&C.default.createElement("title",null,o),r);var f=r=>n.default.createElement(i,{...r,ariaLabel:"fast-shipping, truck, delivery"},n.default.createElement("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.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z",fill:"currentColor"}),n.default.createElement("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"}),n.default.createElement("path",{d:"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z",fill:"currentColor"})),I=f;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.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.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z\"\n fill=\"currentColor\"\n />\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,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,CACF,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 t from"react";import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...s})=>l.createElement("svg",{...s,"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:C,...a}},n&&!e&&l.createElement("title",null,n),o);var i=o=>t.createElement(p,{...o,ariaLabel:"fast-shipping, truck, delivery"},t.createElement("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.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z",fill:"currentColor"}),t.createElement("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"}),t.createElement("path",{d:"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z",fill:"currentColor"}),t.createElement("path",{d:"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z",fill:"currentColor"})),h=i;export{i as IconFastShipping,h 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.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.38477 12H6V10H2.53809L2.69238 8H8V6H2.8457L3 4H15.5L14.7373 13.9082Z\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5 17.5C5 18.8807 6.11929 20 7.5 20C8.88071 20 10 18.8807 10 17.5C10 16.1193 8.88071 15 7.5 15C6.11929 15 5 16.1193 5 17.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15C15.1193 15 14 16.1193 14 17.5Z\"\n fill=\"currentColor\"\n />\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,4NACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,CACF,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 p=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of g(t))!x.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(l=h(t,e))||l.enumerable});return r};var i=(r,t,o)=>(o=r!=null?u(d(r)):{},a(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>a(p({},"__esModule",{value:!0}),r);var y={};B(y,{IconShipping:()=>m,default:()=>V});module.exports=I(y);var n=i(require("react"));var C=i(require("react")),s=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:c,...f})=>C.default.createElement("svg",{...f,"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,...c}},o&&!e&&C.default.createElement("title",null,o),r);var m=r=>n.default.createElement(s,{...r,ariaLabel:"shipping, truck, delivery"},n.default.createElement("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"}),n.default.createElement("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"}),n.default.createElement("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"}),n.default.createElement("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"})),V=m;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=\"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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\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,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,CACF,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 l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...i})=>l.createElement("svg",{...i,"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:C,...a}},n&&!e&&l.createElement("title",null,n),o);var s=o=>t.createElement(p,{...o,ariaLabel:"shipping, truck, delivery"},t.createElement("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"}),t.createElement("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"}),t.createElement("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"}),t.createElement("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"})),h=s;export{s as IconShipping,h 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=\"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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\n <path\n 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\"\n fill=\"currentColor\"\n />\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,8HACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mKACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,CACF,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"
|