@central-icons-react-native/round-filled-radius-1-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.3971 15.5635C18.2367 14.7241 19.5976 14.724 20.4372 15.5635C21.2766 16.403 21.2766 17.764 20.4372 18.6035L16.1872 22.8535C16.0935 22.9472 15.9661 22.9999 15.8337 23H13.5007C13.2245 23 13.0007 22.7761 13.0007 22.5V20.167C13.0007 20.0344 13.0534 19.9072 13.1471 19.8135L17.3971 15.5635Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.4303 13.9785C18.4629 13.8194 17.4353 14.1093 16.6891 14.8555L12.5856 18.96C12.2108 19.335 11.9997 19.8438 11.9997 20.374V22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagEdit2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4B22587536C1C15264756E2164756E21
|
|
@@ -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.3971 15.5635C18.2367 14.7241 19.5976 14.724 20.4372 15.5635C21.2766 16.403 21.2766 17.764 20.4372 18.6035L16.1872 22.8535C16.0935 22.9472 15.9661 22.9999 15.8337 23H13.5007C13.2245 23 13.0007 22.7761 13.0007 22.5V20.167C13.0007 20.0344 13.0534 19.9072 13.1471 19.8135L17.3971 15.5635Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.4303 13.9785C18.4629 13.8194 17.4353 14.1093 16.6891 14.8555L12.5856 18.96C12.2108 19.335 11.9997 19.8438 11.9997 20.374V22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default 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,gBAAi5B,EAAj5B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mSAAmS,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gfAAgf,KAAK,eAAc,CAAI,GAG34B",
|
|
9
|
+
"debugId": "4B22587536C1C15264756E2164756E21",
|
|
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.6032 14.9092C16.2807 14.5029 17.1739 14.4728 17.9987 15.0059C18.823 14.4734 19.715 14.5035 20.3923 14.9092C21.2749 15.2529 21.9987 16.1541 21.9987 17.5801C21.9986 20.1896 18.4996 21.9692 17.9987 21.9697C17.4987 21.9697 13.9988 20.19 13.9987 17.5801C13.9987 16.1548 14.7212 15.2533 15.6032 14.9092ZM19.3806 20.1094C18.6486 20.5956 18.0075 20.852 17.9987 20.8555C17.9987 20.8555 17.3516 20.5997 16.614 20.1094C17.1877 20.5557 17.7521 20.8582 17.9987 20.9502C18.2452 20.8582 18.8075 20.555 19.3806 20.1094Z",fill:"currentColor"}),l.default.createElement(i.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5554 3C19.3496 3 20.0068 3.61927 20.0534 4.41211L20.612 13.9102C20.2699 13.7968 19.9126 13.7393 19.5554 13.7393C18.9337 13.7393 18.4081 13.885 17.9997 14.0615C17.5913 13.885 17.0657 13.7393 16.444 13.7393C15.5454 13.7393 14.6489 14.1006 13.985 14.8086C13.3136 15.5248 12.9616 16.5046 12.9616 17.6113C12.9617 19.0522 13.7456 20.2035 14.527 21H4.55927C3.69628 21 3.01067 20.2736 3.06122 19.4121L3.94403 4.41211C3.99067 3.61936 4.64701 3.00014 5.4411 3H18.5554ZM15.4987 7C15.2226 7 14.9987 7.22386 14.9987 7.5C14.9987 9.15678 13.6555 10.4999 11.9987 10.5C10.3419 10.5 8.99872 9.15685 8.99872 7.5C8.99872 7.22394 8.77475 7.00013 8.49872 7C8.22258 7 7.99872 7.22386 7.99872 7.5C7.99872 9.70914 9.78958 11.5 11.9987 11.5C14.2078 11.4999 15.9987 9.70906 15.9987 7.5C15.9987 7.22394 15.7748 7.00013 15.4987 7Z",fill:"currentColor"}))},H=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=141CF4C78429678C64756E2164756E21
|
|
@@ -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.6032 14.9092C16.2807 14.5029 17.1739 14.4728 17.9987 15.0059C18.823 14.4734 19.715 14.5035 20.3923 14.9092C21.2749 15.2529 21.9987 16.1541 21.9987 17.5801C21.9986 20.1896 18.4996 21.9692 17.9987 21.9697C17.4987 21.9697 13.9988 20.19 13.9987 17.5801C13.9987 16.1548 14.7212 15.2533 15.6032 14.9092ZM19.3806 20.1094C18.6486 20.5956 18.0075 20.852 17.9987 20.8555C17.9987 20.8555 17.3516 20.5997 16.614 20.1094C17.1877 20.5557 17.7521 20.8582 17.9987 20.9502C18.2452 20.8582 18.8075 20.555 19.3806 20.1094Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5554 3C19.3496 3 20.0068 3.61927 20.0534 4.41211L20.612 13.9102C20.2699 13.7968 19.9126 13.7393 19.5554 13.7393C18.9337 13.7393 18.4081 13.885 17.9997 14.0615C17.5913 13.885 17.0657 13.7393 16.444 13.7393C15.5454 13.7393 14.6489 14.1006 13.985 14.8086C13.3136 15.5248 12.9616 16.5046 12.9616 17.6113C12.9617 19.0522 13.7456 20.2035 14.527 21H4.55927C3.69628 21 3.01067 20.2736 3.06122 19.4121L3.94403 4.41211C3.99067 3.61936 4.64701 3.00014 5.4411 3H18.5554ZM15.4987 7C15.2226 7 14.9987 7.22386 14.9987 7.5C14.9987 9.15678 13.6555 10.4999 11.9987 10.5C10.3419 10.5 8.99872 9.15685 8.99872 7.5C8.99872 7.22394 8.77475 7.00013 8.49872 7C8.22258 7 7.99872 7.22386 7.99872 7.5C7.99872 9.70914 9.78958 11.5 11.9987 11.5C14.2078 11.4999 15.9987 9.70906 15.9987 7.5C15.9987 7.22394 15.7748 7.00013 15.4987 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,wBAA08C,EAA18C,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wyBAAwyB,KAAK,eAAc,CAAI,GAGp8C",
|
|
9
|
+
"debugId": "141CF4C78429678C64756E2164756E21",
|
|
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.6032 14.9092C16.2807 14.5029 17.1739 14.4728 17.9987 15.0059C18.823 14.4734 19.715 14.5035 20.3923 14.9092C21.2749 15.2529 21.9987 16.1541 21.9987 17.5801C21.9986 20.1896 18.4996 21.9692 17.9987 21.9697C17.4987 21.9697 13.9988 20.19 13.9987 17.5801C13.9987 16.1548 14.7212 15.2533 15.6032 14.9092ZM19.3806 20.1094C18.6486 20.5956 18.0075 20.852 17.9987 20.8555C17.9987 20.8555 17.3516 20.5997 16.614 20.1094C17.1877 20.5557 17.7521 20.8582 17.9987 20.9502C18.2452 20.8582 18.8075 20.555 19.3806 20.1094Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5554 3C19.3496 3 20.0068 3.61927 20.0534 4.41211L20.612 13.9102C20.2699 13.7968 19.9126 13.7393 19.5554 13.7393C18.9337 13.7393 18.4081 13.885 17.9997 14.0615C17.5913 13.885 17.0657 13.7393 16.444 13.7393C15.5454 13.7393 14.6489 14.1006 13.985 14.8086C13.3136 15.5248 12.9616 16.5046 12.9616 17.6113C12.9617 19.0522 13.7456 20.2035 14.527 21H4.55927C3.69628 21 3.01067 20.2736 3.06122 19.4121L3.94403 4.41211C3.99067 3.61936 4.64701 3.00014 5.4411 3H18.5554ZM15.4987 7C15.2226 7 14.9987 7.22386 14.9987 7.5C14.9987 9.15678 13.6555 10.4999 11.9987 10.5C10.3419 10.5 8.99872 9.15685 8.99872 7.5C8.99872 7.22394 8.77475 7.00013 8.49872 7C8.22258 7 7.99872 7.22386 7.99872 7.5C7.99872 9.70914 9.78958 11.5 11.9987 11.5C14.2078 11.4999 15.9987 9.70906 15.9987 7.5C15.9987 7.22394 15.7748 7.00013 15.4987 7Z",fill:"currentColor"}))},I=a;export{I as default,a as IconShoppingBagLike1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=1CE586761ADB6F5964756E2164756E21
|
|
@@ -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.6032 14.9092C16.2807 14.5029 17.1739 14.4728 17.9987 15.0059C18.823 14.4734 19.715 14.5035 20.3923 14.9092C21.2749 15.2529 21.9987 16.1541 21.9987 17.5801C21.9986 20.1896 18.4996 21.9692 17.9987 21.9697C17.4987 21.9697 13.9988 20.19 13.9987 17.5801C13.9987 16.1548 14.7212 15.2533 15.6032 14.9092ZM19.3806 20.1094C18.6486 20.5956 18.0075 20.852 17.9987 20.8555C17.9987 20.8555 17.3516 20.5997 16.614 20.1094C17.1877 20.5557 17.7521 20.8582 17.9987 20.9502C18.2452 20.8582 18.8075 20.555 19.3806 20.1094Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5554 3C19.3496 3 20.0068 3.61927 20.0534 4.41211L20.612 13.9102C20.2699 13.7968 19.9126 13.7393 19.5554 13.7393C18.9337 13.7393 18.4081 13.885 17.9997 14.0615C17.5913 13.885 17.0657 13.7393 16.444 13.7393C15.5454 13.7393 14.6489 14.1006 13.985 14.8086C13.3136 15.5248 12.9616 16.5046 12.9616 17.6113C12.9617 19.0522 13.7456 20.2035 14.527 21H4.55927C3.69628 21 3.01067 20.2736 3.06122 19.4121L3.94403 4.41211C3.99067 3.61936 4.64701 3.00014 5.4411 3H18.5554ZM15.4987 7C15.2226 7 14.9987 7.22386 14.9987 7.5C14.9987 9.15678 13.6555 10.4999 11.9987 10.5C10.3419 10.5 8.99872 9.15685 8.99872 7.5C8.99872 7.22394 8.77475 7.00013 8.49872 7C8.22258 7 7.99872 7.22386 7.99872 7.5C7.99872 9.70914 9.78958 11.5 11.9987 11.5C14.2078 11.4999 15.9987 9.70906 15.9987 7.5C15.9987 7.22394 15.7748 7.00013 15.4987 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,gBAA08C,EAA18C,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8fAA8f,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wyBAAwyB,KAAK,eAAc,CAAI,GAGp8C",
|
|
9
|
+
"debugId": "1CE586761ADB6F5964756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:
|
|
1
|
+
var h=Object.create;var{getPrototypeOf:S,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,u=Object.prototype.hasOwnProperty;function B(C){return this[C]}var F,H,d=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var f=o?F??=new WeakMap:H??=new WeakMap,i=f.get(C);if(i)return i}r=C!=null?h(S(C)):{};let t=o||!C||!C.__esModule?n(r,"default",{value:C,enumerable:!0}):r;for(let l of c(C))if(!u.call(t,l))n(t,l,{get:B.bind(C,l),enumerable:!0});if(e)f.set(C,t);return t},g=(C)=>{var o=(s??=new WeakMap).get(C),r;if(o)return o;if(o=n({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var e of c(C))if(!u.call(o,e))n(o,e,{get:B.bind(C,e),enumerable:!(r=y(C,e))||r.enumerable})}return s.set(C,o),o},s;var V=(C)=>C;function b(C,o){this[C]=V.bind(null,o)}var I=(C,o)=>{for(var r in o)n(C,r,{get:o[r],enumerable:!0,configurable:!0,set:b.bind(o,r)})};var L={};I(L,{CentralIconBase:()=>a});module.exports=g(L);var v=d(require("react")),x=require("react-native-svg"),a=({children:C,size:o=24,...r})=>{return v.default.createElement(x.Svg,{...r,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C)};var M={};I(M,{default:()=>Z,IconShoppingBagLike2:()=>P});module.exports=g(M);var p=d(require("react"));var m=require("react-native-svg"),P=(C)=>{return p.default.createElement(a,{...C},p.default.createElement(m.Path,{d:"M19.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z",fill:"currentColor"}),p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z",fill:"currentColor"}))},Z=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=9E291E518900E2EB64756E2164756E21
|
|
@@ -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.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,
|
|
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,wBAAwnD,EAAxnD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qpBAAqpB,KAAK,eAAc,CAAI,GAGlnD",
|
|
9
|
+
"debugId": "9E291E518900E2EB64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import p from"react";import{Svg as l}from"react-native-svg";var e=({children:
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...t})=>{return p.createElement(l,{...t,width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o)};import r from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return r.createElement(e,{...o},r.createElement(n,{d:"M19.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z",fill:"currentColor"}),r.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z",fill:"currentColor"}))},v=a;export{v as default,a as IconShoppingBagLike2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=C3E38C52747A92F864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
5
|
"import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
|
|
6
|
-
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShoppingBagLike2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M19.5563 14.7783C20.1763 14.7784 20.7958 15.0272 21.2575 15.5195C21.7214 16.0146 22.0006 16.7269 22.0007 17.6113C22.0004 18.964 21.0432 20.0658 20.1784 20.7803C19.7326 21.1485 19.2784 21.4419 18.9137 21.6445C18.7315 21.7458 18.5659 21.8271 18.4313 21.8848C18.3648 21.9133 18.3001 21.939 18.2409 21.958C18.1983 21.9717 18.1033 22.0009 18.0007 22.001C17.8982 22.001 17.8033 21.9717 17.7604 21.958C17.7013 21.9391 17.6364 21.9132 17.57 21.8848C17.4355 21.8271 17.2697 21.7457 17.0876 21.6445C16.723 21.442 16.2686 21.1484 15.8229 20.7803C14.9581 20.0658 14.0009 18.964 14.0007 17.6113C14.0007 16.7267 14.2797 16.0147 14.7438 15.5195C15.2056 15.0271 15.8249 14.7783 16.445 14.7783C17.0331 14.7784 17.5043 14.955 17.8268 15.1309C17.8905 15.1656 17.9481 15.2026 18.0007 15.2363C18.0533 15.2025 18.1106 15.1657 18.1745 15.1309C18.497 14.955 18.9681 14.7783 19.5563 14.7783Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2088 2 15.9997 3.79086 15.9997 6V7H17.1325C17.8789 7 18.5122 7.54914 18.6178 8.28809L19.3981 13.7549C18.8435 13.7772 18.3715 13.9136 17.9997 14.0762C17.5932 13.8985 17.0669 13.751 16.444 13.751C15.5559 13.7512 14.6696 14.1087 14.0133 14.8086C13.3497 15.5166 12.9997 16.4865 12.9997 17.585C12.9998 19.4558 14.4073 20.8221 15.319 21.5439C15.5313 21.712 15.7435 21.8633 15.944 22H5.15299C4.24045 21.9998 3.53878 21.1915 3.66764 20.2881L5.38249 8.28809C5.48802 7.54936 6.12072 7.00037 6.86686 7H7.99967V6C7.99967 3.79109 9.79084 2.00036 11.9997 2ZM11.9997 3C10.3431 3.00036 8.99967 4.34337 8.99967 6V7H14.9997V6C14.9997 4.34315 13.6565 3 11.9997 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagLike2;\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,
|
|
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,gBAAwnD,EAAxnD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,q2BAAq2B,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qpBAAqpB,KAAK,eAAc,CAAI,GAGlnD",
|
|
9
|
+
"debugId": "C3E38C52747A92F864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
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
|
|