@central-icons-react-native/round-filled-radius-3-stroke-2 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
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var n=({children:r,size:o=24,...C})=>{return p.createElement(l,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import e from"react";import{Path as t}from"react-native-svg";var a=(r)=>{return e.createElement(n,{...r},e.createElement(t,{d:"M16.7935 15.46C17.8283 14.4253 19.5057 14.4253 20.5405 15.46C21.5752 16.4948 21.5752 18.1722 20.5405 19.207L17.0405 22.707C16.8531 22.8944 16.5986 22.9999 16.3335 23H14.0005C13.4482 23 13.0005 22.5523 13.0005 22V19.667C13.0005 19.4018 13.106 19.1475 13.2935 18.96L16.7935 15.46Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.2368 12.7197C17.8648 12.5512 16.4317 12.9917 15.3784 14.0449L11.5855 17.8379C11.2104 18.213 11.0005 18.7225 11.0005 19.2529V22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4800CB88E79B576A64756E2164756E21
|
|
@@ -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=\"M16.7935 15.46C17.8283 14.4253 19.5057 14.4253 20.5405 15.46C21.5752 16.4948 21.5752 18.1722 20.5405 19.207L17.0405 22.707C16.8531 22.8944 16.5986 22.9999 16.3335 23H14.0005C13.4482 23 13.0005 22.5523 13.0005 22V19.667C13.0005 19.4018 13.106 19.1475 13.2935 18.96L16.7935 15.46Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.2368 12.7197C17.8648 12.5512 16.4317 12.9917 15.3784 14.0449L11.5855 17.8379C11.2104 18.213 11.0005 18.7225 11.0005 19.2529V22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z\" 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,gBAAq5B,EAAr5B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yRAAyR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,CAAI,GAG/4B",
|
|
9
|
+
"debugId": "4800CB88E79B576A64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:L,defineProperty:n,getOwnPropertyNames:
|
|
1
|
+
var h=Object.create;var{getPrototypeOf:L,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:S}=Object,u=Object.prototype.hasOwnProperty;function B(C){return this[C]}var y,F,d=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var f=o?y??=new WeakMap:F??=new WeakMap,i=f.get(C);if(i)return i}r=C!=null?h(L(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=S(C,e))||r.enumerable})}return s.set(C,o),o},s;var b=(C)=>C;function M(C,o){this[C]=b.bind(null,o)}var I=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0,configurable:!0,set:M.bind(o,r)})};var Z={};I(Z,{CentralIconBase:()=>a});module.exports=g(Z);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 w={};I(w,{default:()=>H,IconShoppingBagLike1:()=>P});module.exports=g(w);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.1935 14.25C19.9134 14.25 20.632 14.5397 21.1652 15.1084C21.703 15.6822 22.0001 16.4815 22.0001 17.418C21.9999 18.9261 20.9442 20.0864 20.1124 20.7734C19.6696 21.1392 19.22 21.4299 18.8566 21.6318C18.6753 21.7326 18.5057 21.8166 18.3605 21.8789C18.2888 21.9096 18.2115 21.9403 18.1349 21.9648L18.132 21.9658C18.0853 21.9808 17.9311 22.0302 17.7492 22.0303C17.567 22.0303 17.412 21.9808 17.3654 21.9658L17.3624 21.9648C17.2859 21.9403 17.2085 21.9096 17.1369 21.8789C16.9916 21.8166 16.8221 21.7326 16.6408 21.6318C16.2773 21.4299 15.8277 21.1392 15.3849 20.7734C14.5532 20.0864 13.4974 18.9261 13.4972 17.418C13.4972 16.4815 13.7944 15.6822 14.3322 15.1084C14.8654 14.5397 15.584 14.25 16.3038 14.25C16.9041 14.25 17.3953 14.4148 17.7492 14.5928C18.103 14.4149 18.5936 14.25 19.1935 14.25Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.1798 3C18.2919 3 20.04 4.6421 20.172 6.75L20.5285 12.4434C20.0942 12.3146 19.6438 12.25 19.1935 12.25C18.6553 12.25 18.1711 12.3322 17.7492 12.4541C17.3271 12.3321 16.8422 12.25 16.3038 12.25C15.0478 12.25 13.7957 12.7562 12.8732 13.7402C11.9359 14.7401 11.4972 16.0546 11.4972 17.418C11.4973 18.9079 12.1185 20.1117 12.8156 21H7.19154C4.88433 20.9999 3.05543 19.0527 3.19935 16.75L3.82435 6.75C3.95634 4.64214 5.70452 3.00008 7.81654 3H16.1798ZM14.9982 7C14.446 7.00009 13.9982 7.44777 13.9982 8C13.9982 9.10457 13.1028 10 11.9982 10C10.8937 9.99991 9.99818 9.10451 9.99818 8C9.99818 7.44772 9.55047 7 8.99818 7C8.44598 7.00009 7.99818 7.44777 7.99818 8C7.99818 10.2091 9.78912 11.9999 11.9982 12C14.2073 12 15.9982 10.2091 15.9982 8C15.9982 7.44772 15.5505 7 14.9982 7Z",fill:"currentColor"}))},H=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=7A52C7730308E21364756E2164756E21
|
|
@@ -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
|
|
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 d=\"M19.1935 14.25C19.9134 14.25 20.632 14.5397 21.1652 15.1084C21.703 15.6822 22.0001 16.4815 22.0001 17.418C21.9999 18.9261 20.9442 20.0864 20.1124 20.7734C19.6696 21.1392 19.22 21.4299 18.8566 21.6318C18.6753 21.7326 18.5057 21.8166 18.3605 21.8789C18.2888 21.9096 18.2115 21.9403 18.1349 21.9648L18.132 21.9658C18.0853 21.9808 17.9311 22.0302 17.7492 22.0303C17.567 22.0303 17.412 21.9808 17.3654 21.9658L17.3624 21.9648C17.2859 21.9403 17.2085 21.9096 17.1369 21.8789C16.9916 21.8166 16.8221 21.7326 16.6408 21.6318C16.2773 21.4299 15.8277 21.1392 15.3849 20.7734C14.5532 20.0864 13.4974 18.9261 13.4972 17.418C13.4972 16.4815 13.7944 15.6822 14.3322 15.1084C14.8654 14.5397 15.584 14.25 16.3038 14.25C16.9041 14.25 17.3953 14.4148 17.7492 14.5928C18.103 14.4149 18.5936 14.25 19.1935 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.1798 3C18.2919 3 20.04 4.6421 20.172 6.75L20.5285 12.4434C20.0942 12.3146 19.6438 12.25 19.1935 12.25C18.6553 12.25 18.1711 12.3322 17.7492 12.4541C17.3271 12.3321 16.8422 12.25 16.3038 12.25C15.0478 12.25 13.7957 12.7562 12.8732 13.7402C11.9359 14.7401 11.4972 16.0546 11.4972 17.418C11.4973 18.9079 12.1185 20.1117 12.8156 21H7.19154C4.88433 20.9999 3.05543 19.0527 3.19935 16.75L3.82435 6.75C3.95634 4.64214 5.70452 3.00008 7.81654 3H16.1798ZM14.9982 7C14.446 7.00009 13.9982 7.44777 13.9982 8C13.9982 9.10457 13.1028 10 11.9982 10C10.8937 9.99991 9.99818 9.10451 9.99818 8C9.99818 7.44772 9.55047 7 8.99818 7C8.44598 7.00009 7.99818 7.44777 7.99818 8C7.99818 10.2091 9.78912 11.9999 11.9982 12C14.2073 12 15.9982 10.2091 15.9982 8C15.9982 7.44772 15.5505 7 14.9982 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,wBAAmqD,EAAnqD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,2xBAA2xB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0wBAA0wB,KAAK,eAAc,CAAI,GAG7pD",
|
|
9
|
+
"debugId": "7A52C7730308E21364756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
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.1935 14.25C19.9134 14.25 20.632 14.5397 21.1652 15.1084C21.703 15.6822 22.0001 16.4815 22.0001 17.418C21.9999 18.9261 20.9442 20.0864 20.1124 20.7734C19.6696 21.1392 19.22 21.4299 18.8566 21.6318C18.6753 21.7326 18.5057 21.8166 18.3605 21.8789C18.2888 21.9096 18.2115 21.9403 18.1349 21.9648L18.132 21.9658C18.0853 21.9808 17.9311 22.0302 17.7492 22.0303C17.567 22.0303 17.412 21.9808 17.3654 21.9658L17.3624 21.9648C17.2859 21.9403 17.2085 21.9096 17.1369 21.8789C16.9916 21.8166 16.8221 21.7326 16.6408 21.6318C16.2773 21.4299 15.8277 21.1392 15.3849 20.7734C14.5532 20.0864 13.4974 18.9261 13.4972 17.418C13.4972 16.4815 13.7944 15.6822 14.3322 15.1084C14.8654 14.5397 15.584 14.25 16.3038 14.25C16.9041 14.25 17.3953 14.4148 17.7492 14.5928C18.103 14.4149 18.5936 14.25 19.1935 14.25Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.1798 3C18.2919 3 20.04 4.6421 20.172 6.75L20.5285 12.4434C20.0942 12.3146 19.6438 12.25 19.1935 12.25C18.6553 12.25 18.1711 12.3322 17.7492 12.4541C17.3271 12.3321 16.8422 12.25 16.3038 12.25C15.0478 12.25 13.7957 12.7562 12.8732 13.7402C11.9359 14.7401 11.4972 16.0546 11.4972 17.418C11.4973 18.9079 12.1185 20.1117 12.8156 21H7.19154C4.88433 20.9999 3.05543 19.0527 3.19935 16.75L3.82435 6.75C3.95634 4.64214 5.70452 3.00008 7.81654 3H16.1798ZM14.9982 7C14.446 7.00009 13.9982 7.44777 13.9982 8C13.9982 9.10457 13.1028 10 11.9982 10C10.8937 9.99991 9.99818 9.10451 9.99818 8C9.99818 7.44772 9.55047 7 8.99818 7C8.44598 7.00009 7.99818 7.44777 7.99818 8C7.99818 10.2091 9.78912 11.9999 11.9982 12C14.2073 12 15.9982 10.2091 15.9982 8C15.9982 7.44772 15.5505 7 14.9982 7Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=9024A264A2F3D42564756E2164756E21
|
|
@@ -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
|
|
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 d=\"M19.1935 14.25C19.9134 14.25 20.632 14.5397 21.1652 15.1084C21.703 15.6822 22.0001 16.4815 22.0001 17.418C21.9999 18.9261 20.9442 20.0864 20.1124 20.7734C19.6696 21.1392 19.22 21.4299 18.8566 21.6318C18.6753 21.7326 18.5057 21.8166 18.3605 21.8789C18.2888 21.9096 18.2115 21.9403 18.1349 21.9648L18.132 21.9658C18.0853 21.9808 17.9311 22.0302 17.7492 22.0303C17.567 22.0303 17.412 21.9808 17.3654 21.9658L17.3624 21.9648C17.2859 21.9403 17.2085 21.9096 17.1369 21.8789C16.9916 21.8166 16.8221 21.7326 16.6408 21.6318C16.2773 21.4299 15.8277 21.1392 15.3849 20.7734C14.5532 20.0864 13.4974 18.9261 13.4972 17.418C13.4972 16.4815 13.7944 15.6822 14.3322 15.1084C14.8654 14.5397 15.584 14.25 16.3038 14.25C16.9041 14.25 17.3953 14.4148 17.7492 14.5928C18.103 14.4149 18.5936 14.25 19.1935 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.1798 3C18.2919 3 20.04 4.6421 20.172 6.75L20.5285 12.4434C20.0942 12.3146 19.6438 12.25 19.1935 12.25C18.6553 12.25 18.1711 12.3322 17.7492 12.4541C17.3271 12.3321 16.8422 12.25 16.3038 12.25C15.0478 12.25 13.7957 12.7562 12.8732 13.7402C11.9359 14.7401 11.4972 16.0546 11.4972 17.418C11.4973 18.9079 12.1185 20.1117 12.8156 21H7.19154C4.88433 20.9999 3.05543 19.0527 3.19935 16.75L3.82435 6.75C3.95634 4.64214 5.70452 3.00008 7.81654 3H16.1798ZM14.9982 7C14.446 7.00009 13.9982 7.44777 13.9982 8C13.9982 9.10457 13.1028 10 11.9982 10C10.8937 9.99991 9.99818 9.10451 9.99818 8C9.99818 7.44772 9.55047 7 8.99818 7C8.44598 7.00009 7.99818 7.44777 7.99818 8C7.99818 10.2091 9.78912 11.9999 11.9982 12C14.2073 12 15.9982 10.2091 15.9982 8C15.9982 7.44772 15.5505 7 14.9982 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,gBAAmqD,EAAnqD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,2xBAA2xB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0wBAA0wB,KAAK,eAAc,CAAI,GAG7pD",
|
|
9
|
+
"debugId": "9024A264A2F3D42564756E2164756E21",
|
|
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(o){return this[o]}var F,V,d=(o,r,C)=>{var e=o!=null&&typeof o==="object";if(e){var f=r?F??=new WeakMap:V??=new WeakMap,i=f.get(o);if(i)return i}C=o!=null?h(S(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=y(o,e))||C.enumerable})}return s.set(o,r),r},s;var b=(o)=>o;function L(o,r){this[o]=b.bind(null,r)}var I=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0,configurable:!0,set:L.bind(r,C)})};var M={};I(M,{CentralIconBase:()=>a});module.exports=g(M);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 Z={};I(Z,{default:()=>w,IconShoppingBagLike2:()=>P});module.exports=g(Z);var p=d(require("react"));var m=require("react-native-svg"),P=(o)=>{return p.default.createElement(a,{...o},p.default.createElement(m.Path,{d:"M19.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z",fill:"currentColor"}))},w=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=1F5D24D0774F064A64756E2164756E21
|
|
@@ -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.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z\" 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,wBAAi/C,EAAj/C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mwBAAmwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gnBAAgnB,KAAK,eAAc,CAAI,GAG3+C",
|
|
9
|
+
"debugId": "1F5D24D0774F064A64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
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,{d:"M19.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=2187193E3CC4366864756E2164756E21
|
|
@@ -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.1958 14.25C19.9156 14.2501 20.6344 14.5397 21.1675 15.1084C21.7051 15.6822 22.0024 16.4817 22.0024 17.418C22.0023 18.926 20.9464 20.0863 20.1148 20.7734C19.6721 21.1391 19.2223 21.4299 18.8589 21.6318C18.6775 21.7326 18.5071 21.8166 18.3618 21.8789C18.2904 21.9095 18.2135 21.9404 18.1372 21.9648C18.0942 21.9786 17.9363 22.0302 17.7505 22.0303C17.5651 22.0302 17.4082 21.9788 17.3648 21.9648C17.2883 21.9404 17.2108 21.9096 17.1392 21.8789C16.994 21.8167 16.8243 21.7325 16.6431 21.6318C16.2797 21.43 15.829 21.1392 15.3862 20.7734C14.5546 20.0863 13.4997 18.9259 13.4995 17.418C13.4995 16.4815 13.7966 15.6822 14.3345 15.1084C14.8677 14.5398 15.5864 14.25 16.3062 14.25C16.9063 14.2501 17.3967 14.4167 17.7505 14.5947C18.1044 14.4166 18.5952 14.25 19.1958 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0005 2C14.2095 2.00019 16.0005 3.79098 16.0005 6V7.14648C17.4827 7.55934 18.6355 8.80694 18.8794 10.3916L19.1655 12.251C18.6391 12.254 18.1648 12.3344 17.7505 12.4541C17.3284 12.3321 16.8436 12.25 16.3052 12.25C15.0493 12.2501 13.7979 12.7564 12.8755 13.7402C11.9381 14.7401 11.4995 16.0546 11.4995 17.418C11.4997 19.5751 12.8019 21.1313 13.7515 22H7.99659C5.54525 21.9998 3.67071 19.8145 4.04346 17.3916L5.12061 10.3916C5.36451 8.80678 6.5181 7.55923 8.0005 7.14648V6C8.0005 3.79087 9.79136 2.00001 12.0005 2ZM12.0005 4C10.8959 4.00001 10.0005 4.89544 10.0005 6V7H14.0005V6C14.0005 4.89555 13.1049 4.00019 12.0005 4Z\" 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,gBAAi/C,EAAj/C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mwBAAmwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gnBAAgnB,KAAK,eAAc,CAAI,GAG3+C",
|
|
9
|
+
"debugId": "2187193E3CC4366864756E2164756E21",
|
|
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
|
|