@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.
- package/IconEditSmall1/index.js +2 -2
- package/IconEditSmall1/index.js.map +3 -3
- package/IconEditSmall1/index.mjs +2 -2
- package/IconEditSmall1/index.mjs.map +3 -3
- package/IconExtendImage/index.d.ts +4 -0
- package/IconExtendImage/index.js +3 -0
- package/IconExtendImage/index.js.map +11 -0
- package/IconExtendImage/index.mjs +3 -0
- package/IconExtendImage/index.mjs.map +11 -0
- package/IconPageCloud/index.js +2 -2
- package/IconPageCloud/index.js.map +3 -3
- package/IconPageCloud/index.mjs +2 -2
- package/IconPageCloud/index.mjs.map +3 -3
- package/IconPageTextCloud/index.js +2 -2
- package/IconPageTextCloud/index.js.map +3 -3
- package/IconPageTextCloud/index.mjs +2 -2
- package/IconPageTextCloud/index.mjs.map +3 -3
- package/IconReframe/index.d.ts +4 -0
- package/IconReframe/index.js +3 -0
- package/IconReframe/index.js.map +11 -0
- package/IconReframe/index.mjs +3 -0
- package/IconReframe/index.mjs.map +11 -0
- package/IconShoppingBagBookmark2/index.js +2 -2
- package/IconShoppingBagBookmark2/index.js.map +3 -3
- package/IconShoppingBagBookmark2/index.mjs +2 -2
- package/IconShoppingBagBookmark2/index.mjs.map +3 -3
- package/IconShoppingBagEdit2/index.js +2 -2
- package/IconShoppingBagEdit2/index.js.map +3 -3
- package/IconShoppingBagEdit2/index.mjs +2 -2
- package/IconShoppingBagEdit2/index.mjs.map +3 -3
- package/IconShoppingBagLike1/index.js +2 -2
- package/IconShoppingBagLike1/index.js.map +3 -3
- package/IconShoppingBagLike1/index.mjs +2 -2
- package/IconShoppingBagLike1/index.mjs.map +3 -3
- package/IconShoppingBagLike2/index.js +2 -2
- package/IconShoppingBagLike2/index.js.map +3 -3
- package/IconShoppingBagLike2/index.mjs +2 -2
- package/IconShoppingBagLike2/index.mjs.map +3 -3
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-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
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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:
|
|
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=
|
|
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=\"
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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
|
|
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=
|
|
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=\"
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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:
|
|
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=
|
|
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
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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:
|
|
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=
|
|
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
|
|
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,
|
|
9
|
-
"debugId": "
|
|
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
|
|