@central-icons-react-native/round-filled-radius-3-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
|
@@ -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:"M17.3962 15.5635C18.2357 14.7241 19.5967 14.724 20.4362 15.5635C21.2756 16.403 21.2756 17.764 20.4362 18.6035L16.1862 22.8535C16.0925 22.9472 15.9652 22.9999 15.8327 23H13.4997C13.2235 23 12.9997 22.7761 12.9997 22.5V20.167C12.9997 20.0344 13.0524 19.9072 13.1462 19.8135L17.3962 15.5635Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.4294 13.9785C18.4619 13.8194 17.4344 14.1094 16.6882 14.8555L12.5846 18.96C12.2099 19.335 11.9987 19.8438 11.9987 20.374V22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=0E72F714169F988064756E2164756E21
|
|
@@ -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.3962 15.5635C18.2357 14.7241 19.5967 14.724 20.4362 15.5635C21.2756 16.403 21.2756 17.764 20.4362 18.6035L16.1862 22.8535C16.0925 22.9472 15.9652 22.9999 15.8327 23H13.4997C13.2235 23 12.9997 22.7761 12.9997 22.5V20.167C12.9997 20.0344 13.0524 19.9072 13.1462 19.8135L17.3962 15.5635Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.4294 13.9785C18.4619 13.8194 17.4344 14.1094 16.6882 14.8555L12.5846 18.96C12.2099 19.335 11.9987 19.8438 11.9987 20.374V22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 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,gBAA24B,EAA34B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mSAAmS,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0eAA0e,KAAK,eAAc,CAAI,GAGr4B",
|
|
9
|
+
"debugId": "0E72F714169F988064756E2164756E21",
|
|
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,e)=>{var C=o!=null&&typeof o==="object";if(C){var f=r?F??=new WeakMap:M??=new WeakMap,m=f.get(o);if(m)return m}e=o!=null?h(S(o)):{};let t=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let p of d(o))if(!s.call(t,p))n(t,p,{get:u.bind(o,p),enumerable:!0});if(C)f.set(o,t);return t},B=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var C of d(o))if(!s.call(r,C))n(r,C,{get:u.bind(o,C),enumerable:!(e=y(o,C))||e.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 e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};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,...e})=>{return I.default.createElement(x.Svg,{...e,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.6067 14.9092C16.2841 14.5031 17.1767 14.4732 18.0013 15.0059C18.8257 14.473 19.7184 14.5033 20.3958 14.9092C21.2783 15.253 22.0013 16.1543 22.0013 17.5801C22.0012 20.19 18.5013 21.9697 18.0013 21.9697C17.4998 21.9688 14.0013 20.1893 14.0013 17.5801C14.0013 16.1547 14.7246 15.2532 15.6067 14.9092ZM19.385 20.1094C18.6476 20.5994 18.0013 20.8555 18.0013 20.8555C17.9934 20.8524 17.3512 20.5963 16.6184 20.1094C17.1917 20.5552 17.7546 20.8581 18.0013 20.9502C18.2478 20.8583 18.8116 20.5554 19.385 20.1094Z",fill:"currentColor"}),l.default.createElement(i.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6731 3C18.5262 3.00011 20.0585 4.44502 20.1673 6.29492L20.6145 13.9102C20.2726 13.7969 19.916 13.7393 19.5589 13.7393C18.9372 13.7393 18.4116 13.885 18.0032 14.0615C17.5948 13.885 17.0692 13.7393 16.4475 13.7393C15.5489 13.7393 14.6525 14.1006 13.9886 14.8086C13.3171 15.5248 12.9641 16.5046 12.9641 17.6113C12.9642 19.052 13.7482 20.2035 14.5296 21H6.6829C4.66942 20.9998 3.07174 19.3049 3.18973 17.2949L3.83622 6.29492C3.94504 4.44495 5.47719 3 7.33036 3H16.6731ZM15.5013 7C15.2253 7.00022 15.0013 7.22399 15.0013 7.5C15.0013 9.15685 13.6581 10.5 12.0013 10.5C10.3446 10.4998 9.00126 9.15672 9.00126 7.5C9.00126 7.22386 8.7774 7 8.50126 7C8.2253 7.00022 8.00126 7.22399 8.00126 7.5C8.00126 9.70901 9.7923 11.4998 12.0013 11.5C14.2104 11.5 16.0013 9.70914 16.0013 7.5C16.0013 7.22386 15.7774 7 15.5013 7Z",fill:"currentColor"}))},H=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=45E9BB7F07272A1B64756E2164756E21
|
|
@@ -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.6067 14.9092C16.2841 14.5031 17.1767 14.4732 18.0013 15.0059C18.8257 14.473 19.7184 14.5033 20.3958 14.9092C21.2783 15.253 22.0013 16.1543 22.0013 17.5801C22.0012 20.19 18.5013 21.9697 18.0013 21.9697C17.4998 21.9688 14.0013 20.1893 14.0013 17.5801C14.0013 16.1547 14.7246 15.2532 15.6067 14.9092ZM19.385 20.1094C18.6476 20.5994 18.0013 20.8555 18.0013 20.8555C17.9934 20.8524 17.3512 20.5963 16.6184 20.1094C17.1917 20.5552 17.7546 20.8581 18.0013 20.9502C18.2478 20.8583 18.8116 20.5554 19.385 20.1094Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.6731 3C18.5262 3.00011 20.0585 4.44502 20.1673 6.29492L20.6145 13.9102C20.2726 13.7969 19.916 13.7393 19.5589 13.7393C18.9372 13.7393 18.4116 13.885 18.0032 14.0615C17.5948 13.885 17.0692 13.7393 16.4475 13.7393C15.5489 13.7393 14.6525 14.1006 13.9886 14.8086C13.3171 15.5248 12.9641 16.5046 12.9641 17.6113C12.9642 19.052 13.7482 20.2035 14.5296 21H6.6829C4.66942 20.9998 3.07174 19.3049 3.18973 17.2949L3.83622 6.29492C3.94504 4.44495 5.47719 3 7.33036 3H16.6731ZM15.5013 7C15.2253 7.00022 15.0013 7.22399 15.0013 7.5C15.0013 9.15685 13.6581 10.5 12.0013 10.5C10.3446 10.4998 9.00126 9.15672 9.00126 7.5C9.00126 7.22386 8.7774 7 8.50126 7C8.2253 7.00022 8.00126 7.22399 8.00126 7.5C8.00126 9.70901 9.7923 11.4998 12.0013 11.5C14.2104 11.5 16.0013 9.70914 16.0013 7.5C16.0013 7.22386 15.7774 7 15.5013 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,wBAA+8C,EAA/8C,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+fAA+f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4yBAA4yB,KAAK,eAAc,CAAI,GAGz8C",
|
|
9
|
+
"debugId": "45E9BB7F07272A1B64756E2164756E21",
|
|
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 C=({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 e from"react";import{Path as n}from"react-native-svg";var a=(r)=>{return e.createElement(C,{...r},e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6067 14.9092C16.2841 14.5031 17.1767 14.4732 18.0013 15.0059C18.8257 14.473 19.7184 14.5033 20.3958 14.9092C21.2783 15.253 22.0013 16.1543 22.0013 17.5801C22.0012 20.19 18.5013 21.9697 18.0013 21.9697C17.4998 21.9688 14.0013 20.1893 14.0013 17.5801C14.0013 16.1547 14.7246 15.2532 15.6067 14.9092ZM19.385 20.1094C18.6476 20.5994 18.0013 20.8555 18.0013 20.8555C17.9934 20.8524 17.3512 20.5963 16.6184 20.1094C17.1917 20.5552 17.7546 20.8581 18.0013 20.9502C18.2478 20.8583 18.8116 20.5554 19.385 20.1094Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6731 3C18.5262 3.00011 20.0585 4.44502 20.1673 6.29492L20.6145 13.9102C20.2726 13.7969 19.916 13.7393 19.5589 13.7393C18.9372 13.7393 18.4116 13.885 18.0032 14.0615C17.5948 13.885 17.0692 13.7393 16.4475 13.7393C15.5489 13.7393 14.6525 14.1006 13.9886 14.8086C13.3171 15.5248 12.9641 16.5046 12.9641 17.6113C12.9642 19.052 13.7482 20.2035 14.5296 21H6.6829C4.66942 20.9998 3.07174 19.3049 3.18973 17.2949L3.83622 6.29492C3.94504 4.44495 5.47719 3 7.33036 3H16.6731ZM15.5013 7C15.2253 7.00022 15.0013 7.22399 15.0013 7.5C15.0013 9.15685 13.6581 10.5 12.0013 10.5C10.3446 10.4998 9.00126 9.15672 9.00126 7.5C9.00126 7.22386 8.7774 7 8.50126 7C8.2253 7.00022 8.00126 7.22399 8.00126 7.5C8.00126 9.70901 9.7923 11.4998 12.0013 11.5C14.2104 11.5 16.0013 9.70914 16.0013 7.5C16.0013 7.22386 15.7774 7 15.5013 7Z",fill:"currentColor"}))},I=a;export{I as default,a as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=F5F375A67B089A6564756E2164756E21
|
|
@@ -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.6067 14.9092C16.2841 14.5031 17.1767 14.4732 18.0013 15.0059C18.8257 14.473 19.7184 14.5033 20.3958 14.9092C21.2783 15.253 22.0013 16.1543 22.0013 17.5801C22.0012 20.19 18.5013 21.9697 18.0013 21.9697C17.4998 21.9688 14.0013 20.1893 14.0013 17.5801C14.0013 16.1547 14.7246 15.2532 15.6067 14.9092ZM19.385 20.1094C18.6476 20.5994 18.0013 20.8555 18.0013 20.8555C17.9934 20.8524 17.3512 20.5963 16.6184 20.1094C17.1917 20.5552 17.7546 20.8581 18.0013 20.9502C18.2478 20.8583 18.8116 20.5554 19.385 20.1094Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.6731 3C18.5262 3.00011 20.0585 4.44502 20.1673 6.29492L20.6145 13.9102C20.2726 13.7969 19.916 13.7393 19.5589 13.7393C18.9372 13.7393 18.4116 13.885 18.0032 14.0615C17.5948 13.885 17.0692 13.7393 16.4475 13.7393C15.5489 13.7393 14.6525 14.1006 13.9886 14.8086C13.3171 15.5248 12.9641 16.5046 12.9641 17.6113C12.9642 19.052 13.7482 20.2035 14.5296 21H6.6829C4.66942 20.9998 3.07174 19.3049 3.18973 17.2949L3.83622 6.29492C3.94504 4.44495 5.47719 3 7.33036 3H16.6731ZM15.5013 7C15.2253 7.00022 15.0013 7.22399 15.0013 7.5C15.0013 9.15685 13.6581 10.5 12.0013 10.5C10.3446 10.4998 9.00126 9.15672 9.00126 7.5C9.00126 7.22386 8.7774 7 8.50126 7C8.2253 7.00022 8.00126 7.22399 8.00126 7.5C8.00126 9.70901 9.7923 11.4998 12.0013 11.5C14.2104 11.5 16.0013 9.70914 16.0013 7.5C16.0013 7.22386 15.7774 7 15.5013 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,gBAA+8C,EAA/8C,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+fAA+f,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4yBAA4yB,KAAK,eAAc,CAAI,GAGz8C",
|
|
9
|
+
"debugId": "F5F375A67B089A6564756E2164756E21",
|
|
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(
|
|
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,V,d=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var f=o?F??=new WeakMap:V??=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 b=(C)=>C;function L(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:L.bind(o,r)})};var M={};I(M,{CentralIconBase:()=>a});module.exports=g(M);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 Z={};I(Z,{default:()=>w,IconShoppingBagLike2:()=>P});module.exports=g(Z);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.5553 14.7783C20.1754 14.7784 20.7948 15.0272 21.2565 15.5195C21.7205 16.0146 21.9996 16.7269 21.9997 17.6113C21.9995 18.964 21.0423 20.0658 20.1774 20.7803C19.7316 21.1485 19.2774 21.4419 18.9128 21.6445C18.7305 21.7458 18.5649 21.8271 18.4303 21.8848C18.3638 21.9133 18.2992 21.939 18.2399 21.958C18.1973 21.9717 18.1023 22.0009 17.9997 22.001C17.8973 22.001 17.8023 21.9717 17.7594 21.958C17.7003 21.9391 17.6354 21.9132 17.569 21.8848C17.4345 21.8271 17.2687 21.7457 17.0866 21.6445C16.722 21.442 16.2676 21.1484 15.8219 20.7803C14.9571 20.0658 13.9999 18.964 13.9997 17.6113C13.9997 16.7267 14.2787 16.0147 14.7428 15.5195C15.2046 15.0271 15.8239 14.7783 16.444 14.7783C17.0322 14.7784 17.5034 14.955 17.8259 15.1309C17.8895 15.1656 17.9471 15.2026 17.9997 15.2363C18.0523 15.2025 18.1096 15.1657 18.1735 15.1309C18.4961 14.955 18.9671 14.7783 19.5553 14.7783Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.3971 13.7549C18.8426 13.7772 18.3705 13.9136 17.9987 14.0762C17.5922 13.8985 17.066 13.751 16.443 13.751C15.5549 13.7512 14.6686 14.1087 14.0124 14.8086C13.3487 15.5166 12.9987 16.4865 12.9987 17.585C12.9988 19.4558 14.4063 20.8221 15.318 21.5439C15.5303 21.712 15.7425 21.8633 15.943 22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 3Z",fill:"currentColor"}))},w=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=741E18961C96673E64756E2164756E21
|
|
@@ -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.5553 14.7783C20.1754 14.7784 20.7948 15.0272 21.2565 15.5195C21.7205 16.0146 21.9996 16.7269 21.9997 17.6113C21.9995 18.964 21.0423 20.0658 20.1774 20.7803C19.7316 21.1485 19.2774 21.4419 18.9128 21.6445C18.7305 21.7458 18.5649 21.8271 18.4303 21.8848C18.3638 21.9133 18.2992 21.939 18.2399 21.958C18.1973 21.9717 18.1023 22.0009 17.9997 22.001C17.8973 22.001 17.8023 21.9717 17.7594 21.958C17.7003 21.9391 17.6354 21.9132 17.569 21.8848C17.4345 21.8271 17.2687 21.7457 17.0866 21.6445C16.722 21.442 16.2676 21.1484 15.8219 20.7803C14.9571 20.0658 13.9999 18.964 13.9997 17.6113C13.9997 16.7267 14.2787 16.0147 14.7428 15.5195C15.2046 15.0271 15.8239 14.7783 16.444 14.7783C17.0322 14.7784 17.5034 14.955 17.8259 15.1309C17.8895 15.1656 17.9471 15.2026 17.9997 15.2363C18.0523 15.2025 18.1096 15.1657 18.1735 15.1309C18.4961 14.955 18.9671 14.7783 19.5553 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.3971 13.7549C18.8426 13.7772 18.3705 13.9136 17.9987 14.0762C17.5922 13.8985 17.066 13.751 16.443 13.751C15.5549 13.7512 14.6686 14.1087 14.0124 14.8086C13.3487 15.5166 12.9987 16.4865 12.9987 17.585C12.9988 19.4558 14.4063 20.8221 15.318 21.5439C15.5303 21.712 15.7425 21.8633 15.943 22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 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,wBAAmnD,EAAnnD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,u2BAAu2B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8oBAA8oB,KAAK,eAAc,CAAI,GAG7mD",
|
|
9
|
+
"debugId": "741E18961C96673E64756E2164756E21",
|
|
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.5553 14.7783C20.1754 14.7784 20.7948 15.0272 21.2565 15.5195C21.7205 16.0146 21.9996 16.7269 21.9997 17.6113C21.9995 18.964 21.0423 20.0658 20.1774 20.7803C19.7316 21.1485 19.2774 21.4419 18.9128 21.6445C18.7305 21.7458 18.5649 21.8271 18.4303 21.8848C18.3638 21.9133 18.2992 21.939 18.2399 21.958C18.1973 21.9717 18.1023 22.0009 17.9997 22.001C17.8973 22.001 17.8023 21.9717 17.7594 21.958C17.7003 21.9391 17.6354 21.9132 17.569 21.8848C17.4345 21.8271 17.2687 21.7457 17.0866 21.6445C16.722 21.442 16.2676 21.1484 15.8219 20.7803C14.9571 20.0658 13.9999 18.964 13.9997 17.6113C13.9997 16.7267 14.2787 16.0147 14.7428 15.5195C15.2046 15.0271 15.8239 14.7783 16.444 14.7783C17.0322 14.7784 17.5034 14.955 17.8259 15.1309C17.8895 15.1656 17.9471 15.2026 17.9997 15.2363C18.0523 15.2025 18.1096 15.1657 18.1735 15.1309C18.4961 14.955 18.9671 14.7783 19.5553 14.7783Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.3971 13.7549C18.8426 13.7772 18.3705 13.9136 17.9987 14.0762C17.5922 13.8985 17.066 13.751 16.443 13.751C15.5549 13.7512 14.6686 14.1087 14.0124 14.8086C13.3487 15.5166 12.9987 16.4865 12.9987 17.585C12.9988 19.4558 14.4063 20.8221 15.318 21.5439C15.5303 21.712 15.7425 21.8633 15.943 22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=5F1C5C288307B66164756E2164756E21
|
|
@@ -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.5553 14.7783C20.1754 14.7784 20.7948 15.0272 21.2565 15.5195C21.7205 16.0146 21.9996 16.7269 21.9997 17.6113C21.9995 18.964 21.0423 20.0658 20.1774 20.7803C19.7316 21.1485 19.2774 21.4419 18.9128 21.6445C18.7305 21.7458 18.5649 21.8271 18.4303 21.8848C18.3638 21.9133 18.2992 21.939 18.2399 21.958C18.1973 21.9717 18.1023 22.0009 17.9997 22.001C17.8973 22.001 17.8023 21.9717 17.7594 21.958C17.7003 21.9391 17.6354 21.9132 17.569 21.8848C17.4345 21.8271 17.2687 21.7457 17.0866 21.6445C16.722 21.442 16.2676 21.1484 15.8219 20.7803C14.9571 20.0658 13.9999 18.964 13.9997 17.6113C13.9997 16.7267 14.2787 16.0147 14.7428 15.5195C15.2046 15.0271 15.8239 14.7783 16.444 14.7783C17.0322 14.7784 17.5034 14.955 17.8259 15.1309C17.8895 15.1656 17.9471 15.2026 17.9997 15.2363C18.0523 15.2025 18.1096 15.1657 18.1735 15.1309C18.4961 14.955 18.9671 14.7783 19.5553 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9987 2C14.2078 2 15.9987 3.79086 15.9987 6V7.05176C17.4688 7.30732 18.6446 8.48346 18.862 10.0049L19.3971 13.7549C18.8426 13.7772 18.3705 13.9136 17.9987 14.0762C17.5922 13.8985 17.066 13.751 16.443 13.751C15.5549 13.7512 14.6686 14.1087 14.0124 14.8086C13.3487 15.5166 12.9987 16.4865 12.9987 17.585C12.9988 19.4558 14.4063 20.8221 15.318 21.5439C15.5303 21.712 15.7425 21.8633 15.943 22H7.45769C5.32814 21.9996 3.6917 20.1131 3.99284 18.0049L5.1364 10.0049C5.35379 8.48368 6.5289 7.30756 7.9987 7.05176V6C7.9987 3.79109 9.78988 2.00037 11.9987 2ZM11.9987 3C10.3422 3.00037 8.9987 4.34337 8.9987 6V7H14.9987V6C14.9987 4.34315 13.6556 3 11.9987 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,gBAAmnD,EAAnnD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,u2BAAu2B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8oBAA8oB,KAAK,eAAc,CAAI,GAG7mD",
|
|
9
|
+
"debugId": "5F1C5C288307B66164756E2164756E21",
|
|
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
|
|