@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.
Files changed (51) hide show
  1. package/IconEditSmall1/index.js +2 -2
  2. package/IconEditSmall1/index.js.map +3 -3
  3. package/IconEditSmall1/index.mjs +2 -2
  4. package/IconEditSmall1/index.mjs.map +3 -3
  5. package/IconExtendImage/index.d.ts +4 -0
  6. package/IconExtendImage/index.js +3 -0
  7. package/IconExtendImage/index.js.map +11 -0
  8. package/IconExtendImage/index.mjs +3 -0
  9. package/IconExtendImage/index.mjs.map +11 -0
  10. package/IconPageCloud/index.js +2 -2
  11. package/IconPageCloud/index.js.map +3 -3
  12. package/IconPageCloud/index.mjs +2 -2
  13. package/IconPageCloud/index.mjs.map +3 -3
  14. package/IconPageTextCloud/index.js +2 -2
  15. package/IconPageTextCloud/index.js.map +3 -3
  16. package/IconPageTextCloud/index.mjs +2 -2
  17. package/IconPageTextCloud/index.mjs.map +3 -3
  18. package/IconReframe/index.d.ts +4 -0
  19. package/IconReframe/index.js +3 -0
  20. package/IconReframe/index.js.map +11 -0
  21. package/IconReframe/index.mjs +3 -0
  22. package/IconReframe/index.mjs.map +11 -0
  23. package/IconShoppingBagBookmark2/index.js +2 -2
  24. package/IconShoppingBagBookmark2/index.js.map +3 -3
  25. package/IconShoppingBagBookmark2/index.mjs +2 -2
  26. package/IconShoppingBagBookmark2/index.mjs.map +3 -3
  27. package/IconShoppingBagEdit2/index.js +2 -2
  28. package/IconShoppingBagEdit2/index.js.map +3 -3
  29. package/IconShoppingBagEdit2/index.mjs +2 -2
  30. package/IconShoppingBagEdit2/index.mjs.map +3 -3
  31. package/IconShoppingBagLike1/index.js +2 -2
  32. package/IconShoppingBagLike1/index.js.map +3 -3
  33. package/IconShoppingBagLike1/index.mjs +2 -2
  34. package/IconShoppingBagLike1/index.mjs.map +3 -3
  35. package/IconShoppingBagLike2/index.js +2 -2
  36. package/IconShoppingBagLike2/index.js.map +3 -3
  37. package/IconShoppingBagLike2/index.mjs +2 -2
  38. package/IconShoppingBagLike2/index.mjs.map +3 -3
  39. package/README.md +2 -0
  40. package/icons/index.d.ts +1 -1
  41. package/icons/index.js +2 -2
  42. package/icons/index.js.map +3 -3
  43. package/icons/index.mjs +2 -2
  44. package/icons/index.mjs.map +3 -3
  45. package/icons-index.json +4 -4
  46. package/index.d.ts +2 -0
  47. package/index.js +6 -0
  48. package/index.mjs +2 -0
  49. package/license-check.js +1 -1
  50. package/package.json +1 -1
  51. 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.4292 13.9752C18.4619 13.8163 17.4346 14.1098 16.6885 14.8559L12.5849 18.9595C12.2099 19.3346 11.9991 19.8433 11.9991 20.3737V22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 7V6C14.9991 4.34315 13.656 3 11.9991 3C10.3423 3 8.99915 4.34315 8.99915 6V7H14.9991Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.436 15.563C19.5964 14.7235 18.2352 14.7235 17.3956 15.563L13.1456 19.813C13.0518 19.9068 12.9991 20.034 12.9991 20.1666V22.4999C12.9991 22.7761 13.223 22.9999 13.4991 22.9999H15.8325C15.9651 22.9999 16.0923 22.9473 16.186 22.8535L20.436 18.6035C21.2756 17.7639 21.2756 16.4026 20.436 15.563ZM18.1027 16.2702C18.5518 15.8211 19.2799 15.8211 19.7289 16.2702C20.178 16.7192 20.178 17.4473 19.7289 17.8964L15.6254 21.9999H13.9991V20.3737L18.1027 16.2702Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\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 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,wBAAumC,EAAvmC,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0dAA0d,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ycAAyc,KAAK,eAAc,CAAI,GAGjmC",
9
- "debugId": "93182E33A4889CB064756E2164756E21",
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:o,size:e=24,ariaLabel:n,color:C,ariaHidden:r=!0,style:a,...i})=>{return l.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:C,...a}},n&&!r&&l.createElement("title",null,n),o)};import t from"react";var s=(o)=>{return t.createElement(p,{...o,ariaLabel:"shopping-bag-edit-2"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.4292 13.9752C18.4619 13.8163 17.4346 14.1098 16.6885 14.8559L12.5849 18.9595C12.2099 19.3346 11.9991 19.8433 11.9991 20.3737V22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 7V6C14.9991 4.34315 13.656 3 11.9991 3C10.3423 3 8.99915 4.34315 8.99915 6V7H14.9991Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.436 15.563C19.5964 14.7235 18.2352 14.7235 17.3956 15.563L13.1456 19.813C13.0518 19.9068 12.9991 20.034 12.9991 20.1666V22.4999C12.9991 22.7761 13.223 22.9999 13.4991 22.9999H15.8325C15.9651 22.9999 16.0923 22.9473 16.186 22.8535L20.436 18.6035C21.2756 17.7639 21.2756 16.4026 20.436 15.563ZM18.1027 16.2702C18.5518 15.8211 19.2799 15.8211 19.7289 16.2702C20.178 16.7192 20.178 17.4473 19.7289 17.8964L15.6254 21.9999H13.9991V20.3737L18.1027 16.2702Z",fill:"currentColor"}))},g=s;export{g as default,s as IconShoppingBagEdit2};
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=60DC0B0C1F51A14764756E2164756E21
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.4292 13.9752C18.4619 13.8163 17.4346 14.1098 16.6885 14.8559L12.5849 18.9595C12.2099 19.3346 11.9991 19.8433 11.9991 20.3737V22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 7V6C14.9991 4.34315 13.656 3 11.9991 3C10.3423 3 8.99915 4.34315 8.99915 6V7H14.9991Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.436 15.563C19.5964 14.7235 18.2352 14.7235 17.3956 15.563L13.1456 19.813C13.0518 19.9068 12.9991 20.034 12.9991 20.1666V22.4999C12.9991 22.7761 13.223 22.9999 13.4991 22.9999H15.8325C15.9651 22.9999 16.0923 22.9473 16.186 22.8535L20.436 18.6035C21.2756 17.7639 21.2756 16.4026 20.436 15.563ZM18.1027 16.2702C18.5518 15.8211 19.2799 15.8211 19.7289 16.2702C20.178 16.7192 20.178 17.4473 19.7289 17.8964L15.6254 21.9999H13.9991V20.3737L18.1027 16.2702Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\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 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,gBAAumC,EAAvmC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0dAA0d,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ycAAyc,KAAK,eAAc,CAAI,GAGjmC",
9
- "debugId": "60DC0B0C1F51A14764756E2164756E21",
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 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 t=e!=null&&typeof e==="object";if(t){var C=r?w??=new WeakMap:y??=new WeakMap,p=C.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(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=v(e,t))||o.enumerable})}return c.set(e,r),r},c;var P=(e)=>e;function S(e,r){this[e]=P.bind(null,r)}var B=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0,configurable:!0,set:S.bind(r,o)})};var G={};B(G,{CentralIconBase:()=>m});module.exports=h(G);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 L={};B(L,{default:()=>M,IconShoppingBagLike1:()=>x});module.exports=h(L);var a=d(require("react"));var x=(e)=>{return a.default.createElement(m,{...e,ariaLabel:"shopping-bag-like-1"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.38589 3C5.0622 3 3.96793 4.03179 3.8902 5.35319L3.1255 18.3532C3.04103 19.7891 4.18275 21 5.62118 21H14.5284C13.7469 20.2035 12.9629 19.052 12.9629 17.6111C12.9629 16.5044 13.3152 15.5251 13.9866 14.8089C14.6506 14.1007 15.547 13.7393 16.4458 13.7393C17.0675 13.7393 17.5929 13.8846 18.0014 14.0612C18.4098 13.8846 18.9353 13.7393 19.5569 13.7393C19.9142 13.7393 20.2712 13.7964 20.6133 13.9098L20.11 5.3532C20.0322 4.03179 18.938 3 17.6143 3H6.38589ZM8.50006 7C8.7762 7 9.00006 7.22386 9.00006 7.5C9.00006 9.15685 10.3432 10.5 12.0001 10.5C13.6569 10.5 15.0001 9.15685 15.0001 7.5C15.0001 7.22386 15.2239 7 15.5001 7C15.7762 7 16.0001 7.22386 16.0001 7.5C16.0001 9.70914 14.2092 11.5 12.0001 11.5C9.79092 11.5 8.00006 9.70914 8.00006 7.5C8.00006 7.22386 8.22392 7 8.50006 7Z",fill:"currentColor"}),a.default.createElement("path",{d:"M18.0001 21.97C17.5001 21.97 14.0001 20.19 14.0001 17.58C14.0001 15.72 15.2301 14.75 16.4401 14.75C17.1401 14.75 17.6701 15 18.0001 15.21C18.3201 15 18.8601 14.75 19.5601 14.75C20.7701 14.75 22.0001 15.72 22.0001 17.58C22.0001 20.19 18.5001 21.97 18.0001 21.97ZM16.4401 15.75C15.7201 15.75 15.0001 16.32 15.0001 17.58C15.0001 19.31 17.4101 20.73 18.0001 20.95C18.5901 20.73 21.0001 19.31 21.0001 17.58C21.0001 16.31 20.2701 15.75 19.5601 15.75C18.8501 15.75 18.3701 16.17 18.3501 16.19C18.1501 16.38 17.8401 16.38 17.6501 16.19C17.6301 16.18 17.1901 15.75 16.4501 15.75H16.4401Z",fill:"currentColor"}))},M=x;
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=CB6539089611011664756E2164756E21
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=\"M6.38589 3C5.0622 3 3.96793 4.03179 3.8902 5.35319L3.1255 18.3532C3.04103 19.7891 4.18275 21 5.62118 21H14.5284C13.7469 20.2035 12.9629 19.052 12.9629 17.6111C12.9629 16.5044 13.3152 15.5251 13.9866 14.8089C14.6506 14.1007 15.547 13.7393 16.4458 13.7393C17.0675 13.7393 17.5929 13.8846 18.0014 14.0612C18.4098 13.8846 18.9353 13.7393 19.5569 13.7393C19.9142 13.7393 20.2712 13.7964 20.6133 13.9098L20.11 5.3532C20.0322 4.03179 18.938 3 17.6143 3H6.38589ZM8.50006 7C8.7762 7 9.00006 7.22386 9.00006 7.5C9.00006 9.15685 10.3432 10.5 12.0001 10.5C13.6569 10.5 15.0001 9.15685 15.0001 7.5C15.0001 7.22386 15.2239 7 15.5001 7C15.7762 7 16.0001 7.22386 16.0001 7.5C16.0001 9.70914 14.2092 11.5 12.0001 11.5C9.79092 11.5 8.00006 9.70914 8.00006 7.5C8.00006 7.22386 8.22392 7 8.50006 7Z\" fill=\"currentColor\"/><path d=\"M18.0001 21.97C17.5001 21.97 14.0001 20.19 14.0001 17.58C14.0001 15.72 15.2301 14.75 16.4401 14.75C17.1401 14.75 17.6701 15 18.0001 15.21C18.3201 15 18.8601 14.75 19.5601 14.75C20.7701 14.75 22.0001 15.72 22.0001 17.58C22.0001 20.19 18.5001 21.97 18.0001 21.97ZM16.4401 15.75C15.7201 15.75 15.0001 16.32 15.0001 17.58C15.0001 19.31 17.4101 20.73 18.0001 20.95C18.5901 20.73 21.0001 19.31 21.0001 17.58C21.0001 16.31 20.2701 15.75 19.5601 15.75C18.8501 15.75 18.3701 16.17 18.3501 16.19C18.1501 16.38 17.8401 16.38 17.6501 16.19C17.6301 16.18 17.1901 15.75 16.4501 15.75H16.4401Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\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=\"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,wBAAg/C,EAAh/C,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6wBAA6wB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG1+C",
9
- "debugId": "CB6539089611011664756E2164756E21",
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 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-1"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.38589 3C5.0622 3 3.96793 4.03179 3.8902 5.35319L3.1255 18.3532C3.04103 19.7891 4.18275 21 5.62118 21H14.5284C13.7469 20.2035 12.9629 19.052 12.9629 17.6111C12.9629 16.5044 13.3152 15.5251 13.9866 14.8089C14.6506 14.1007 15.547 13.7393 16.4458 13.7393C17.0675 13.7393 17.5929 13.8846 18.0014 14.0612C18.4098 13.8846 18.9353 13.7393 19.5569 13.7393C19.9142 13.7393 20.2712 13.7964 20.6133 13.9098L20.11 5.3532C20.0322 4.03179 18.938 3 17.6143 3H6.38589ZM8.50006 7C8.7762 7 9.00006 7.22386 9.00006 7.5C9.00006 9.15685 10.3432 10.5 12.0001 10.5C13.6569 10.5 15.0001 9.15685 15.0001 7.5C15.0001 7.22386 15.2239 7 15.5001 7C15.7762 7 16.0001 7.22386 16.0001 7.5C16.0001 9.70914 14.2092 11.5 12.0001 11.5C9.79092 11.5 8.00006 9.70914 8.00006 7.5C8.00006 7.22386 8.22392 7 8.50006 7Z",fill:"currentColor"}),t.createElement("path",{d:"M18.0001 21.97C17.5001 21.97 14.0001 20.19 14.0001 17.58C14.0001 15.72 15.2301 14.75 16.4401 14.75C17.1401 14.75 17.6701 15 18.0001 15.21C18.3201 15 18.8601 14.75 19.5601 14.75C20.7701 14.75 22.0001 15.72 22.0001 17.58C22.0001 20.19 18.5001 21.97 18.0001 21.97ZM16.4401 15.75C15.7201 15.75 15.0001 16.32 15.0001 17.58C15.0001 19.31 17.4101 20.73 18.0001 20.95C18.5901 20.73 21.0001 19.31 21.0001 17.58C21.0001 16.31 20.2701 15.75 19.5601 15.75C18.8501 15.75 18.3701 16.17 18.3501 16.19C18.1501 16.38 17.8401 16.38 17.6501 16.19C17.6301 16.18 17.1901 15.75 16.4501 15.75H16.4401Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike1};
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=FED8F3F195F51D4264756E2164756E21
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=\"M6.38589 3C5.0622 3 3.96793 4.03179 3.8902 5.35319L3.1255 18.3532C3.04103 19.7891 4.18275 21 5.62118 21H14.5284C13.7469 20.2035 12.9629 19.052 12.9629 17.6111C12.9629 16.5044 13.3152 15.5251 13.9866 14.8089C14.6506 14.1007 15.547 13.7393 16.4458 13.7393C17.0675 13.7393 17.5929 13.8846 18.0014 14.0612C18.4098 13.8846 18.9353 13.7393 19.5569 13.7393C19.9142 13.7393 20.2712 13.7964 20.6133 13.9098L20.11 5.3532C20.0322 4.03179 18.938 3 17.6143 3H6.38589ZM8.50006 7C8.7762 7 9.00006 7.22386 9.00006 7.5C9.00006 9.15685 10.3432 10.5 12.0001 10.5C13.6569 10.5 15.0001 9.15685 15.0001 7.5C15.0001 7.22386 15.2239 7 15.5001 7C15.7762 7 16.0001 7.22386 16.0001 7.5C16.0001 9.70914 14.2092 11.5 12.0001 11.5C9.79092 11.5 8.00006 9.70914 8.00006 7.5C8.00006 7.22386 8.22392 7 8.50006 7Z\" fill=\"currentColor\"/><path d=\"M18.0001 21.97C17.5001 21.97 14.0001 20.19 14.0001 17.58C14.0001 15.72 15.2301 14.75 16.4401 14.75C17.1401 14.75 17.6701 15 18.0001 15.21C18.3201 15 18.8601 14.75 19.5601 14.75C20.7701 14.75 22.0001 15.72 22.0001 17.58C22.0001 20.19 18.5001 21.97 18.0001 21.97ZM16.4401 15.75C15.7201 15.75 15.0001 16.32 15.0001 17.58C15.0001 19.31 17.4101 20.73 18.0001 20.95C18.5901 20.73 21.0001 19.31 21.0001 17.58C21.0001 16.31 20.2701 15.75 19.5601 15.75C18.8501 15.75 18.3701 16.17 18.3501 16.19C18.1501 16.38 17.8401 16.38 17.6501 16.19C17.6301 16.18 17.1901 15.75 16.4501 15.75H16.4401Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\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=\"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,gBAAg/C,EAAh/C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6wBAA6wB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG1+C",
9
- "debugId": "FED8F3F195F51D4264756E2164756E21",
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 n=r?v??=new WeakMap:w??=new WeakMap,p=n.get(e);if(p)return p}o=e!=null?I(V(e)):{};let C=r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o;for(let i of f(e))if(!g.call(C,i))l(C,i,{get:u.bind(e,i),enumerable:!0});if(t)n.set(e,C);return C},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:n=!0,style:p,...C})=>{return s.default.createElement("svg",{...C,"aria-hidden":n,role:n?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&&!n&&s.default.createElement("title",null,o),e)};var G={};B(G,{default:()=>H,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",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.3977 13.7545C18.8428 13.7767 18.3711 13.914 17.9991 14.0767C17.5925 13.8989 17.0669 13.7513 16.4436 13.7513C15.5551 13.7513 14.6689 14.1086 14.0125 14.8088C13.3487 15.5168 12.9991 16.4861 12.9991 17.5847C12.9991 19.4558 14.4064 20.8219 15.3181 21.5437C15.5296 21.7112 15.7398 21.8636 15.9397 22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 6V7H8.99915V6C8.99915 4.34315 10.3423 3 11.9991 3C13.656 3 14.9991 4.34315 14.9991 6Z",fill:"currentColor"}),a.default.createElement("path",{d:"M17.9991 21.97C17.4991 21.97 13.9991 20.19 13.9991 17.58C13.9991 15.72 15.2291 14.75 16.4391 14.75C17.1391 14.75 17.6691 15 17.9991 15.21C18.3191 15 18.8591 14.75 19.5591 14.75C20.7691 14.75 21.9991 15.72 21.9991 17.58C21.9991 20.19 18.4991 21.97 17.9991 21.97ZM16.4391 15.75C15.7191 15.75 14.9991 16.32 14.9991 17.58C14.9991 19.31 17.4091 20.73 17.9991 20.95C18.5891 20.73 20.9991 19.31 20.9991 17.58C20.9991 16.31 20.2691 15.75 19.5591 15.75C18.8491 15.75 18.3691 16.17 18.3491 16.19C18.1491 16.38 17.8391 16.38 17.6491 16.19C17.6291 16.18 17.1891 15.75 16.4491 15.75H16.4391Z",fill:"currentColor"}))},H=x;
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=67A3B491E765E7BD64756E2164756E21
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.3977 13.7545C18.8428 13.7767 18.3711 13.914 17.9991 14.0767C17.5925 13.8989 17.0669 13.7513 16.4436 13.7513C15.5551 13.7513 14.6689 14.1086 14.0125 14.8088C13.3487 15.5168 12.9991 16.4861 12.9991 17.5847C12.9991 19.4558 14.4064 20.8219 15.3181 21.5437C15.5296 21.7112 15.7398 21.8636 15.9397 22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 6V7H8.99915V6C8.99915 4.34315 10.3423 3 11.9991 3C13.656 3 14.9991 4.34315 14.9991 6Z\" fill=\"currentColor\"/><path d=\"M17.9991 21.97C17.4991 21.97 13.9991 20.19 13.9991 17.58C13.9991 15.72 15.2291 14.75 16.4391 14.75C17.1391 14.75 17.6691 15 17.9991 15.21C18.3191 15 18.8591 14.75 19.5591 14.75C20.7691 14.75 21.9991 15.72 21.9991 17.58C21.9991 20.19 18.4991 21.97 17.9991 21.97ZM16.4391 15.75C15.7191 15.75 14.9991 16.32 14.9991 17.58C14.9991 19.31 17.4091 20.73 17.9991 20.95C18.5891 20.73 20.9991 19.31 20.9991 17.58C20.9991 16.31 20.2691 15.75 19.5591 15.75C18.8491 15.75 18.3691 16.17 18.3491 16.19C18.1491 16.38 17.8391 16.38 17.6491 16.19C17.6291 16.18 17.1891 15.75 16.4491 15.75H16.4391Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\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 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,wBAAo2C,EAAp2C,IAAqB,EAAO,UAAU,uBAAsB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ioBAAioB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG91C",
9
- "debugId": "67A3B491E765E7BD64756E2164756E21",
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 C from"react";var l=({children:r,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:a,...i})=>{return C.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}},n&&!o&&C.createElement("title",null,n),r)};import t from"react";var s=(r)=>{return t.createElement(l,{...r,ariaLabel:"shopping-bag-like-2"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.3977 13.7545C18.8428 13.7767 18.3711 13.914 17.9991 14.0767C17.5925 13.8989 17.0669 13.7513 16.4436 13.7513C15.5551 13.7513 14.6689 14.1086 14.0125 14.8088C13.3487 15.5168 12.9991 16.4861 12.9991 17.5847C12.9991 19.4558 14.4064 20.8219 15.3181 21.5437C15.5296 21.7112 15.7398 21.8636 15.9397 22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 6V7H8.99915V6C8.99915 4.34315 10.3423 3 11.9991 3C13.656 3 14.9991 4.34315 14.9991 6Z",fill:"currentColor"}),t.createElement("path",{d:"M17.9991 21.97C17.4991 21.97 13.9991 20.19 13.9991 17.58C13.9991 15.72 15.2291 14.75 16.4391 14.75C17.1391 14.75 17.6691 15 17.9991 15.21C18.3191 15 18.8591 14.75 19.5591 14.75C20.7691 14.75 21.9991 15.72 21.9991 17.58C21.9991 20.19 18.4991 21.97 17.9991 21.97ZM16.4391 15.75C15.7191 15.75 14.9991 16.32 14.9991 17.58C14.9991 19.31 17.4091 20.73 17.9991 20.95C18.5891 20.73 20.9991 19.31 20.9991 17.58C20.9991 16.31 20.2691 15.75 19.5591 15.75C18.8491 15.75 18.3691 16.17 18.3491 16.19C18.1491 16.38 17.8391 16.38 17.6491 16.19C17.6291 16.18 17.1891 15.75 16.4491 15.75H16.4391Z",fill:"currentColor"}))},d=s;export{d as default,s as IconShoppingBagLike2};
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=BCCD8E5BB34DCF5564756E2164756E21
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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.99915 6C7.99915 3.79086 9.79001 2 11.9991 2C14.2083 2 15.9991 3.79086 15.9991 6V7H16.2645C17.5087 7 18.5635 7.91482 18.7394 9.14645L19.3977 13.7545C18.8428 13.7767 18.3711 13.914 17.9991 14.0767C17.5925 13.8989 17.0669 13.7513 16.4436 13.7513C15.5551 13.7513 14.6689 14.1086 14.0125 14.8088C13.3487 15.5168 12.9991 16.4861 12.9991 17.5847C12.9991 19.4558 14.4064 20.8219 15.3181 21.5437C15.5296 21.7112 15.7398 21.8636 15.9397 22H6.30516C4.78378 22 3.61513 20.6525 3.83028 19.1464L5.25886 9.14644C5.4348 7.91482 6.4896 7 7.73373 7H7.99915V6ZM14.9991 6V7H8.99915V6C8.99915 4.34315 10.3423 3 11.9991 3C13.656 3 14.9991 4.34315 14.9991 6Z\" fill=\"currentColor\"/><path d=\"M17.9991 21.97C17.4991 21.97 13.9991 20.19 13.9991 17.58C13.9991 15.72 15.2291 14.75 16.4391 14.75C17.1391 14.75 17.6691 15 17.9991 15.21C18.3191 15 18.8591 14.75 19.5591 14.75C20.7691 14.75 21.9991 15.72 21.9991 17.58C21.9991 20.19 18.4991 21.97 17.9991 21.97ZM16.4391 15.75C15.7191 15.75 14.9991 16.32 14.9991 17.58C14.9991 19.31 17.4091 20.73 17.9991 20.95C18.5891 20.73 20.9991 19.31 20.9991 17.58C20.9991 16.31 20.2691 15.75 19.5591 15.75C18.8491 15.75 18.3691 16.17 18.3491 16.19C18.1491 16.38 17.8391 16.38 17.6491 16.19C17.6291 16.18 17.1891 15.75 16.4491 15.75H16.4391Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\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 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,gBAAo2C,EAAp2C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ioBAAioB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG91C",
9
- "debugId": "BCCD8E5BB34DCF5564756E2164756E21",
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