@central-icons-react-native/round-filled-radius-0-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 (52) 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/filtered-icons.json +1 -1
  41. package/icons/index.d.ts +1 -1
  42. package/icons/index.js +2 -2
  43. package/icons/index.js.map +3 -3
  44. package/icons/index.mjs +2 -2
  45. package/icons/index.mjs.map +3 -3
  46. package/icons-index.json +4 -4
  47. package/index.d.ts +2 -0
  48. package/index.js +6 -0
  49. package/index.mjs +2 -0
  50. package/license-check.js +1 -1
  51. package/package.json +1 -1
  52. package/skills/central-icons-react-native/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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagEdit2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H18C18.2488 7 18.4598 7.18296 18.495 7.42929L19.4301 13.9752C18.4627 13.8163 17.4355 14.1098 16.6893 14.8559L12.5858 18.9595C12.2107 19.3346 12 19.8433 12 20.3737V22H4C3.85506 22 3.71724 21.9371 3.62228 21.8276C3.52731 21.7181 3.48453 21.5728 3.50503 21.4293L5.50503 7.42929C5.54022 7.18296 5.75118 7 6 7H8V6ZM15 7V6C15 4.34315 13.6569 3 12 3C10.3431 3 9 4.34315 9 6V7H15Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.4369 15.563C19.5973 14.7235 18.236 14.7235 17.3964 15.563L13.1464 19.813C13.0527 19.9068 13 20.034 13 20.1666V22.4999C13 22.7761 13.2239 22.9999 13.5 22.9999H15.8333C15.9659 22.9999 16.0931 22.9473 16.1869 22.8535L20.4369 18.6035C21.2765 17.7639 21.2765 16.4026 20.4369 15.563ZM18.1036 16.2702C18.5526 15.8211 19.2807 15.8211 19.7298 16.2702C20.1789 16.7192 20.1789 17.4473 19.7298 17.8964L15.6262 21.9999H14V20.3737L18.1036 16.2702Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagEdit2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M17.3966 15.5635C18.2361 14.7239 19.597 14.724 20.4366 15.5635C21.2762 16.4031 21.2762 17.7639 20.4366 18.6035L16.1866 22.8535C16.0928 22.9472 15.9657 23 15.8331 23H13.5001C13.2239 23 13.0001 22.7761 13.0001 22.5V20.167C13.0001 20.0344 13.0528 19.9072 13.1466 19.8135L17.3966 15.5635Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0001 2C14.2092 2 16.0001 3.79086 16.0001 6V7H18.0001C18.2489 7 18.46 7.18337 18.4952 7.42969L19.4307 13.9785C18.4632 13.8192 17.4359 14.1093 16.6895 14.8555L12.586 18.96C12.2111 19.335 12.0001 19.8437 12.0001 20.374V22H4.00007C3.85515 22 3.71709 21.9366 3.62214 21.8271C3.5275 21.7178 3.48462 21.5729 3.50495 21.4297L5.50495 7.42969C5.54014 7.18339 5.75128 7.00004 6.00007 7H8.00007V6C8.00007 3.79089 9.79096 2.00004 12.0001 2ZM12.0001 3C10.3432 3.00004 9.00007 4.34317 9.00007 6V7H15.0001V6C15.0001 4.34315 13.6569 3 12.0001 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagEdit2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA4gC,EAA5gC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gbAAgb,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wbAAwb,KAAK,eAAc,CAAI,GAGtgC",
9
- "debugId": "43BC15586F759D5764756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAo7B,EAAp7B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+RAA+R,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uhBAAuhB,KAAK,eAAc,CAAI,GAG96B",
9
+ "debugId": "3FAC5133DBC38E8064756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var h=Object.create;var{getPrototypeOf:S,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function B(C){return this[C]}var F,M,d=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var f=o?F??=new WeakMap:M??=new WeakMap,i=f.get(C);if(i)return i}r=C!=null?h(S(C)):{};let t=o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r;for(let l of c(C))if(!u.call(t,l))n(t,l,{get:B.bind(C,l),enumerable:!0});if(e)f.set(C,t);return t},g=(C)=>{var o=(s??=new WeakMap).get(C),r;if(o)return o;if(o=n({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var e of c(C))if(!u.call(o,e))n(o,e,{get:B.bind(C,e),enumerable:!(r=y(C,e))||r.enumerable})}return s.set(C,o),o},s;var Z=(C)=>C;function b(C,o){this[C]=Z.bind(null,o)}var I=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0,configurable:!0,set:b.bind(o,r)})};var H={};I(H,{CentralIconBase:()=>a});module.exports=g(H);var v=d(require("react")),x=require("react-native-svg"),a=({children:C,size:o=24,...r})=>{return v.default.createElement(x.Svg,{...r,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C)};var L={};I(L,{default:()=>w,IconShoppingBagLike1:()=>P});module.exports=g(L);var p=d(require("react"));var m=require("react-native-svg"),P=(C)=>{return p.default.createElement(a,{...C},p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3C4.23526 3 4.01641 3.20636 4.00086 3.47064L3.00086 20.4706C2.99278 20.6081 3.04174 20.7428 3.13621 20.843C3.23069 20.9432 3.3623 21 3.5 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.2711 13.7964 20.6132 13.9097L19.9991 3.47064C19.9836 3.20636 19.7647 3 19.5 3H4.5ZM8.5 7C8.77614 7 9 7.22386 9 7.5C9 9.15685 10.3431 10.5 12 10.5C13.6569 10.5 15 9.15685 15 7.5C15 7.22386 15.2239 7 15.5 7C15.7761 7 16 7.22386 16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 7.22386 8.22386 7 8.5 7Z",fill:"currentColor"}),p.default.createElement(m.Path,{d:"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z",fill:"currentColor"}))},w=P;
1
+ var h=Object.create;var{getPrototypeOf:S,defineProperty:n,getOwnPropertyNames:d,getOwnPropertyDescriptor:y}=Object,s=Object.prototype.hasOwnProperty;function u(o){return this[o]}var F,M,v=(o,r,C)=>{var e=o!=null&&typeof o==="object";if(e){var f=r?F??=new WeakMap:M??=new WeakMap,m=f.get(o);if(m)return m}C=o!=null?h(S(o)):{};let t=r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C;for(let p of d(o))if(!s.call(t,p))n(t,p,{get:u.bind(o,p),enumerable:!0});if(e)f.set(o,t);return t},B=(o)=>{var r=(c??=new WeakMap).get(o),C;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of d(o))if(!s.call(r,e))n(r,e,{get:u.bind(o,e),enumerable:!(C=y(o,e))||C.enumerable})}return c.set(o,r),r},c;var Z=(o)=>o;function b(o,r){this[o]=Z.bind(null,r)}var g=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0,configurable:!0,set:b.bind(r,C)})};var L={};g(L,{CentralIconBase:()=>a});module.exports=B(L);var I=v(require("react")),x=require("react-native-svg"),a=({children:o,size:r=24,...C})=>{return I.default.createElement(x.Svg,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var w={};g(w,{default:()=>H,IconShoppingBagLike1:()=>P});module.exports=B(w);var l=v(require("react"));var i=require("react-native-svg"),P=(o)=>{return l.default.createElement(a,{...o},l.default.createElement(i.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6044 14.9092C16.2819 14.5028 17.1751 14.4729 17.9999 15.0059C18.8244 14.4731 19.717 14.5032 20.3944 14.9092C21.2767 15.2531 21.9999 16.1545 21.9999 17.5801C21.9998 20.19 18.4999 21.9697 17.9999 21.9697C17.4999 21.9697 14 20.19 13.9999 17.5801C13.9999 16.1549 14.7224 15.2533 15.6044 14.9092ZM19.3788 20.1113C18.6431 20.5996 17.9999 20.8555 17.9999 20.8555C17.9999 20.8555 17.356 20.5999 16.62 20.1113C17.1924 20.556 17.7538 20.8584 17.9999 20.9502C18.2459 20.8585 18.8066 20.5558 19.3788 20.1113Z",fill:"currentColor"}),l.default.createElement(i.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4999 3C19.7646 3 19.9834 3.20642 19.9989 3.4707L20.6132 13.9102C20.2711 13.7969 19.9138 13.7393 19.5565 13.7393C18.935 13.7393 18.4092 13.885 18.0009 14.0615C17.5924 13.885 17.0668 13.7393 16.4452 13.7393C15.5466 13.7394 14.65 14.1005 13.9862 14.8086C13.3148 15.5248 12.9628 16.5046 12.9628 17.6113C12.9629 19.0521 13.7468 20.2035 14.5282 21H3.49989C3.36218 21 3.2301 20.943 3.13563 20.8428C3.0414 20.7426 2.9928 20.608 3.00086 20.4707L4.00086 3.4707C4.01641 3.20642 4.23515 3 4.49989 3H19.4999ZM15.4999 7C15.2237 7 14.9999 7.22386 14.9999 7.5C14.9999 9.15685 13.6567 10.5 11.9999 10.5C10.343 10.5 8.99989 9.15685 8.99989 7.5C8.99989 7.22386 8.77603 7 8.49989 7C8.22374 7 7.99989 7.22386 7.99989 7.5C7.99989 9.70914 9.79075 11.5 11.9999 11.5C14.209 11.5 15.9999 9.70914 15.9999 7.5C15.9999 7.22386 15.776 7 15.4999 7Z",fill:"currentColor"}))},H=P;
2
2
 
3
- //# debugId=0FBDEF3DF243A39B64756E2164756E21
3
+ //# debugId=F7012F108DC7C2D164756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 3C4.23526 3 4.01641 3.20636 4.00086 3.47064L3.00086 20.4706C2.99278 20.6081 3.04174 20.7428 3.13621 20.843C3.23069 20.9432 3.3623 21 3.5 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.2711 13.7964 20.6132 13.9097L19.9991 3.47064C19.9836 3.20636 19.7647 3 19.5 3H4.5ZM8.5 7C8.77614 7 9 7.22386 9 7.5C9 9.15685 10.3431 10.5 12 10.5C13.6569 10.5 15 9.15685 15 7.5C15 7.22386 15.2239 7 15.5 7C15.7761 7 16 7.22386 16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 7.22386 8.22386 7 8.5 7Z\" fill=\"currentColor\"/><Path d=\"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.6044 14.9092C16.2819 14.5028 17.1751 14.4729 17.9999 15.0059C18.8244 14.4731 19.717 14.5032 20.3944 14.9092C21.2767 15.2531 21.9999 16.1545 21.9999 17.5801C21.9998 20.19 18.4999 21.9697 17.9999 21.9697C17.4999 21.9697 14 20.19 13.9999 17.5801C13.9999 16.1549 14.7224 15.2533 15.6044 14.9092ZM19.3788 20.1113C18.6431 20.5996 17.9999 20.8555 17.9999 20.8555C17.9999 20.8555 17.356 20.5999 16.62 20.1113C17.1924 20.556 17.7538 20.8584 17.9999 20.9502C18.2459 20.8585 18.8066 20.5558 19.3788 20.1113Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.4999 3C19.7646 3 19.9834 3.20642 19.9989 3.4707L20.6132 13.9102C20.2711 13.7969 19.9138 13.7393 19.5565 13.7393C18.935 13.7393 18.4092 13.885 18.0009 14.0615C17.5924 13.885 17.0668 13.7393 16.4452 13.7393C15.5466 13.7394 14.65 14.1005 13.9862 14.8086C13.3148 15.5248 12.9628 16.5046 12.9628 17.6113C12.9629 19.0521 13.7468 20.2035 14.5282 21H3.49989C3.36218 21 3.2301 20.943 3.13563 20.8428C3.0414 20.7426 2.9928 20.608 3.00086 20.4707L4.00086 3.4707C4.01641 3.20642 4.23515 3 4.49989 3H19.4999ZM15.4999 7C15.2237 7 14.9999 7.22386 14.9999 7.5C14.9999 9.15685 13.6567 10.5 11.9999 10.5C10.343 10.5 8.99989 9.15685 8.99989 7.5C8.99989 7.22386 8.77603 7 8.49989 7C8.22374 7 7.99989 7.22386 7.99989 7.5C7.99989 9.70914 9.79075 11.5 11.9999 11.5C14.209 11.5 15.9999 9.70914 15.9999 7.5C15.9999 7.22386 15.776 7 15.4999 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAA0xC,EAA1xC,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6tBAA6tB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAGpxC",
9
- "debugId": "0FBDEF3DF243A39B64756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAm9C,EAAn9C,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ufAAuf,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wzBAAwzB,KAAK,eAAc,CAAI,GAG78C",
9
+ "debugId": "F7012F108DC7C2D164756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...t})=>{return p.createElement(l,{...t,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return r.createElement(e,{...o},r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 3C4.23526 3 4.01641 3.20636 4.00086 3.47064L3.00086 20.4706C2.99278 20.6081 3.04174 20.7428 3.13621 20.843C3.23069 20.9432 3.3623 21 3.5 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.2711 13.7964 20.6132 13.9097L19.9991 3.47064C19.9836 3.20636 19.7647 3 19.5 3H4.5ZM8.5 7C8.77614 7 9 7.22386 9 7.5C9 9.15685 10.3431 10.5 12 10.5C13.6569 10.5 15 9.15685 15 7.5C15 7.22386 15.2239 7 15.5 7C15.7761 7 16 7.22386 16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 7.22386 8.22386 7 8.5 7Z",fill:"currentColor"}),r.createElement(n,{d:"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike1};
1
+ import l from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>{return l.createElement(p,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import C from"react";import{Path as n}from"react-native-svg";var a=(r)=>{return C.createElement(e,{...r},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6044 14.9092C16.2819 14.5028 17.1751 14.4729 17.9999 15.0059C18.8244 14.4731 19.717 14.5032 20.3944 14.9092C21.2767 15.2531 21.9999 16.1545 21.9999 17.5801C21.9998 20.19 18.4999 21.9697 17.9999 21.9697C17.4999 21.9697 14 20.19 13.9999 17.5801C13.9999 16.1549 14.7224 15.2533 15.6044 14.9092ZM19.3788 20.1113C18.6431 20.5996 17.9999 20.8555 17.9999 20.8555C17.9999 20.8555 17.356 20.5999 16.62 20.1113C17.1924 20.556 17.7538 20.8584 17.9999 20.9502C18.2459 20.8585 18.8066 20.5558 19.3788 20.1113Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4999 3C19.7646 3 19.9834 3.20642 19.9989 3.4707L20.6132 13.9102C20.2711 13.7969 19.9138 13.7393 19.5565 13.7393C18.935 13.7393 18.4092 13.885 18.0009 14.0615C17.5924 13.885 17.0668 13.7393 16.4452 13.7393C15.5466 13.7394 14.65 14.1005 13.9862 14.8086C13.3148 15.5248 12.9628 16.5046 12.9628 17.6113C12.9629 19.0521 13.7468 20.2035 14.5282 21H3.49989C3.36218 21 3.2301 20.943 3.13563 20.8428C3.0414 20.7426 2.9928 20.608 3.00086 20.4707L4.00086 3.4707C4.01641 3.20642 4.23515 3 4.49989 3H19.4999ZM15.4999 7C15.2237 7 14.9999 7.22386 14.9999 7.5C14.9999 9.15685 13.6567 10.5 11.9999 10.5C10.343 10.5 8.99989 9.15685 8.99989 7.5C8.99989 7.22386 8.77603 7 8.49989 7C8.22374 7 7.99989 7.22386 7.99989 7.5C7.99989 9.70914 9.79075 11.5 11.9999 11.5C14.209 11.5 15.9999 9.70914 15.9999 7.5C15.9999 7.22386 15.776 7 15.4999 7Z",fill:"currentColor"}))},I=a;export{I as default,a as IconShoppingBagLike1};
2
2
 
3
- //# debugId=19B3BAA966CD5B2664756E2164756E21
3
+ //# debugId=940FDCA60591486264756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike1/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 3C4.23526 3 4.01641 3.20636 4.00086 3.47064L3.00086 20.4706C2.99278 20.6081 3.04174 20.7428 3.13621 20.843C3.23069 20.9432 3.3623 21 3.5 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.2711 13.7964 20.6132 13.9097L19.9991 3.47064C19.9836 3.20636 19.7647 3 19.5 3H4.5ZM8.5 7C8.77614 7 9 7.22386 9 7.5C9 9.15685 10.3431 10.5 12 10.5C13.6569 10.5 15 9.15685 15 7.5C15 7.22386 15.2239 7 15.5 7C15.7761 7 16 7.22386 16 7.5C16 9.70914 14.2091 11.5 12 11.5C9.79086 11.5 8 9.70914 8 7.5C8 7.22386 8.22386 7 8.5 7Z\" fill=\"currentColor\"/><Path d=\"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.6044 14.9092C16.2819 14.5028 17.1751 14.4729 17.9999 15.0059C18.8244 14.4731 19.717 14.5032 20.3944 14.9092C21.2767 15.2531 21.9999 16.1545 21.9999 17.5801C21.9998 20.19 18.4999 21.9697 17.9999 21.9697C17.4999 21.9697 14 20.19 13.9999 17.5801C13.9999 16.1549 14.7224 15.2533 15.6044 14.9092ZM19.3788 20.1113C18.6431 20.5996 17.9999 20.8555 17.9999 20.8555C17.9999 20.8555 17.356 20.5999 16.62 20.1113C17.1924 20.556 17.7538 20.8584 17.9999 20.9502C18.2459 20.8585 18.8066 20.5558 19.3788 20.1113Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.4999 3C19.7646 3 19.9834 3.20642 19.9989 3.4707L20.6132 13.9102C20.2711 13.7969 19.9138 13.7393 19.5565 13.7393C18.935 13.7393 18.4092 13.885 18.0009 14.0615C17.5924 13.885 17.0668 13.7393 16.4452 13.7393C15.5466 13.7394 14.65 14.1005 13.9862 14.8086C13.3148 15.5248 12.9628 16.5046 12.9628 17.6113C12.9629 19.0521 13.7468 20.2035 14.5282 21H3.49989C3.36218 21 3.2301 20.943 3.13563 20.8428C3.0414 20.7426 2.9928 20.608 3.00086 20.4707L4.00086 3.4707C4.01641 3.20642 4.23515 3 4.49989 3H19.4999ZM15.4999 7C15.2237 7 14.9999 7.22386 14.9999 7.5C14.9999 9.15685 13.6567 10.5 11.9999 10.5C10.343 10.5 8.99989 9.15685 8.99989 7.5C8.99989 7.22386 8.77603 7 8.49989 7C8.22374 7 7.99989 7.22386 7.99989 7.5C7.99989 9.70914 9.79075 11.5 11.9999 11.5C14.209 11.5 15.9999 9.70914 15.9999 7.5C15.9999 7.22386 15.776 7 15.4999 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike1;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA0xC,EAA1xC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6tBAA6tB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAGpxC",
9
- "debugId": "19B3BAA966CD5B2664756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAm9C,EAAn9C,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ufAAuf,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wzBAAwzB,KAAK,eAAc,CAAI,GAG78C",
9
+ "debugId": "940FDCA60591486264756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var h=Object.create;var{getPrototypeOf:H,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:S}=Object,u=Object.prototype.hasOwnProperty;function B(o){return this[o]}var y,F,d=(o,r,C)=>{var e=o!=null&&typeof o==="object";if(e){var f=r?y??=new WeakMap:F??=new WeakMap,i=f.get(o);if(i)return i}C=o!=null?h(H(o)):{};let t=r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C;for(let l of c(o))if(!u.call(t,l))n(t,l,{get:B.bind(o,l),enumerable:!0});if(e)f.set(o,t);return t},g=(o)=>{var r=(s??=new WeakMap).get(o),C;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of c(o))if(!u.call(r,e))n(r,e,{get:B.bind(o,e),enumerable:!(C=S(o,e))||C.enumerable})}return s.set(o,r),r},s;var M=(o)=>o;function V(o,r){this[o]=M.bind(null,r)}var I=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0,configurable:!0,set:V.bind(r,C)})};var Z={};I(Z,{CentralIconBase:()=>a});module.exports=g(Z);var v=d(require("react")),x=require("react-native-svg"),a=({children:o,size:r=24,...C})=>{return v.default.createElement(x.Svg,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var b={};I(b,{default:()=>L,IconShoppingBagLike2:()=>P});module.exports=g(b);var p=d(require("react"));var m=require("react-native-svg"),P=(o)=>{return p.default.createElement(a,{...o},p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H18C18.2488 7 18.4598 7.18296 18.495 7.42929L19.3986 13.7545C18.8436 13.7767 18.372 13.914 18 14.0767C17.5934 13.8989 17.0678 13.7513 16.4444 13.7513C15.556 13.7513 14.6698 14.1086 14.0133 14.8088C13.3496 15.5168 13 16.4861 13 17.5847C13 19.4558 14.4072 20.8219 15.3189 21.5437C15.5305 21.7112 15.7406 21.8636 15.9405 22H4C3.85506 22 3.71724 21.9371 3.62228 21.8276C3.52731 21.7181 3.48453 21.5728 3.50503 21.4293L5.50503 7.42929C5.54022 7.18296 5.75118 7 6 7H8V6ZM15 6V7H9V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6Z",fill:"currentColor"}),p.default.createElement(m.Path,{d:"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z",fill:"currentColor"}))},L=P;
1
+ var h=Object.create;var{getPrototypeOf:S,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function B(C){return this[C]}var F,H,d=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var f=o?F??=new WeakMap:H??=new WeakMap,i=f.get(C);if(i)return i}r=C!=null?h(S(C)):{};let t=o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r;for(let l of c(C))if(!u.call(t,l))n(t,l,{get:B.bind(C,l),enumerable:!0});if(e)f.set(C,t);return t},g=(C)=>{var o=(s??=new WeakMap).get(C),r;if(o)return o;if(o=n({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var e of c(C))if(!u.call(o,e))n(o,e,{get:B.bind(C,e),enumerable:!(r=y(C,e))||r.enumerable})}return s.set(C,o),o},s;var V=(C)=>C;function b(C,o){this[C]=V.bind(null,o)}var I=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0,configurable:!0,set:b.bind(o,r)})};var L={};I(L,{CentralIconBase:()=>a});module.exports=g(L);var v=d(require("react")),x=require("react-native-svg"),a=({children:C,size:o=24,...r})=>{return v.default.createElement(x.Svg,{...r,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C)};var M={};I(M,{default:()=>Z,IconShoppingBagLike2:()=>P});module.exports=g(M);var p=d(require("react"));var m=require("react-native-svg"),P=(C)=>{return p.default.createElement(a,{...C},p.default.createElement(m.Path,{d:"M19.5557 14.7783C20.1759 14.7783 20.7951 15.0271 21.2569 15.5195C21.7209 16.0146 22 16.7268 22.0001 17.6113C21.9998 18.964 21.0427 20.0658 20.1778 20.7803C19.7321 21.1485 19.2778 21.4419 18.9132 21.6445C18.731 21.7457 18.5653 21.8271 18.4307 21.8848C18.3642 21.9133 18.2995 21.939 18.2403 21.958C18.1976 21.9717 18.1027 22.001 18.0001 22.001C17.8974 22.001 17.8026 21.9717 17.7598 21.958C17.7006 21.939 17.6359 21.9133 17.5694 21.8848C17.4349 21.8271 17.2692 21.7457 17.087 21.6445C16.7224 21.4419 16.2681 21.1485 15.8223 20.7803C14.9575 20.0658 14.0003 18.964 14.0001 17.6113C14.0001 16.7268 14.2792 16.0146 14.7432 15.5195C15.205 15.0271 15.8243 14.7783 16.4444 14.7783C17.0327 14.7783 17.5037 14.9549 17.8262 15.1309C17.89 15.1657 17.9475 15.2026 18.0001 15.2363C18.0527 15.2026 18.1101 15.1657 18.1739 15.1309C18.4964 14.9549 18.9675 14.7783 19.5557 14.7783Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 2C14.2092 2 16.0001 3.79086 16.0001 6V7H18.0001C18.2489 7 18.46 7.18337 18.4952 7.42969L19.3985 13.7549C18.8438 13.7771 18.372 13.9136 18.0001 14.0762C17.5935 13.8984 17.0676 13.751 16.4444 13.751C15.5561 13.751 14.6701 14.1086 14.0137 14.8086C13.35 15.5166 13.0001 16.4865 13.0001 17.585C13.0002 19.4559 14.4077 20.8222 15.3194 21.5439C15.5317 21.712 15.7438 21.8633 15.9444 22H4.00007C3.85515 22 3.71709 21.9366 3.62214 21.8271C3.5275 21.7178 3.48462 21.5729 3.50495 21.4297L5.50495 7.42969C5.54014 7.18339 5.75128 7.00004 6.00007 7H8.00007V6C8.00007 3.79089 9.79096 2.00004 12.0001 2ZM12.0001 3C10.3432 3.00004 9.00007 4.34317 9.00007 6V7H15.0001V6C15.0001 4.34315 13.6569 3 12.0001 3Z",fill:"currentColor"}))},Z=P;
2
2
 
3
- //# debugId=9294275302E5298264756E2164756E21
3
+ //# debugId=82A9E93F9D625D1F64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H18C18.2488 7 18.4598 7.18296 18.495 7.42929L19.3986 13.7545C18.8436 13.7767 18.372 13.914 18 14.0767C17.5934 13.8989 17.0678 13.7513 16.4444 13.7513C15.556 13.7513 14.6698 14.1086 14.0133 14.8088C13.3496 15.5168 13 16.4861 13 17.5847C13 19.4558 14.4072 20.8219 15.3189 21.5437C15.5305 21.7112 15.7406 21.8636 15.9405 22H4C3.85506 22 3.71724 21.9371 3.62228 21.8276C3.52731 21.7181 3.48453 21.5728 3.50503 21.4293L5.50503 7.42929C5.54022 7.18296 5.75118 7 6 7H8V6ZM15 6V7H9V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6Z\" fill=\"currentColor\"/><Path d=\"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5557 14.7783C20.1759 14.7783 20.7951 15.0271 21.2569 15.5195C21.7209 16.0146 22 16.7268 22.0001 17.6113C21.9998 18.964 21.0427 20.0658 20.1778 20.7803C19.7321 21.1485 19.2778 21.4419 18.9132 21.6445C18.731 21.7457 18.5653 21.8271 18.4307 21.8848C18.3642 21.9133 18.2995 21.939 18.2403 21.958C18.1976 21.9717 18.1027 22.001 18.0001 22.001C17.8974 22.001 17.8026 21.9717 17.7598 21.958C17.7006 21.939 17.6359 21.9133 17.5694 21.8848C17.4349 21.8271 17.2692 21.7457 17.087 21.6445C16.7224 21.4419 16.2681 21.1485 15.8223 20.7803C14.9575 20.0658 14.0003 18.964 14.0001 17.6113C14.0001 16.7268 14.2792 16.0146 14.7432 15.5195C15.205 15.0271 15.8243 14.7783 16.4444 14.7783C17.0327 14.7783 17.5037 14.9549 17.8262 15.1309C17.89 15.1657 17.9475 15.2026 18.0001 15.2363C18.0527 15.2026 18.1101 15.1657 18.1739 15.1309C18.4964 14.9549 18.9675 14.7783 19.5557 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0001 2C14.2092 2 16.0001 3.79086 16.0001 6V7H18.0001C18.2489 7 18.46 7.18337 18.4952 7.42969L19.3985 13.7549C18.8438 13.7771 18.372 13.9136 18.0001 14.0762C17.5935 13.8984 17.0676 13.751 16.4444 13.751C15.5561 13.751 14.6701 14.1086 14.0137 14.8086C13.35 15.5166 13.0001 16.4865 13.0001 17.585C13.0002 19.4559 14.4077 20.8222 15.3194 21.5439C15.5317 21.712 15.7438 21.8633 15.9444 22H4.00007C3.85515 22 3.71709 21.9366 3.62214 21.8271C3.5275 21.7178 3.48462 21.5729 3.50495 21.4297L5.50495 7.42969C5.54014 7.18339 5.75128 7.00004 6.00007 7H8.00007V6C8.00007 3.79089 9.79096 2.00004 12.0001 2ZM12.0001 3C10.3432 3.00004 9.00007 4.34317 9.00007 6V7H15.0001V6C15.0001 4.34315 13.6569 3 12.0001 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAwoC,EAAxoC,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2kBAA2kB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAGloC",
9
- "debugId": "9294275302E5298264756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAA2pD,EAA3pD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,i2BAAi2B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4rBAA4rB,KAAK,eAAc,CAAI,GAGrpD",
9
+ "debugId": "82A9E93F9D625D1F64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>{return p.createElement(l,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import C from"react";import{Path as n}from"react-native-svg";var a=(r)=>{return C.createElement(e,{...r},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H18C18.2488 7 18.4598 7.18296 18.495 7.42929L19.3986 13.7545C18.8436 13.7767 18.372 13.914 18 14.0767C17.5934 13.8989 17.0678 13.7513 16.4444 13.7513C15.556 13.7513 14.6698 14.1086 14.0133 14.8088C13.3496 15.5168 13 16.4861 13 17.5847C13 19.4558 14.4072 20.8219 15.3189 21.5437C15.5305 21.7112 15.7406 21.8636 15.9405 22H4C3.85506 22 3.71724 21.9371 3.62228 21.8276C3.52731 21.7181 3.48453 21.5728 3.50503 21.4293L5.50503 7.42929C5.54022 7.18296 5.75118 7 6 7H8V6ZM15 6V7H9V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6Z",fill:"currentColor"}),C.createElement(n,{d:"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...t})=>{return p.createElement(l,{...t,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return r.createElement(e,{...o},r.createElement(n,{d:"M19.5557 14.7783C20.1759 14.7783 20.7951 15.0271 21.2569 15.5195C21.7209 16.0146 22 16.7268 22.0001 17.6113C21.9998 18.964 21.0427 20.0658 20.1778 20.7803C19.7321 21.1485 19.2778 21.4419 18.9132 21.6445C18.731 21.7457 18.5653 21.8271 18.4307 21.8848C18.3642 21.9133 18.2995 21.939 18.2403 21.958C18.1976 21.9717 18.1027 22.001 18.0001 22.001C17.8974 22.001 17.8026 21.9717 17.7598 21.958C17.7006 21.939 17.6359 21.9133 17.5694 21.8848C17.4349 21.8271 17.2692 21.7457 17.087 21.6445C16.7224 21.4419 16.2681 21.1485 15.8223 20.7803C14.9575 20.0658 14.0003 18.964 14.0001 17.6113C14.0001 16.7268 14.2792 16.0146 14.7432 15.5195C15.205 15.0271 15.8243 14.7783 16.4444 14.7783C17.0327 14.7783 17.5037 14.9549 17.8262 15.1309C17.89 15.1657 17.9475 15.2026 18.0001 15.2363C18.0527 15.2026 18.1101 15.1657 18.1739 15.1309C18.4964 14.9549 18.9675 14.7783 19.5557 14.7783Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 2C14.2092 2 16.0001 3.79086 16.0001 6V7H18.0001C18.2489 7 18.46 7.18337 18.4952 7.42969L19.3985 13.7549C18.8438 13.7771 18.372 13.9136 18.0001 14.0762C17.5935 13.8984 17.0676 13.751 16.4444 13.751C15.5561 13.751 14.6701 14.1086 14.0137 14.8086C13.35 15.5166 13.0001 16.4865 13.0001 17.585C13.0002 19.4559 14.4077 20.8222 15.3194 21.5439C15.5317 21.712 15.7438 21.8633 15.9444 22H4.00007C3.85515 22 3.71709 21.9366 3.62214 21.8271C3.5275 21.7178 3.48462 21.5729 3.50495 21.4297L5.50495 7.42969C5.54014 7.18339 5.75128 7.00004 6.00007 7H8.00007V6C8.00007 3.79089 9.79096 2.00004 12.0001 2ZM12.0001 3C10.3432 3.00004 9.00007 4.34317 9.00007 6V7H15.0001V6C15.0001 4.34315 13.6569 3 12.0001 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
2
2
 
3
- //# debugId=8E1EFF92874687E464756E2164756E21
3
+ //# debugId=82530D772FAF69CA64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H18C18.2488 7 18.4598 7.18296 18.495 7.42929L19.3986 13.7545C18.8436 13.7767 18.372 13.914 18 14.0767C17.5934 13.8989 17.0678 13.7513 16.4444 13.7513C15.556 13.7513 14.6698 14.1086 14.0133 14.8088C13.3496 15.5168 13 16.4861 13 17.5847C13 19.4558 14.4072 20.8219 15.3189 21.5437C15.5305 21.7112 15.7406 21.8636 15.9405 22H4C3.85506 22 3.71724 21.9371 3.62228 21.8276C3.52731 21.7181 3.48453 21.5728 3.50503 21.4293L5.50503 7.42929C5.54022 7.18296 5.75118 7 6 7H8V6ZM15 6V7H9V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6Z\" fill=\"currentColor\"/><Path d=\"M18 21.97C17.5 21.97 14 20.19 14 17.58C14 15.72 15.23 14.75 16.44 14.75C17.14 14.75 17.67 15 18 15.21C18.32 15 18.86 14.75 19.56 14.75C20.77 14.75 22 15.72 22 17.58C22 20.19 18.5 21.97 18 21.97ZM16.44 15.75C15.72 15.75 15 16.32 15 17.58C15 19.31 17.41 20.73 18 20.95C18.59 20.73 21 19.31 21 17.58C21 16.31 20.27 15.75 19.56 15.75C18.85 15.75 18.37 16.17 18.35 16.19C18.15 16.38 17.84 16.38 17.65 16.19C17.63 16.18 17.19 15.75 16.45 15.75H16.44Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5557 14.7783C20.1759 14.7783 20.7951 15.0271 21.2569 15.5195C21.7209 16.0146 22 16.7268 22.0001 17.6113C21.9998 18.964 21.0427 20.0658 20.1778 20.7803C19.7321 21.1485 19.2778 21.4419 18.9132 21.6445C18.731 21.7457 18.5653 21.8271 18.4307 21.8848C18.3642 21.9133 18.2995 21.939 18.2403 21.958C18.1976 21.9717 18.1027 22.001 18.0001 22.001C17.8974 22.001 17.8026 21.9717 17.7598 21.958C17.7006 21.939 17.6359 21.9133 17.5694 21.8848C17.4349 21.8271 17.2692 21.7457 17.087 21.6445C16.7224 21.4419 16.2681 21.1485 15.8223 20.7803C14.9575 20.0658 14.0003 18.964 14.0001 17.6113C14.0001 16.7268 14.2792 16.0146 14.7432 15.5195C15.205 15.0271 15.8243 14.7783 16.4444 14.7783C17.0327 14.7783 17.5037 14.9549 17.8262 15.1309C17.89 15.1657 17.9475 15.2026 18.0001 15.2363C18.0527 15.2026 18.1101 15.1657 18.1739 15.1309C18.4964 14.9549 18.9675 14.7783 19.5557 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0001 2C14.2092 2 16.0001 3.79086 16.0001 6V7H18.0001C18.2489 7 18.46 7.18337 18.4952 7.42969L19.3985 13.7549C18.8438 13.7771 18.372 13.9136 18.0001 14.0762C17.5935 13.8984 17.0676 13.751 16.4444 13.751C15.5561 13.751 14.6701 14.1086 14.0137 14.8086C13.35 15.5166 13.0001 16.4865 13.0001 17.585C13.0002 19.4559 14.4077 20.8222 15.3194 21.5439C15.5317 21.712 15.7438 21.8633 15.9444 22H4.00007C3.85515 22 3.71709 21.9366 3.62214 21.8271C3.5275 21.7178 3.48462 21.5729 3.50495 21.4297L5.50495 7.42969C5.54014 7.18339 5.75128 7.00004 6.00007 7H8.00007V6C8.00007 3.79089 9.79096 2.00004 12.0001 2ZM12.0001 3C10.3432 3.00004 9.00007 4.34317 9.00007 6V7H15.0001V6C15.0001 4.34315 13.6569 3 12.0001 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAwoC,EAAxoC,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2kBAA2kB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAGloC",
9
- "debugId": "8E1EFF92874687E464756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA2pD,EAA3pD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,i2BAAi2B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4rBAA4rB,KAAK,eAAc,CAAI,GAGrpD",
9
+ "debugId": "82530D772FAF69CA64756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -412,6 +412,7 @@ Below is a complete list of available icons:
412
412
  - IconQm3
413
413
  - Icon3dBoxTop
414
414
  - Icon3dBoxBottom
415
+ - IconReframe
415
416
 
416
417
  ### Building
417
418
 
@@ -781,6 +782,7 @@ Below is a complete list of available icons:
781
782
  - IconWrite3
782
783
  - IconColorPalette2
783
784
  - IconEyedropper
785
+ - IconExtendImage
784
786
 
785
787
  ### Emoji
786
788