@central-icons-react-native/round-filled-radius-2-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.7943 15.46C17.8292 14.4253 19.5066 14.4253 20.5414 15.46C21.576 16.4948 21.576 18.1722 20.5414 19.207L17.0414 22.707C16.8539 22.8944 16.5994 22.9999 16.3344 23H14.0013C13.4491 23 13.0013 22.5523 13.0013 22V19.667C13.0013 19.4018 13.1068 19.1475 13.2943 18.96L16.7943 15.46Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.2386 12.7197C17.8666 12.5509 16.4337 12.9919 15.3802 14.0449L11.5873 17.8379C11.2122 18.213 11.0013 18.7225 11.0013 19.2529V22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=99B7BBCCC48CE68964756E2164756E21
|
|
@@ -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.7943 15.46C17.8292 14.4253 19.5066 14.4253 20.5414 15.46C21.576 16.4948 21.576 18.1722 20.5414 19.207L17.0414 22.707C16.8539 22.8944 16.5994 22.9999 16.3344 23H14.0013C13.4491 23 13.0013 22.5523 13.0013 22V19.667C13.0013 19.4018 13.1068 19.1475 13.2943 18.96L16.7943 15.46Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.2386 12.7197C17.8666 12.5509 16.4337 12.9919 15.3802 14.0449L11.5873 17.8379C11.2122 18.213 11.0013 18.7225 11.0013 19.2529V22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 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,gBAAk4B,EAAl4B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4eAA4e,KAAK,eAAc,CAAI,GAG53B",
|
|
9
|
+
"debugId": "99B7BBCCC48CE68964756E2164756E21",
|
|
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.1954 14.25C19.9153 14.25 20.6339 14.5397 21.1671 15.1084C21.7049 15.6822 22.0021 16.4815 22.0021 17.418C22.0019 18.9261 20.9461 20.0864 20.1144 20.7734C19.6715 21.1392 19.2219 21.4299 18.8585 21.6318C18.6772 21.7326 18.5077 21.8166 18.3624 21.8789C18.2908 21.9096 18.2134 21.9403 18.1368 21.9648L18.1339 21.9658C18.0872 21.9808 17.9323 22.0303 17.7501 22.0303C17.5682 22.0302 17.414 21.9808 17.3673 21.9658L17.3644 21.9648C17.2878 21.9403 17.2104 21.9096 17.1388 21.8789C16.9935 21.8166 16.824 21.7326 16.6427 21.6318C16.2793 21.4299 15.8296 21.1392 15.3868 20.7734C14.5551 20.0864 13.4993 18.9261 13.4991 17.418C13.4991 16.4815 13.7963 15.6822 14.3341 15.1084C14.8673 14.5397 15.5859 14.25 16.3058 14.25C16.9057 14.25 17.3963 14.4149 17.7501 14.5928C18.104 14.4148 18.5952 14.25 19.1954 14.25Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.1212 3C18.7053 3 20.0163 4.23157 20.1153 5.8125L20.5304 12.4434C20.0961 12.3146 19.6457 12.25 19.1954 12.25C18.6571 12.25 18.1722 12.3321 17.7501 12.4541C17.3281 12.3322 16.8439 12.25 16.3058 12.25C15.0497 12.25 13.7976 12.7562 12.8751 13.7402C11.9378 14.7401 11.4991 16.0546 11.4991 17.418C11.4992 18.9079 12.1205 20.1117 12.8175 21H6.12901C4.3986 20.9999 3.02693 19.5396 3.13487 17.8125L3.88487 5.8125C3.98386 4.23161 5.29499 3.00006 6.87901 3H17.1212ZM15.0001 7C14.4479 7.00007 14.0001 7.44776 14.0001 8C14.0001 9.10457 13.1047 10 12.0001 10C10.8956 9.99993 10.0001 9.10453 10.0001 8C10.0001 7.44772 9.55239 7 9.0001 7C8.44787 7.00007 8.0001 7.44776 8.0001 8C8.0001 10.2091 9.79102 11.9999 12.0001 12C14.2092 12 16.0001 10.2091 16.0001 8C16.0001 7.44772 15.5524 7 15.0001 7Z",fill:"currentColor"}))},H=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=75EC7987053F91EC64756E2164756E21
|
|
@@ -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.1954 14.25C19.9153 14.25 20.6339 14.5397 21.1671 15.1084C21.7049 15.6822 22.0021 16.4815 22.0021 17.418C22.0019 18.9261 20.9461 20.0864 20.1144 20.7734C19.6715 21.1392 19.2219 21.4299 18.8585 21.6318C18.6772 21.7326 18.5077 21.8166 18.3624 21.8789C18.2908 21.9096 18.2134 21.9403 18.1368 21.9648L18.1339 21.9658C18.0872 21.9808 17.9323 22.0303 17.7501 22.0303C17.5682 22.0302 17.414 21.9808 17.3673 21.9658L17.3644 21.9648C17.2878 21.9403 17.2104 21.9096 17.1388 21.8789C16.9935 21.8166 16.824 21.7326 16.6427 21.6318C16.2793 21.4299 15.8296 21.1392 15.3868 20.7734C14.5551 20.0864 13.4993 18.9261 13.4991 17.418C13.4991 16.4815 13.7963 15.6822 14.3341 15.1084C14.8673 14.5397 15.5859 14.25 16.3058 14.25C16.9057 14.25 17.3963 14.4149 17.7501 14.5928C18.104 14.4148 18.5952 14.25 19.1954 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.1212 3C18.7053 3 20.0163 4.23157 20.1153 5.8125L20.5304 12.4434C20.0961 12.3146 19.6457 12.25 19.1954 12.25C18.6571 12.25 18.1722 12.3321 17.7501 12.4541C17.3281 12.3322 16.8439 12.25 16.3058 12.25C15.0497 12.25 13.7976 12.7562 12.8751 13.7402C11.9378 14.7401 11.4991 16.0546 11.4991 17.418C11.4992 18.9079 12.1205 20.1117 12.8175 21H6.12901C4.3986 20.9999 3.02693 19.5396 3.13487 17.8125L3.88487 5.8125C3.98386 4.23161 5.29499 3.00006 6.87901 3H17.1212ZM15.0001 7C14.4479 7.00007 14.0001 7.44776 14.0001 8C14.0001 9.10457 13.1047 10 12.0001 10C10.8956 9.99993 10.0001 9.10453 10.0001 8C10.0001 7.44772 9.55239 7 9.0001 7C8.44787 7.00007 8.0001 7.44776 8.0001 8C8.0001 10.2091 9.79102 11.9999 12.0001 12C14.2092 12 16.0001 10.2091 16.0001 8C16.0001 7.44772 15.5524 7 15.0001 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+qD,EAA/qD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,iyBAAiyB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gxBAAgxB,KAAK,eAAc,CAAI,GAGzqD",
|
|
9
|
+
"debugId": "75EC7987053F91EC64756E2164756E21",
|
|
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.1954 14.25C19.9153 14.25 20.6339 14.5397 21.1671 15.1084C21.7049 15.6822 22.0021 16.4815 22.0021 17.418C22.0019 18.9261 20.9461 20.0864 20.1144 20.7734C19.6715 21.1392 19.2219 21.4299 18.8585 21.6318C18.6772 21.7326 18.5077 21.8166 18.3624 21.8789C18.2908 21.9096 18.2134 21.9403 18.1368 21.9648L18.1339 21.9658C18.0872 21.9808 17.9323 22.0303 17.7501 22.0303C17.5682 22.0302 17.414 21.9808 17.3673 21.9658L17.3644 21.9648C17.2878 21.9403 17.2104 21.9096 17.1388 21.8789C16.9935 21.8166 16.824 21.7326 16.6427 21.6318C16.2793 21.4299 15.8296 21.1392 15.3868 20.7734C14.5551 20.0864 13.4993 18.9261 13.4991 17.418C13.4991 16.4815 13.7963 15.6822 14.3341 15.1084C14.8673 14.5397 15.5859 14.25 16.3058 14.25C16.9057 14.25 17.3963 14.4149 17.7501 14.5928C18.104 14.4148 18.5952 14.25 19.1954 14.25Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.1212 3C18.7053 3 20.0163 4.23157 20.1153 5.8125L20.5304 12.4434C20.0961 12.3146 19.6457 12.25 19.1954 12.25C18.6571 12.25 18.1722 12.3321 17.7501 12.4541C17.3281 12.3322 16.8439 12.25 16.3058 12.25C15.0497 12.25 13.7976 12.7562 12.8751 13.7402C11.9378 14.7401 11.4991 16.0546 11.4991 17.418C11.4992 18.9079 12.1205 20.1117 12.8175 21H6.12901C4.3986 20.9999 3.02693 19.5396 3.13487 17.8125L3.88487 5.8125C3.98386 4.23161 5.29499 3.00006 6.87901 3H17.1212ZM15.0001 7C14.4479 7.00007 14.0001 7.44776 14.0001 8C14.0001 9.10457 13.1047 10 12.0001 10C10.8956 9.99993 10.0001 9.10453 10.0001 8C10.0001 7.44772 9.55239 7 9.0001 7C8.44787 7.00007 8.0001 7.44776 8.0001 8C8.0001 10.2091 9.79102 11.9999 12.0001 12C14.2092 12 16.0001 10.2091 16.0001 8C16.0001 7.44772 15.5524 7 15.0001 7Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4293052604F3912D64756E2164756E21
|
|
@@ -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.1954 14.25C19.9153 14.25 20.6339 14.5397 21.1671 15.1084C21.7049 15.6822 22.0021 16.4815 22.0021 17.418C22.0019 18.9261 20.9461 20.0864 20.1144 20.7734C19.6715 21.1392 19.2219 21.4299 18.8585 21.6318C18.6772 21.7326 18.5077 21.8166 18.3624 21.8789C18.2908 21.9096 18.2134 21.9403 18.1368 21.9648L18.1339 21.9658C18.0872 21.9808 17.9323 22.0303 17.7501 22.0303C17.5682 22.0302 17.414 21.9808 17.3673 21.9658L17.3644 21.9648C17.2878 21.9403 17.2104 21.9096 17.1388 21.8789C16.9935 21.8166 16.824 21.7326 16.6427 21.6318C16.2793 21.4299 15.8296 21.1392 15.3868 20.7734C14.5551 20.0864 13.4993 18.9261 13.4991 17.418C13.4991 16.4815 13.7963 15.6822 14.3341 15.1084C14.8673 14.5397 15.5859 14.25 16.3058 14.25C16.9057 14.25 17.3963 14.4149 17.7501 14.5928C18.104 14.4148 18.5952 14.25 19.1954 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.1212 3C18.7053 3 20.0163 4.23157 20.1153 5.8125L20.5304 12.4434C20.0961 12.3146 19.6457 12.25 19.1954 12.25C18.6571 12.25 18.1722 12.3321 17.7501 12.4541C17.3281 12.3322 16.8439 12.25 16.3058 12.25C15.0497 12.25 13.7976 12.7562 12.8751 13.7402C11.9378 14.7401 11.4991 16.0546 11.4991 17.418C11.4992 18.9079 12.1205 20.1117 12.8175 21H6.12901C4.3986 20.9999 3.02693 19.5396 3.13487 17.8125L3.88487 5.8125C3.98386 4.23161 5.29499 3.00006 6.87901 3H17.1212ZM15.0001 7C14.4479 7.00007 14.0001 7.44776 14.0001 8C14.0001 9.10457 13.1047 10 12.0001 10C10.8956 9.99993 10.0001 9.10453 10.0001 8C10.0001 7.44772 9.55239 7 9.0001 7C8.44787 7.00007 8.0001 7.44776 8.0001 8C8.0001 10.2091 9.79102 11.9999 12.0001 12C14.2092 12 16.0001 10.2091 16.0001 8C16.0001 7.44772 15.5524 7 15.0001 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+qD,EAA/qD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,iyBAAiyB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gxBAAgxB,KAAK,eAAc,CAAI,GAGzqD",
|
|
9
|
+
"debugId": "4293052604F3912D64756E2164756E21",
|
|
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.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z",fill:"currentColor"}))},w=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=3EF2201365A357D364756E2164756E21
|
|
@@ -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.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 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,wBAAw9C,EAAx9C,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8vBAA8vB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4lBAA4lB,KAAK,eAAc,CAAI,GAGl9C",
|
|
9
|
+
"debugId": "3EF2201365A357D364756E2164756E21",
|
|
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.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z",fill:"currentColor"}),C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 4Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=D5D4DED6D639DA5164756E2164756E21
|
|
@@ -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.1967 14.25C19.9164 14.2501 20.6352 14.5398 21.1683 15.1084C21.706 15.6822 22.0033 16.4817 22.0033 17.418C22.0031 18.926 20.9473 20.0863 20.1156 20.7734C19.6729 21.1391 19.2231 21.4299 18.8597 21.6318C18.6784 21.7326 18.508 21.8166 18.3627 21.8789C18.2912 21.9095 18.2144 21.9404 18.1381 21.9648C18.0951 21.9786 17.9371 22.0302 17.7513 22.0303C17.566 22.0302 17.4091 21.9788 17.3656 21.9648C17.2891 21.9404 17.2116 21.9096 17.14 21.8789C16.9948 21.8167 16.8251 21.7325 16.6439 21.6318C16.2806 21.43 15.8299 21.1392 15.3871 20.7734C14.5554 20.0863 13.5006 18.9259 13.5004 17.418C13.5004 16.4815 13.7975 15.6822 14.3353 15.1084C14.8685 14.5398 15.5872 14.25 16.307 14.25C16.9072 14.2501 17.3976 14.4167 17.7513 14.5947C18.1053 14.4166 18.596 14.25 19.1967 14.25Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0013 2C14.2103 2.00022 16.0013 3.791 16.0013 6V7.00781C17.3869 7.10703 18.5363 8.15226 18.7504 9.54395L19.1664 12.251C18.6401 12.254 18.1655 12.3344 17.7513 12.4541C17.3293 12.3322 16.8443 12.25 16.306 12.25C15.0502 12.2501 13.7987 12.7565 12.8763 13.7402C11.939 14.7401 11.5004 16.0545 11.5004 17.418C11.5005 19.5751 12.8028 21.1313 13.7523 22H6.8324C4.99377 22 3.58802 20.3612 3.86755 18.5439L5.25232 9.54395C5.46646 8.15213 6.61563 7.10684 8.00134 7.00781V6C8.00134 3.79086 9.7922 2 12.0013 2ZM12.0013 4C10.8968 4 10.0013 4.89543 10.0013 6V7H14.0013V6C14.0013 4.89557 13.1057 4.00022 12.0013 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,gBAAw9C,EAAx9C,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8vBAA8vB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4lBAA4lB,KAAK,eAAc,CAAI,GAGl9C",
|
|
9
|
+
"debugId": "D5D4DED6D639DA5164756E2164756E21",
|
|
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
|
|