@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.258 → 1.1.259

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.
@@ -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=\"M7.99963 6C7.99963 3.79086 9.79049 2 11.9996 2C14.2088 2 15.9996 3.79086 15.9996 6V7H17.1323C17.8788 7 18.5117 7.54889 18.6172 8.28787L19.3982 13.7545C18.8433 13.7767 18.3716 13.914 17.9996 14.0767C17.593 13.8989 17.0674 13.7513 16.4441 13.7513C15.5556 13.7513 14.6694 14.1086 14.013 14.8088C13.3492 15.5168 12.9996 16.4861 12.9996 17.5847C12.9996 19.4558 14.4068 20.8219 15.3186 21.5437C15.5301 21.7112 15.7403 21.8636 15.9402 22H5.15263C4.2398 22 3.53861 21.1915 3.6677 20.2879L5.38199 8.28787C5.48755 7.54889 6.12044 7 6.86691 7H7.99963V6ZM14.9996 6V7H8.99963V6C8.99963 4.34315 10.3428 3 11.9996 3C13.6565 3 14.9996 4.34315 14.9996 6Z\" fill=\"currentColor\"/><Path d=\"M17.9996 21.97C17.4996 21.97 13.9996 20.19 13.9996 17.58C13.9996 15.72 15.2296 14.75 16.4396 14.75C17.1396 14.75 17.6696 15 17.9996 15.21C18.3196 15 18.8596 14.75 19.5596 14.75C20.7696 14.75 21.9996 15.72 21.9996 17.58C21.9996 20.19 18.4996 21.97 17.9996 21.97ZM16.4396 15.75C15.7196 15.75 14.9996 16.32 14.9996 17.58C14.9996 19.31 17.4096 20.73 17.9996 20.95C18.5896 20.73 20.9996 19.31 20.9996 17.58C20.9996 16.31 20.2696 15.75 19.5596 15.75C18.8496 15.75 18.3696 16.17 18.3496 16.19C18.1496 16.38 17.8396 16.38 17.6496 16.19C17.6296 16.18 17.1896 15.75 16.4496 15.75H16.4396Z\" 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.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 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,wBAAm0C,EAAn0C,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,goBAAgoB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG7zC",
9
- "debugId": "E341786B6679182064756E2164756E21",
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,wBAAwnD,EAAxnD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qpBAAqpB,KAAK,eAAc,CAAI,GAGlnD",
9
+ "debugId": "9E291E518900E2EB64756E2164756E21",
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:"M7.99963 6C7.99963 3.79086 9.79049 2 11.9996 2C14.2088 2 15.9996 3.79086 15.9996 6V7H17.1323C17.8788 7 18.5117 7.54889 18.6172 8.28787L19.3982 13.7545C18.8433 13.7767 18.3716 13.914 17.9996 14.0767C17.593 13.8989 17.0674 13.7513 16.4441 13.7513C15.5556 13.7513 14.6694 14.1086 14.013 14.8088C13.3492 15.5168 12.9996 16.4861 12.9996 17.5847C12.9996 19.4558 14.4068 20.8219 15.3186 21.5437C15.5301 21.7112 15.7403 21.8636 15.9402 22H5.15263C4.2398 22 3.53861 21.1915 3.6677 20.2879L5.38199 8.28787C5.48755 7.54889 6.12044 7 6.86691 7H7.99963V6ZM14.9996 6V7H8.99963V6C8.99963 4.34315 10.3428 3 11.9996 3C13.6565 3 14.9996 4.34315 14.9996 6Z",fill:"currentColor"}),C.createElement(n,{d:"M17.9996 21.97C17.4996 21.97 13.9996 20.19 13.9996 17.58C13.9996 15.72 15.2296 14.75 16.4396 14.75C17.1396 14.75 17.6696 15 17.9996 15.21C18.3196 15 18.8596 14.75 19.5596 14.75C20.7696 14.75 21.9996 15.72 21.9996 17.58C21.9996 20.19 18.4996 21.97 17.9996 21.97ZM16.4396 15.75C15.7196 15.75 14.9996 16.32 14.9996 17.58C14.9996 19.31 17.4096 20.73 17.9996 20.95C18.5896 20.73 20.9996 19.31 20.9996 17.58C20.9996 16.31 20.2696 15.75 19.5596 15.75C18.8496 15.75 18.3696 16.17 18.3496 16.19C18.1496 16.38 17.8396 16.38 17.6496 16.19C17.6296 16.18 17.1896 15.75 16.4496 15.75H16.4396Z",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.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
2
2
 
3
- //# debugId=FCE316799B76EF4864756E2164756E21
3
+ //# debugId=C3E38C52747A92F864756E2164756E21
@@ -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=\"M7.99963 6C7.99963 3.79086 9.79049 2 11.9996 2C14.2088 2 15.9996 3.79086 15.9996 6V7H17.1323C17.8788 7 18.5117 7.54889 18.6172 8.28787L19.3982 13.7545C18.8433 13.7767 18.3716 13.914 17.9996 14.0767C17.593 13.8989 17.0674 13.7513 16.4441 13.7513C15.5556 13.7513 14.6694 14.1086 14.013 14.8088C13.3492 15.5168 12.9996 16.4861 12.9996 17.5847C12.9996 19.4558 14.4068 20.8219 15.3186 21.5437C15.5301 21.7112 15.7403 21.8636 15.9402 22H5.15263C4.2398 22 3.53861 21.1915 3.6677 20.2879L5.38199 8.28787C5.48755 7.54889 6.12044 7 6.86691 7H7.99963V6ZM14.9996 6V7H8.99963V6C8.99963 4.34315 10.3428 3 11.9996 3C13.6565 3 14.9996 4.34315 14.9996 6Z\" fill=\"currentColor\"/><Path d=\"M17.9996 21.97C17.4996 21.97 13.9996 20.19 13.9996 17.58C13.9996 15.72 15.2296 14.75 16.4396 14.75C17.1396 14.75 17.6696 15 17.9996 15.21C18.3196 15 18.8596 14.75 19.5596 14.75C20.7696 14.75 21.9996 15.72 21.9996 17.58C21.9996 20.19 18.4996 21.97 17.9996 21.97ZM16.4396 15.75C15.7196 15.75 14.9996 16.32 14.9996 17.58C14.9996 19.31 17.4096 20.73 17.9996 20.95C18.5896 20.73 20.9996 19.31 20.9996 17.58C20.9996 16.31 20.2696 15.75 19.5596 15.75C18.8496 15.75 18.3696 16.17 18.3496 16.19C18.1496 16.38 17.8396 16.38 17.6496 16.19C17.6296 16.18 17.1896 15.75 16.4496 15.75H16.4396Z\" 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.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 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,gBAAm0C,EAAn0C,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,goBAAgoB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qkBAAqkB,KAAK,eAAc,CAAI,GAG7zC",
9
- "debugId": "FCE316799B76EF4864756E2164756E21",
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,gBAAwnD,EAAxnD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qpBAAqpB,KAAK,eAAc,CAAI,GAGlnD",
9
+ "debugId": "C3E38C52747A92F864756E2164756E21",
10
10
  "names": []
11
11
  }