@central-icons-react/round-filled-radius-1-stroke-2 1.1.258 → 1.1.260
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/IconEditSmall1/index.js +2 -2
- package/IconEditSmall1/index.js.map +3 -3
- package/IconEditSmall1/index.mjs +2 -2
- package/IconEditSmall1/index.mjs.map +3 -3
- package/IconExtendImage/index.d.ts +4 -0
- package/IconExtendImage/index.js +3 -0
- package/IconExtendImage/index.js.map +11 -0
- package/IconExtendImage/index.mjs +3 -0
- package/IconExtendImage/index.mjs.map +11 -0
- package/IconPageCloud/index.js +2 -2
- package/IconPageCloud/index.js.map +3 -3
- package/IconPageCloud/index.mjs +2 -2
- package/IconPageCloud/index.mjs.map +3 -3
- package/IconPageTextCloud/index.js +2 -2
- package/IconPageTextCloud/index.js.map +3 -3
- package/IconPageTextCloud/index.mjs +2 -2
- package/IconPageTextCloud/index.mjs.map +3 -3
- package/IconReframe/index.d.ts +4 -0
- package/IconReframe/index.js +3 -0
- package/IconReframe/index.js.map +11 -0
- package/IconReframe/index.mjs +3 -0
- package/IconReframe/index.mjs.map +11 -0
- package/IconShoppingBagBookmark2/index.js +2 -2
- package/IconShoppingBagBookmark2/index.js.map +3 -3
- package/IconShoppingBagBookmark2/index.mjs +2 -2
- package/IconShoppingBagBookmark2/index.mjs.map +3 -3
- package/IconShoppingBagEdit2/index.js +2 -2
- package/IconShoppingBagEdit2/index.js.map +3 -3
- package/IconShoppingBagEdit2/index.mjs +2 -2
- package/IconShoppingBagEdit2/index.mjs.map +3 -3
- package/IconShoppingBagLike1/index.js +2 -2
- package/IconShoppingBagLike1/index.js.map +3 -3
- package/IconShoppingBagLike1/index.mjs +2 -2
- package/IconShoppingBagLike1/index.mjs.map +3 -3
- package/IconShoppingBagLike2/index.js +2 -2
- package/IconShoppingBagLike2/index.js.map +3 -3
- package/IconShoppingBagLike2/index.mjs +2 -2
- package/IconShoppingBagLike2/index.mjs.map +3 -3
- package/README.md +2 -0
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +3 -1
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagEdit2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagEdit2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-edit-2\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagEdit2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-edit-2\"><path d=\"M16.7922 15.46C17.827 14.4252 19.5044 14.4252 20.5392 15.46C21.574 16.4948 21.574 18.1722 20.5392 19.207L17.0392 22.707C16.8517 22.8945 16.5973 23 16.3322 23H13.9992C13.4469 23 12.9992 22.5523 12.9992 22V19.667C12.9992 19.4018 13.1047 19.1475 13.2922 18.96L16.7922 15.46Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.2365 12.7197C17.8644 12.551 16.4315 12.9918 15.3781 14.0449L11.5851 17.8379C11.2101 18.213 10.9992 18.7225 10.9992 19.2529V22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAA26B,EAA36B,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2fAA2f,KAAK,eAAc,CAAI,GAGr6B",
|
|
9
|
+
"debugId": "07583C46900CD27D64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import l from"react";var p=({children:
|
|
1
|
+
import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:C,ariaHidden:o=!0,style:a,...i})=>{return l.createElement("svg",{...i,"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:C,...a}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var s=(r)=>{return t.createElement(p,{...r,ariaLabel:"shopping-bag-edit-2"},t.createElement("path",{d:"M16.7922 15.46C17.827 14.4252 19.5044 14.4252 20.5392 15.46C21.574 16.4948 21.574 18.1722 20.5392 19.207L17.0392 22.707C16.8517 22.8945 16.5973 23 16.3322 23H13.9992C13.4469 23 12.9992 22.5523 12.9992 22V19.667C12.9992 19.4018 13.1047 19.1475 13.2922 18.96L16.7922 15.46Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.2365 12.7197C17.8644 12.551 16.4315 12.9918 15.3781 14.0449L11.5851 17.8379C11.2101 18.213 10.9992 18.7225 10.9992 19.2529V22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z",fill:"currentColor"}))},u=s;export{u as default,s as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4D05A72E33AB3C4764756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagEdit2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagEdit2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-edit-2\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagEdit2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-edit-2\"><path d=\"M16.7922 15.46C17.827 14.4252 19.5044 14.4252 20.5392 15.46C21.574 16.4948 21.574 18.1722 20.5392 19.207L17.0392 22.707C16.8517 22.8945 16.5973 23 16.3322 23H13.9992C13.4469 23 12.9992 22.5523 12.9992 22V19.667C12.9992 19.4018 13.1047 19.1475 13.2922 18.96L16.7922 15.46Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.2365 12.7197C17.8644 12.551 16.4315 12.9918 15.3781 14.0449L11.5851 17.8379C11.2101 18.213 10.9992 18.7225 10.9992 19.2529V22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAA26B,EAA36B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2fAA2f,KAAK,eAAc,CAAI,GAGr6B",
|
|
9
|
+
"debugId": "4D05A72E33AB3C4764756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:b,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,g=Object.prototype.hasOwnProperty;function u(e){return this[e]}var w,y,d=(e,r,o)=>{var C=e!=null&&typeof e==="object";if(C){var t=r?w??=new WeakMap:y??=new WeakMap,p=t.get(e);if(p)return p}o=e!=null?I(b(e)):{};let n=r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o;for(let i of f(e))if(!g.call(n,i))l(n,i,{get:u.bind(e,i),enumerable:!0});if(C)t.set(e,n);return n},h=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=l({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var C of f(e))if(!g.call(r,C))l(r,C,{get:u.bind(e,C),enumerable:!(o=v(e,C))||o.enumerable})}return c.set(e,r),r},c;var L=(e)=>e;function P(e,r){this[e]=L.bind(null,r)}var B=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var S={};B(S,{CentralIconBase:()=>m});module.exports=h(S);var s=d(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:C,ariaHidden:t=!0,style:p,...n})=>{return s.default.createElement("svg",{...n,"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:C,...p}},o&&!t&&s.default.createElement("title",null,o),e)};var G={};B(G,{default:()=>V,IconShoppingBagLike1:()=>x});module.exports=h(G);var a=d(require("react"));var x=(e)=>{return a.default.createElement(m,{...e,ariaLabel:"shopping-bag-like-1"},a.default.createElement("path",{d:"M19.1934 14.25C19.9133 14.25 20.6319 14.5397 21.1651 15.1084C21.7029 15.6822 22.0001 16.4816 22.0001 17.418C21.9999 18.9261 20.9441 20.0864 20.1124 20.7734C19.6696 21.1392 19.2199 21.4299 18.8565 21.6318C18.6752 21.7326 18.5057 21.8166 18.3604 21.8789C18.2888 21.9096 18.2114 21.9403 18.1348 21.9648L18.1319 21.9658C18.0853 21.9808 17.9303 22.0303 17.7481 22.0303C17.5662 22.0302 17.412 21.9808 17.3653 21.9658L17.3624 21.9648C17.2858 21.9403 17.2084 21.9096 17.1368 21.8789C16.9915 21.8166 16.822 21.7326 16.6407 21.6318C16.2773 21.4299 15.8276 21.1392 15.3848 20.7734C14.5531 20.0864 13.4973 18.9261 13.4971 17.418C13.4971 16.4815 13.7943 15.6822 14.3321 15.1084C14.8653 14.5397 15.5839 14.25 16.3038 14.25C16.9037 14.25 17.3943 14.4149 17.7481 14.5928C18.102 14.4148 18.5932 14.25 19.1934 14.25Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.0587 3C19.1147 3 19.9888 3.82105 20.0548 4.875L20.5274 12.4434C20.0933 12.3147 19.6435 12.25 19.1934 12.25C18.6551 12.25 18.1702 12.3321 17.7481 12.4541C17.3261 12.3322 16.8419 12.25 16.3038 12.25C15.0477 12.25 13.7956 12.7562 12.8731 13.7402C11.9358 14.7401 11.4971 16.0546 11.4971 17.418C11.4973 18.9079 12.1185 20.1117 12.8155 21H5.06257C3.90896 21 2.99451 20.0264 3.06647 18.875L3.94147 4.875C4.00747 3.82107 4.88156 3.00004 5.93757 3H18.0587ZM14.9981 7C14.4459 7.00005 13.9981 7.44775 13.9981 8C13.9981 9.10457 13.1027 10 11.9981 10C10.8936 9.99995 9.99812 9.10454 9.99812 8C9.99812 7.44772 9.5504 7 8.99812 7C8.44587 7.00005 7.99812 7.44775 7.99812 8C7.99812 10.2091 9.78902 12 11.9981 12C14.2073 12 15.9981 10.2091 15.9981 8C15.9981 7.44772 15.5504 7 14.9981 7Z",fill:"currentColor"}))},V=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EC49AF09B2151A2864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike1/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-1\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-1\"><path d=\"M19.1934 14.25C19.9133 14.25 20.6319 14.5397 21.1651 15.1084C21.7029 15.6822 22.0001 16.4816 22.0001 17.418C21.9999 18.9261 20.9441 20.0864 20.1124 20.7734C19.6696 21.1392 19.2199 21.4299 18.8565 21.6318C18.6752 21.7326 18.5057 21.8166 18.3604 21.8789C18.2888 21.9096 18.2114 21.9403 18.1348 21.9648L18.1319 21.9658C18.0853 21.9808 17.9303 22.0303 17.7481 22.0303C17.5662 22.0302 17.412 21.9808 17.3653 21.9658L17.3624 21.9648C17.2858 21.9403 17.2084 21.9096 17.1368 21.8789C16.9915 21.8166 16.822 21.7326 16.6407 21.6318C16.2773 21.4299 15.8276 21.1392 15.3848 20.7734C14.5531 20.0864 13.4973 18.9261 13.4971 17.418C13.4971 16.4815 13.7943 15.6822 14.3321 15.1084C14.8653 14.5397 15.5839 14.25 16.3038 14.25C16.9037 14.25 17.3943 14.4149 17.7481 14.5928C18.102 14.4148 18.5932 14.25 19.1934 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.0587 3C19.1147 3 19.9888 3.82105 20.0548 4.875L20.5274 12.4434C20.0933 12.3147 19.6435 12.25 19.1934 12.25C18.6551 12.25 18.1702 12.3321 17.7481 12.4541C17.3261 12.3322 16.8419 12.25 16.3038 12.25C15.0477 12.25 13.7956 12.7562 12.8731 13.7402C11.9358 14.7401 11.4971 16.0546 11.4971 17.418C11.4973 18.9079 12.1185 20.1117 12.8155 21H5.06257C3.90896 21 2.99451 20.0264 3.06647 18.875L3.94147 4.875C4.00747 3.82107 4.88156 3.00004 5.93757 3H18.0587ZM14.9981 7C14.4459 7.00005 13.9981 7.44775 13.9981 8C13.9981 9.10457 13.1027 10 11.9981 10C10.8936 9.99995 9.99812 9.10454 9.99812 8C9.99812 7.44772 9.5504 7 8.99812 7C8.44587 7.00005 7.99812 7.44775 7.99812 8C7.99812 10.2091 9.78902 12 11.9981 12C14.2073 12 15.9981 10.2091 15.9981 8C15.9981 7.44772 15.5504 7 14.9981 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAAssD,EAAtsD,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,iyBAAiyB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uwBAAuwB,KAAK,eAAc,CAAI,GAGhsD",
|
|
9
|
+
"debugId": "EC49AF09B2151A2864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import n from"react";var l=({children:
|
|
1
|
+
import n from"react";var l=({children:r,size:e=24,ariaLabel:t,color:p,ariaHidden:o=!0,style:a,...i})=>{return n.createElement("svg",{...i,"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:p,...a}},t&&!o&&n.createElement("title",null,t),r)};import C from"react";var s=(r)=>{return C.createElement(l,{...r,ariaLabel:"shopping-bag-like-1"},C.createElement("path",{d:"M19.1934 14.25C19.9133 14.25 20.6319 14.5397 21.1651 15.1084C21.7029 15.6822 22.0001 16.4816 22.0001 17.418C21.9999 18.9261 20.9441 20.0864 20.1124 20.7734C19.6696 21.1392 19.2199 21.4299 18.8565 21.6318C18.6752 21.7326 18.5057 21.8166 18.3604 21.8789C18.2888 21.9096 18.2114 21.9403 18.1348 21.9648L18.1319 21.9658C18.0853 21.9808 17.9303 22.0303 17.7481 22.0303C17.5662 22.0302 17.412 21.9808 17.3653 21.9658L17.3624 21.9648C17.2858 21.9403 17.2084 21.9096 17.1368 21.8789C16.9915 21.8166 16.822 21.7326 16.6407 21.6318C16.2773 21.4299 15.8276 21.1392 15.3848 20.7734C14.5531 20.0864 13.4973 18.9261 13.4971 17.418C13.4971 16.4815 13.7943 15.6822 14.3321 15.1084C14.8653 14.5397 15.5839 14.25 16.3038 14.25C16.9037 14.25 17.3943 14.4149 17.7481 14.5928C18.102 14.4148 18.5932 14.25 19.1934 14.25Z",fill:"currentColor"}),C.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.0587 3C19.1147 3 19.9888 3.82105 20.0548 4.875L20.5274 12.4434C20.0933 12.3147 19.6435 12.25 19.1934 12.25C18.6551 12.25 18.1702 12.3321 17.7481 12.4541C17.3261 12.3322 16.8419 12.25 16.3038 12.25C15.0477 12.25 13.7956 12.7562 12.8731 13.7402C11.9358 14.7401 11.4971 16.0546 11.4971 17.418C11.4973 18.9079 12.1185 20.1117 12.8155 21H5.06257C3.90896 21 2.99451 20.0264 3.06647 18.875L3.94147 4.875C4.00747 3.82107 4.88156 3.00004 5.93757 3H18.0587ZM14.9981 7C14.4459 7.00005 13.9981 7.44775 13.9981 8C13.9981 9.10457 13.1027 10 11.9981 10C10.8936 9.99995 9.99812 9.10454 9.99812 8C9.99812 7.44772 9.5504 7 8.99812 7C8.44587 7.00005 7.99812 7.44775 7.99812 8C7.99812 10.2091 9.78902 12 11.9981 12C14.2073 12 15.9981 10.2091 15.9981 8C15.9981 7.44772 15.5504 7 14.9981 7Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=E772681675CC762C64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike1/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-1\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-1\"><path d=\"M19.1934 14.25C19.9133 14.25 20.6319 14.5397 21.1651 15.1084C21.7029 15.6822 22.0001 16.4816 22.0001 17.418C21.9999 18.9261 20.9441 20.0864 20.1124 20.7734C19.6696 21.1392 19.2199 21.4299 18.8565 21.6318C18.6752 21.7326 18.5057 21.8166 18.3604 21.8789C18.2888 21.9096 18.2114 21.9403 18.1348 21.9648L18.1319 21.9658C18.0853 21.9808 17.9303 22.0303 17.7481 22.0303C17.5662 22.0302 17.412 21.9808 17.3653 21.9658L17.3624 21.9648C17.2858 21.9403 17.2084 21.9096 17.1368 21.8789C16.9915 21.8166 16.822 21.7326 16.6407 21.6318C16.2773 21.4299 15.8276 21.1392 15.3848 20.7734C14.5531 20.0864 13.4973 18.9261 13.4971 17.418C13.4971 16.4815 13.7943 15.6822 14.3321 15.1084C14.8653 14.5397 15.5839 14.25 16.3038 14.25C16.9037 14.25 17.3943 14.4149 17.7481 14.5928C18.102 14.4148 18.5932 14.25 19.1934 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.0587 3C19.1147 3 19.9888 3.82105 20.0548 4.875L20.5274 12.4434C20.0933 12.3147 19.6435 12.25 19.1934 12.25C18.6551 12.25 18.1702 12.3321 17.7481 12.4541C17.3261 12.3322 16.8419 12.25 16.3038 12.25C15.0477 12.25 13.7956 12.7562 12.8731 13.7402C11.9358 14.7401 11.4971 16.0546 11.4971 17.418C11.4973 18.9079 12.1185 20.1117 12.8155 21H5.06257C3.90896 21 2.99451 20.0264 3.06647 18.875L3.94147 4.875C4.00747 3.82107 4.88156 3.00004 5.93757 3H18.0587ZM14.9981 7C14.4459 7.00005 13.9981 7.44775 13.9981 8C13.9981 9.10457 13.1027 10 11.9981 10C10.8936 9.99995 9.99812 9.10454 9.99812 8C9.99812 7.44772 9.5504 7 8.99812 7C8.44587 7.00005 7.99812 7.44775 7.99812 8C7.99812 10.2091 9.78902 12 11.9981 12C14.2073 12 15.9981 10.2091 15.9981 8C15.9981 7.44772 15.5504 7 14.9981 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAssD,EAAtsD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,iyBAAiyB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uwBAAuwB,KAAK,eAAc,CAAI,GAGhsD",
|
|
9
|
+
"debugId": "E772681675CC762C64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:V,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:b}=Object,g=Object.prototype.hasOwnProperty;function u(e){return this[e]}var v,w,d=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var C=r?v??=new WeakMap:w??=new WeakMap,p=C.get(e);if(p)return p}o=e!=null?I(V(e)):{};let n=r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o;for(let i of f(e))if(!g.call(n,i))l(n,i,{get:u.bind(e,i),enumerable:!0});if(t)C.set(e,n);return n},h=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=l({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!g.call(r,t))l(r,t,{get:u.bind(e,t),enumerable:!(o=b(e,t))||o.enumerable})}return c.set(e,r),r},c;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var B=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var S={};B(S,{CentralIconBase:()=>m});module.exports=h(S);var s=d(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:C=!0,style:p,...n})=>{return s.default.createElement("svg",{...n,"aria-hidden":C,role:C?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:t,...p}},o&&!C&&s.default.createElement("title",null,o),e)};var G={};B(G,{default:()=>L,IconShoppingBagLike2:()=>x});module.exports=h(G);var a=d(require("react"));var x=(e)=>{return a.default.createElement(m,{...e,ariaLabel:"shopping-bag-like-2"},a.default.createElement("path",{d:"M19.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z",fill:"currentColor"}))},L=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=D479D62B723EEBD264756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path d=\"M19.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,gFCjCY,IAAlB,sBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,wBAA4gD,EAA5gD,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,kwBAAkwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAGtgD",
|
|
9
|
+
"debugId": "D479D62B723EEBD264756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import n from"react";var l=({children:
|
|
1
|
+
import n from"react";var l=({children:r,size:e=24,ariaLabel:C,color:p,ariaHidden:o=!0,style:a,...i})=>{return n.createElement("svg",{...i,"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:p,...a}},C&&!o&&n.createElement("title",null,C),r)};import t from"react";var s=(r)=>{return t.createElement(l,{...r,ariaLabel:"shopping-bag-like-2"},t.createElement("path",{d:"M19.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=24E6A4D491CEFF1B64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"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",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\"><path d=\"M19.1945 14.25C19.9143 14.25 20.633 14.5397 21.1662 15.1084C21.7039 15.6822 22.0011 16.4816 22.0011 17.418C22.0009 18.9261 20.9452 20.0863 20.1135 20.7734C19.6707 21.1392 19.221 21.4299 18.8576 21.6318C18.6761 21.7327 18.5059 21.8166 18.3605 21.8789C18.289 21.9095 18.2123 21.9404 18.1359 21.9648C18.0929 21.9786 17.9351 22.0303 17.7492 22.0303C17.5635 22.0302 17.4066 21.9787 17.3635 21.9648C17.2869 21.9403 17.2095 21.9096 17.1379 21.8789C16.9926 21.8167 16.8231 21.7325 16.6418 21.6318C16.2784 21.4299 15.8278 21.1392 15.3849 20.7734C14.5533 20.0863 13.4984 18.9259 13.4982 17.418C13.4982 16.4815 13.7953 15.6822 14.3332 15.1084C14.8664 14.5397 15.585 14.25 16.3049 14.25C16.9051 14.2501 17.3954 14.4167 17.7492 14.5947C18.1032 14.4166 18.5938 14.25 19.1945 14.25Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2.00007 15.9992 3.79091 15.9992 6V7H16.6408C17.6279 7 18.4682 7.72064 18.6183 8.69629L19.1642 12.251C18.6379 12.254 18.1634 12.3344 17.7492 12.4541C17.3271 12.3322 16.8422 12.25 16.3039 12.25C15.048 12.2502 13.7965 12.7564 12.8742 13.7402C11.9369 14.7401 11.4982 16.0546 11.4982 17.418C11.4984 19.575 12.8006 21.1313 13.7502 22H5.66423C4.43891 21.9996 3.50162 20.9074 3.68767 19.6963L5.38005 8.69629C5.53013 7.7208 6.36971 7.00026 7.35662 7H7.99919V6C7.99919 3.79092 9.79014 2.0001 11.9992 2ZM11.9992 4C10.8947 4.0001 9.99919 4.89549 9.99919 6V7H13.9992V6C13.9992 4.89548 13.1037 4.00007 11.9992 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAA4gD,EAA5gD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,kwBAAkwB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAGtgD",
|
|
9
|
+
"debugId": "24E6A4D491CEFF1B64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/README.md
CHANGED
|
@@ -446,6 +446,7 @@ Below is a complete list of available icons:
|
|
|
446
446
|
- IconQm3
|
|
447
447
|
- Icon3dBoxTop
|
|
448
448
|
- Icon3dBoxBottom
|
|
449
|
+
- IconReframe
|
|
449
450
|
|
|
450
451
|
### Building
|
|
451
452
|
|
|
@@ -815,6 +816,7 @@ Below is a complete list of available icons:
|
|
|
815
816
|
- IconWrite3
|
|
816
817
|
- IconColorPalette2
|
|
817
818
|
- IconEyedropper
|
|
819
|
+
- IconExtendImage
|
|
818
820
|
|
|
819
821
|
### Emoji
|
|
820
822
|
|