@central-icons-react/round-filled-radius-2-stroke-1 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=\"M17.3957 15.5635C18.2353 14.7239 19.5961 14.724 20.4357 15.5635C21.2753 16.4031 21.2753 17.7639 20.4357 18.6035L16.1857 22.8535C16.092 22.9472 15.9648 23 15.8322 23H13.4992C13.2231 23 12.9992 22.7761 12.9992 22.5V20.167C12.9992 20.0344 13.052 19.9072 13.1457 19.8135L17.3957 15.5635Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.4289 13.9785C18.4617 13.8196 17.4347 14.1096 16.6887 14.8555L12.5851 18.96C12.2103 19.335 11.9992 19.8437 11.9992 20.374V22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z\" 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,wBAAg7B,EAAh7B,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,8RAA8R,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ofAAof,KAAK,eAAc,CAAI,GAG16B",
|
|
9
|
+
"debugId": "8B279202F1D1F15964756E2164756E21",
|
|
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:"M17.3957 15.5635C18.2353 14.7239 19.5961 14.724 20.4357 15.5635C21.2753 16.4031 21.2753 17.7639 20.4357 18.6035L16.1857 22.8535C16.092 22.9472 15.9648 23 15.8322 23H13.4992C13.2231 23 12.9992 22.7761 12.9992 22.5V20.167C12.9992 20.0344 13.052 19.9072 13.1457 19.8135L17.3957 15.5635Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.4289 13.9785C18.4617 13.8196 17.4347 14.1096 16.6887 14.8555L12.5851 18.96C12.2103 19.335 11.9992 19.8437 11.9992 20.374V22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z",fill:"currentColor"}))},u=s;export{u as default,s as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=262B2C8548342AF364756E2164756E21
|
|
@@ -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=\"M17.3957 15.5635C18.2353 14.7239 19.5961 14.724 20.4357 15.5635C21.2753 16.4031 21.2753 17.7639 20.4357 18.6035L16.1857 22.8535C16.092 22.9472 15.9648 23 15.8322 23H13.4992C13.2231 23 12.9992 22.7761 12.9992 22.5V20.167C12.9992 20.0344 13.052 19.9072 13.1457 19.8135L17.3957 15.5635Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.4289 13.9785C18.4617 13.8196 17.4347 14.1096 16.6887 14.8555L12.5851 18.96C12.2103 19.335 11.9992 19.8437 11.9992 20.374V22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z\" 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,gBAAg7B,EAAh7B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,8RAA8R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ofAAof,KAAK,eAAc,CAAI,GAG16B",
|
|
9
|
+
"debugId": "262B2C8548342AF364756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:I,defineProperty:l,getOwnPropertyNames:m,getOwnPropertyDescriptor:b}=Object,u=Object.prototype.hasOwnProperty;function f(e){return this[e]}var w,y,g=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var n=o?w??=new WeakMap:y??=new WeakMap,p=n.get(e);if(p)return p}r=e!=null?x(I(e)):{};let C=o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r;for(let i of m(e))if(!u.call(C,i))l(C,i,{get:f.bind(e,i),enumerable:!0});if(t)n.set(e,C);return C},h=(e)=>{var o=(d??=new WeakMap).get(e),r;if(o)return o;if(o=l({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of m(e))if(!u.call(o,t))l(o,t,{get:f.bind(e,t),enumerable:!(r=b(e,t))||r.enumerable})}return d.set(e,o),o},d;var P=(e)=>e;function S(e,o){this[e]=P.bind(null,o)}var B=(e,o)=>{for(var r in o)l(e,r,{get:o[r],enumerable:!0,configurable:!0,set:S.bind(o,r)})};var G={};B(G,{CentralIconBase:()=>c});module.exports=h(G);var s=g(require("react")),c=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:n=!0,style:p,...C})=>{return s.default.createElement("svg",{...C,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},r&&!n&&s.default.createElement("title",null,r),e)};var L={};B(L,{default:()=>M,IconShoppingBagLike1:()=>v});module.exports=h(L);var a=g(require("react"));var v=(e)=>{return a.default.createElement(c,{...e,ariaLabel:"shopping-bag-like-1"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.605 14.9092C16.2823 14.503 17.1749 14.4732 17.9995 15.0059C18.8239 14.4731 19.7166 14.5034 20.394 14.9092C21.2766 15.253 22.0005 16.1542 22.0005 17.5801C22.0004 20.1893 18.5021 21.9687 18.0005 21.9697C17.5005 21.9697 14.0005 20.19 14.0005 17.5801C14.0005 16.1547 14.7229 15.2532 15.605 14.9092ZM19.3833 20.1094C18.6459 20.5993 17.9995 20.8555 17.9995 20.8555C17.9851 20.8498 17.3457 20.5938 16.6167 20.1094C17.1902 20.5554 17.7539 20.8583 18.0005 20.9502C18.2472 20.8581 18.8101 20.5552 19.3833 20.1094Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6147 3C18.9382 3.00025 20.0321 4.03227 20.1099 5.35352L20.6128 13.9102C20.2708 13.7969 19.9142 13.7393 19.5571 13.7393C18.9355 13.7393 18.4099 13.885 18.0015 14.0615C17.593 13.885 17.0674 13.7393 16.4458 13.7393C15.5471 13.7393 14.6507 14.1006 13.9868 14.8086C13.3154 15.5248 12.9624 16.5046 12.9624 17.6113C12.9625 19.0522 13.7473 20.2035 14.5288 21H5.62157C4.18325 21 3.0412 19.7893 3.12548 18.3535L3.89012 5.35352C3.96785 4.03211 5.06253 3 6.38622 3H17.6147ZM15.5005 7C15.2243 7 15.0005 7.22386 15.0005 7.5C15.0005 9.15671 13.6571 10.4998 12.0005 10.5C10.3436 10.5 9.00048 9.15685 9.00048 7.5C9.00048 7.224 8.77642 7.00023 8.50048 7C8.22433 7 8.00048 7.22386 8.00048 7.5C8.00048 9.70914 9.79134 11.5 12.0005 11.5C14.2094 11.4998 16.0005 9.70899 16.0005 7.5C16.0005 7.224 15.7764 7.00023 15.5005 7Z",fill:"currentColor"}))},M=v;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4D3EBD8ED0E0B2C664756E2164756E21
|
|
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.605 14.9092C16.2823 14.503 17.1749 14.4732 17.9995 15.0059C18.8239 14.4731 19.7166 14.5034 20.394 14.9092C21.2766 15.253 22.0005 16.1542 22.0005 17.5801C22.0004 20.1893 18.5021 21.9687 18.0005 21.9697C17.5005 21.9697 14.0005 20.19 14.0005 17.5801C14.0005 16.1547 14.7229 15.2532 15.605 14.9092ZM19.3833 20.1094C18.6459 20.5993 17.9995 20.8555 17.9995 20.8555C17.9851 20.8498 17.3457 20.5938 16.6167 20.1094C17.1902 20.5554 17.7539 20.8583 18.0005 20.9502C18.2472 20.8581 18.8101 20.5552 19.3833 20.1094Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.6147 3C18.9382 3.00025 20.0321 4.03227 20.1099 5.35352L20.6128 13.9102C20.2708 13.7969 19.9142 13.7393 19.5571 13.7393C18.9355 13.7393 18.4099 13.885 18.0015 14.0615C17.593 13.885 17.0674 13.7393 16.4458 13.7393C15.5471 13.7393 14.6507 14.1006 13.9868 14.8086C13.3154 15.5248 12.9624 16.5046 12.9624 17.6113C12.9625 19.0522 13.7473 20.2035 14.5288 21H5.62157C4.18325 21 3.0412 19.7893 3.12548 18.3535L3.89012 5.35352C3.96785 4.03211 5.06253 3 6.38622 3H17.6147ZM15.5005 7C15.2243 7 15.0005 7.22386 15.0005 7.5C15.0005 9.15671 13.6571 10.4998 12.0005 10.5C10.3436 10.5 9.00048 9.15685 9.00048 7.5C9.00048 7.224 8.77642 7.00023 8.50048 7C8.22433 7 8.00048 7.22386 8.00048 7.5C8.00048 9.70914 9.79134 11.5 12.0005 11.5C14.2094 11.4998 16.0005 9.70899 16.0005 7.5C16.0005 7.224 15.7764 7.00023 15.5005 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,wBAAy+C,EAAz+C,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uyBAAuyB,KAAK,eAAc,CAAI,GAGn+C",
|
|
9
|
+
"debugId": "4D3EBD8ED0E0B2C664756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";var l=({children:o,size:e=24,ariaLabel:n,color:p,ariaHidden:r=!0,style:a,...i})=>{return C.createElement("svg",{...i,"aria-hidden":r,role:r?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}},n&&!r&&C.createElement("title",null,n),o)};import t from"react";var s=(o)=>{return t.createElement(l,{...o,ariaLabel:"shopping-bag-like-1"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.605 14.9092C16.2823 14.503 17.1749 14.4732 17.9995 15.0059C18.8239 14.4731 19.7166 14.5034 20.394 14.9092C21.2766 15.253 22.0005 16.1542 22.0005 17.5801C22.0004 20.1893 18.5021 21.9687 18.0005 21.9697C17.5005 21.9697 14.0005 20.19 14.0005 17.5801C14.0005 16.1547 14.7229 15.2532 15.605 14.9092ZM19.3833 20.1094C18.6459 20.5993 17.9995 20.8555 17.9995 20.8555C17.9851 20.8498 17.3457 20.5938 16.6167 20.1094C17.1902 20.5554 17.7539 20.8583 18.0005 20.9502C18.2472 20.8581 18.8101 20.5552 19.3833 20.1094Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.6147 3C18.9382 3.00025 20.0321 4.03227 20.1099 5.35352L20.6128 13.9102C20.2708 13.7969 19.9142 13.7393 19.5571 13.7393C18.9355 13.7393 18.4099 13.885 18.0015 14.0615C17.593 13.885 17.0674 13.7393 16.4458 13.7393C15.5471 13.7393 14.6507 14.1006 13.9868 14.8086C13.3154 15.5248 12.9624 16.5046 12.9624 17.6113C12.9625 19.0522 13.7473 20.2035 14.5288 21H5.62157C4.18325 21 3.0412 19.7893 3.12548 18.3535L3.89012 5.35352C3.96785 4.03211 5.06253 3 6.38622 3H17.6147ZM15.5005 7C15.2243 7 15.0005 7.22386 15.0005 7.5C15.0005 9.15671 13.6571 10.4998 12.0005 10.5C10.3436 10.5 9.00048 9.15685 9.00048 7.5C9.00048 7.224 8.77642 7.00023 8.50048 7C8.22433 7 8.00048 7.22386 8.00048 7.5C8.00048 9.70914 9.79134 11.5 12.0005 11.5C14.2094 11.4998 16.0005 9.70899 16.0005 7.5C16.0005 7.224 15.7764 7.00023 15.5005 7Z",fill:"currentColor"}))},g=s;export{g as default,s as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=FB276749A239BB2664756E2164756E21
|
|
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.605 14.9092C16.2823 14.503 17.1749 14.4732 17.9995 15.0059C18.8239 14.4731 19.7166 14.5034 20.394 14.9092C21.2766 15.253 22.0005 16.1542 22.0005 17.5801C22.0004 20.1893 18.5021 21.9687 18.0005 21.9697C17.5005 21.9697 14.0005 20.19 14.0005 17.5801C14.0005 16.1547 14.7229 15.2532 15.605 14.9092ZM19.3833 20.1094C18.6459 20.5993 17.9995 20.8555 17.9995 20.8555C17.9851 20.8498 17.3457 20.5938 16.6167 20.1094C17.1902 20.5554 17.7539 20.8583 18.0005 20.9502C18.2472 20.8581 18.8101 20.5552 19.3833 20.1094Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.6147 3C18.9382 3.00025 20.0321 4.03227 20.1099 5.35352L20.6128 13.9102C20.2708 13.7969 19.9142 13.7393 19.5571 13.7393C18.9355 13.7393 18.4099 13.885 18.0015 14.0615C17.593 13.885 17.0674 13.7393 16.4458 13.7393C15.5471 13.7393 14.6507 14.1006 13.9868 14.8086C13.3154 15.5248 12.9624 16.5046 12.9624 17.6113C12.9625 19.0522 13.7473 20.2035 14.5288 21H5.62157C4.18325 21 3.0412 19.7893 3.12548 18.3535L3.89012 5.35352C3.96785 4.03211 5.06253 3 6.38622 3H17.6147ZM15.5005 7C15.2243 7 15.0005 7.22386 15.0005 7.5C15.0005 9.15671 13.6571 10.4998 12.0005 10.5C10.3436 10.5 9.00048 9.15685 9.00048 7.5C9.00048 7.224 8.77642 7.00023 8.50048 7C8.22433 7 8.00048 7.22386 8.00048 7.5C8.00048 9.70914 9.79134 11.5 12.0005 11.5C14.2094 11.4998 16.0005 9.70899 16.0005 7.5C16.0005 7.224 15.7764 7.00023 15.5005 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,gBAAy+C,EAAz+C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uyBAAuyB,KAAK,eAAc,CAAI,GAGn+C",
|
|
9
|
+
"debugId": "FB276749A239BB2664756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
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
|
|
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.5549 14.7783C20.175 14.7783 20.7943 15.0271 21.256 15.5195C21.7201 16.0146 21.9991 16.7268 21.9992 17.6113C21.999 18.964 21.0418 20.0658 20.1769 20.7803C19.7312 21.1485 19.2769 21.4419 18.9123 21.6445C18.7301 21.7457 18.5644 21.8271 18.4299 21.8848C18.3634 21.9133 18.2987 21.939 18.2394 21.958C18.1967 21.9717 18.1018 22.001 17.9992 22.001C17.8966 22.001 17.8017 21.9717 17.759 21.958C17.6997 21.939 17.6351 21.9133 17.5685 21.8848C17.434 21.8271 17.2683 21.7457 17.0861 21.6445C16.7215 21.4419 16.2672 21.1485 15.8215 20.7803C14.9566 20.0658 13.9994 18.964 13.9992 17.6113C13.9993 16.7268 14.2783 16.0146 14.7424 15.5195C15.2042 15.0271 15.8234 14.7783 16.4435 14.7783C17.0318 14.7783 17.5028 14.9549 17.8254 15.1309C17.8892 15.1657 17.9466 15.2026 17.9992 15.2363C18.0518 15.2026 18.1093 15.1657 18.173 15.1309C18.4956 14.9549 18.9666 14.7783 19.5549 14.7783Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.3976 13.7549C18.843 13.7771 18.3711 13.9136 17.9992 14.0762C17.5927 13.8985 17.0666 13.751 16.4435 13.751C15.5553 13.7511 14.6692 14.1086 14.0129 14.8086C13.3492 15.5166 12.9992 16.4865 12.9992 17.585C12.9994 19.4559 14.4068 20.8222 15.3185 21.5439C15.5308 21.712 15.743 21.8633 15.9435 22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z",fill:"currentColor"}))},L=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=6BB7200927DB5FE564756E2164756E21
|
|
@@ -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.5549 14.7783C20.175 14.7783 20.7943 15.0271 21.256 15.5195C21.7201 16.0146 21.9991 16.7268 21.9992 17.6113C21.999 18.964 21.0418 20.0658 20.1769 20.7803C19.7312 21.1485 19.2769 21.4419 18.9123 21.6445C18.7301 21.7457 18.5644 21.8271 18.4299 21.8848C18.3634 21.9133 18.2987 21.939 18.2394 21.958C18.1967 21.9717 18.1018 22.001 17.9992 22.001C17.8966 22.001 17.8017 21.9717 17.759 21.958C17.6997 21.939 17.6351 21.9133 17.5685 21.8848C17.434 21.8271 17.2683 21.7457 17.0861 21.6445C16.7215 21.4419 16.2672 21.1485 15.8215 20.7803C14.9566 20.0658 13.9994 18.964 13.9992 17.6113C13.9993 16.7268 14.2783 16.0146 14.7424 15.5195C15.2042 15.0271 15.8234 14.7783 16.4435 14.7783C17.0318 14.7783 17.5028 14.9549 17.8254 15.1309C17.8892 15.1657 17.9466 15.2026 17.9992 15.2363C18.0518 15.2026 18.1093 15.1657 18.173 15.1309C18.4956 14.9549 18.9666 14.7783 19.5549 14.7783Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.3976 13.7549C18.843 13.7771 18.3711 13.9136 17.9992 14.0762C17.5927 13.8985 17.0666 13.751 16.4435 13.751C15.5553 13.7511 14.6692 14.1086 14.0129 14.8086C13.3492 15.5166 12.9992 16.4865 12.9992 17.585C12.9994 19.4559 14.4068 20.8222 15.3185 21.5439C15.5308 21.712 15.743 21.8633 15.9435 22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z\" 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,wBAA6pD,EAA7pD,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0pBAA0pB,KAAK,eAAc,CAAI,GAGvpD",
|
|
9
|
+
"debugId": "6BB7200927DB5FE564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
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.5549 14.7783C20.175 14.7783 20.7943 15.0271 21.256 15.5195C21.7201 16.0146 21.9991 16.7268 21.9992 17.6113C21.999 18.964 21.0418 20.0658 20.1769 20.7803C19.7312 21.1485 19.2769 21.4419 18.9123 21.6445C18.7301 21.7457 18.5644 21.8271 18.4299 21.8848C18.3634 21.9133 18.2987 21.939 18.2394 21.958C18.1967 21.9717 18.1018 22.001 17.9992 22.001C17.8966 22.001 17.8017 21.9717 17.759 21.958C17.6997 21.939 17.6351 21.9133 17.5685 21.8848C17.434 21.8271 17.2683 21.7457 17.0861 21.6445C16.7215 21.4419 16.2672 21.1485 15.8215 20.7803C14.9566 20.0658 13.9994 18.964 13.9992 17.6113C13.9993 16.7268 14.2783 16.0146 14.7424 15.5195C15.2042 15.0271 15.8234 14.7783 16.4435 14.7783C17.0318 14.7783 17.5028 14.9549 17.8254 15.1309C17.8892 15.1657 17.9466 15.2026 17.9992 15.2363C18.0518 15.2026 18.1093 15.1657 18.173 15.1309C18.4956 14.9549 18.9666 14.7783 19.5549 14.7783Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.3976 13.7549C18.843 13.7771 18.3711 13.9136 17.9992 14.0762C17.5927 13.8985 17.0666 13.751 16.4435 13.751C15.5553 13.7511 14.6692 14.1086 14.0129 14.8086C13.3492 15.5166 12.9992 16.4865 12.9992 17.585C12.9994 19.4559 14.4068 20.8222 15.3185 21.5439C15.5308 21.712 15.743 21.8633 15.9435 22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=F43B5022ED3E361064756E2164756E21
|
|
@@ -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.5549 14.7783C20.175 14.7783 20.7943 15.0271 21.256 15.5195C21.7201 16.0146 21.9991 16.7268 21.9992 17.6113C21.999 18.964 21.0418 20.0658 20.1769 20.7803C19.7312 21.1485 19.2769 21.4419 18.9123 21.6445C18.7301 21.7457 18.5644 21.8271 18.4299 21.8848C18.3634 21.9133 18.2987 21.939 18.2394 21.958C18.1967 21.9717 18.1018 22.001 17.9992 22.001C17.8966 22.001 17.8017 21.9717 17.759 21.958C17.6997 21.939 17.6351 21.9133 17.5685 21.8848C17.434 21.8271 17.2683 21.7457 17.0861 21.6445C16.7215 21.4419 16.2672 21.1485 15.8215 20.7803C14.9566 20.0658 13.9994 18.964 13.9992 17.6113C13.9993 16.7268 14.2783 16.0146 14.7424 15.5195C15.2042 15.0271 15.8234 14.7783 16.4435 14.7783C17.0318 14.7783 17.5028 14.9549 17.8254 15.1309C17.8892 15.1657 17.9466 15.2026 17.9992 15.2363C18.0518 15.2026 18.1093 15.1657 18.173 15.1309C18.4956 14.9549 18.9666 14.7783 19.5549 14.7783Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9992 2C14.2083 2 15.9992 3.79086 15.9992 6V7H16.2648C17.5089 7.00005 18.5635 7.91491 18.7394 9.14648L19.3976 13.7549C18.843 13.7771 18.3711 13.9136 17.9992 14.0762C17.5927 13.8985 17.0666 13.751 16.4435 13.751C15.5553 13.7511 14.6692 14.1086 14.0129 14.8086C13.3492 15.5166 12.9992 16.4865 12.9992 17.585C12.9994 19.4559 14.4068 20.8222 15.3185 21.5439C15.5308 21.712 15.743 21.8633 15.9435 22H6.30487C4.78385 21.9996 3.6152 20.6523 3.83026 19.1465L5.25897 9.14648C5.4349 7.91503 6.48969 7.00026 7.73358 7H7.99921V6C7.99921 3.79097 9.79021 2.00017 11.9992 2ZM11.9992 3C10.3425 3.00017 8.99921 4.34325 8.99921 6V7H14.9992V6C14.9992 4.34315 13.6561 3 11.9992 3Z\" 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,gBAA6pD,EAA7pD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0pBAA0pB,KAAK,eAAc,CAAI,GAGvpD",
|
|
9
|
+
"debugId": "F43B5022ED3E361064756E2164756E21",
|
|
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
|
|