@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.266 → 1.1.268
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/IconAlbums2/index.d.ts +4 -0
- package/IconAlbums2/index.js +3 -0
- package/IconAlbums2/index.js.map +11 -0
- package/IconAlbums2/index.mjs +3 -0
- package/IconAlbums2/index.mjs.map +11 -0
- package/IconCreditCardNfc/index.d.ts +4 -0
- package/IconCreditCardNfc/index.js +3 -0
- package/IconCreditCardNfc/index.js.map +11 -0
- package/IconCreditCardNfc/index.mjs +3 -0
- package/IconCreditCardNfc/index.mjs.map +11 -0
- package/IconHomePlus/index.d.ts +4 -0
- package/IconHomePlus/index.js +3 -0
- package/IconHomePlus/index.js.map +11 -0
- package/IconHomePlus/index.mjs +3 -0
- package/IconHomePlus/index.mjs.map +11 -0
- package/README.md +3 -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 +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +5 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:b}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var h,y,k=(r,o,n)=>{var e=r!=null&&typeof r==="object";if(e){var i=o?h??=new WeakMap:y??=new WeakMap,l=i.get(r);if(l)return l}n=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n;for(let a of c(r))if(!d.call(s,a))t(s,a,{get:f.bind(r,a),enumerable:!0});if(e)i.set(r,s);return s},B=(r)=>{var o=(m??=new WeakMap).get(r),n;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!d.call(o,e))t(o,e,{get:f.bind(r,e),enumerable:!(n=b(r,e))||n.enumerable})}return m.set(r,o),o},m;var F=(r)=>r;function H(r,o){this[r]=F.bind(null,o)}var I=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0,configurable:!0,set:H.bind(o,n)})};var S={};I(S,{CentralIconBase:()=>u});module.exports=B(S);var L=k(require("react")),x=require("react-native-svg"),u=({children:r,size:o=24,...n})=>{return L.default.createElement(x.Svg,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var j={};I(j,{default:()=>M,IconAlbums2:()=>P});module.exports=B(j);var p=k(require("react"));var C=require("react-native-svg"),P=(r)=>{return p.default.createElement(u,{...r},p.default.createElement(C.Path,{d:"M18.5 3.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M19.5 7.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M4.53078 11.5H19.4692C20.1198 11.5 20.5972 12.1114 20.4394 12.7425L18.6894 19.7425C18.5781 20.1877 18.1781 20.5 17.7192 20.5H6.28078C5.82191 20.5 5.42193 20.1877 5.31063 19.7425L3.56063 12.7425C3.40285 12.1114 3.88021 11.5 4.53078 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=690FA3F9C99E4FC564756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconAlbums2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 3.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.5 7.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.53078 11.5H19.4692C20.1198 11.5 20.5972 12.1114 20.4394 12.7425L18.6894 19.7425C18.5781 20.1877 18.1781 20.5 17.7192 20.5H6.28078C5.82191 20.5 5.42193 20.1877 5.31063 19.7425L3.56063 12.7425C3.40285 12.1114 3.88021 11.5 4.53078 11.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\n"
|
|
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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAAihB,EAAjhB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,+OAA+O,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG3gB",
|
|
9
|
+
"debugId": "690FA3F9C99E4FC564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>{return s.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n)};import o from"react";import{Path as e}from"react-native-svg";var a=(n)=>{return o.createElement(t,{...n},o.createElement(e,{d:"M18.5 3.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.5 7.5H4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M4.53078 11.5H19.4692C20.1198 11.5 20.5972 12.1114 20.4394 12.7425L18.6894 19.7425C18.5781 20.1877 18.1781 20.5 17.7192 20.5H6.28078C5.82191 20.5 5.42193 20.1877 5.31063 19.7425L3.56063 12.7425C3.40285 12.1114 3.88021 11.5 4.53078 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},L=a;export{L as default,a as IconAlbums2};
|
|
2
|
+
|
|
3
|
+
//# debugId=5C26054CAF3B4A4C64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconAlbums2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5 3.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.5 7.5H4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.53078 11.5H19.4692C20.1198 11.5 20.5972 12.1114 20.4394 12.7425L18.6894 19.7425C18.5781 20.1877 18.1781 20.5 17.7192 20.5H6.28078C5.82191 20.5 5.42193 20.1877 5.31063 19.7425L3.56063 12.7425C3.40285 12.1114 3.88021 11.5 4.53078 11.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\n"
|
|
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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAihB,EAAjhB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,+OAA+O,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG3gB",
|
|
9
|
+
"debugId": "5C26054CAF3B4A4C64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:i,getOwnPropertyDescriptor:y}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var F,L,B=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var l=o?F??=new WeakMap:L??=new WeakMap,m=l.get(r);if(m)return m}e=r!=null?v(h(r)):{};let C=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of i(r))if(!d.call(C,a))t(C,a,{get:f.bind(r,a),enumerable:!0});if(n)l.set(r,C);return C},I=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of i(r))if(!d.call(o,n))t(o,n,{get:f.bind(r,n),enumerable:!(e=y(r,n))||e.enumerable})}return u.set(r,o),o},u;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var k=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var H={};k(H,{CentralIconBase:()=>c});module.exports=I(H);var x=B(require("react")),P=require("react-native-svg"),c=({children:r,size:o=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};k(M,{default:()=>w,IconCreditCardNfc:()=>g});module.exports=I(M);var p=B(require("react"));var s=require("react-native-svg"),g=(r)=>{return p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M18.5352 19.5002C18.7544 17.9673 19.9669 16.7549 21.4998 16.5356",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(s.Path,{d:"M21.498 13.0176C18.0306 13.2623 15.2603 16.0325 15.0156 19.5",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(s.Path,{d:"M12 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V5.5C2.5 4.94772 2.94771 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V9.5H3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},w=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=6269623B06547B1F64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconCreditCardNfc/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconCreditCardNfc: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5352 19.5002C18.7544 17.9673 19.9669 16.7549 21.4998 16.5356\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M21.498 13.0176C18.0306 13.2623 15.2603 16.0325 15.0156 19.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M12 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V5.5C2.5 4.94772 2.94771 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V9.5H3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconCreditCardNfc;\n"
|
|
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,6ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAwd,EAAxd,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,mEAAmE,OAAO,eAAe,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,+DAA+D,OAAO,eAAe,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGld",
|
|
9
|
+
"debugId": "6269623B06547B1F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import C from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>{return C.createElement(s,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return o.createElement(t,{...e},o.createElement(n,{d:"M18.5352 19.5002C18.7544 17.9673 19.9669 16.7549 21.4998 16.5356",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(n,{d:"M21.498 13.0176C18.0306 13.2623 15.2603 16.0325 15.0156 19.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(n,{d:"M12 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V5.5C2.5 4.94772 2.94771 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V9.5H3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=a;export{x as default,a as IconCreditCardNfc};
|
|
2
|
+
|
|
3
|
+
//# debugId=E144945BB9484ADB64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconCreditCardNfc/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconCreditCardNfc: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M18.5352 19.5002C18.7544 17.9673 19.9669 16.7549 21.4998 16.5356\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M21.498 13.0176C18.0306 13.2623 15.2603 16.0325 15.0156 19.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M12 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V5.5C2.5 4.94772 2.94771 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V9.5H3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconCreditCardNfc;\n"
|
|
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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAwd,EAAxd,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,mEAAmE,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,+DAA+D,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,kIAAkI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGld",
|
|
9
|
+
"debugId": "E144945BB9484ADB64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function f(o){return this[o]}var y,F,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var i=r?y??=new WeakMap:F??=new WeakMap,l=i.get(o);if(l)return l}e=o!=null?g(v(o)):{};let s=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of c(o))if(!d.call(s,a))t(s,a,{get:f.bind(o,a),enumerable:!0});if(n)i.set(o,s);return s},B=(o)=>{var r=(m??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!d.call(r,n))t(r,n,{get:f.bind(o,n),enumerable:!(e=h(o,n))||e.enumerable})}return m.set(o,r),r},m;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var j={};I(j,{CentralIconBase:()=>u});module.exports=B(j);var L=k(require("react")),P=require("react-native-svg"),u=({children:o,size:r=24,...e})=>{return L.default.createElement(P.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 H={};I(H,{default:()=>M,IconHomePlus:()=>x});module.exports=B(H);var p=k(require("react"));var C=require("react-native-svg"),x=(o)=>{return p.default.createElement(u,{...o},p.default.createElement(C.Path,{d:"M3.99298 8.21001C3.68754 8.38968 3.5 8.71758 3.5 9.07195V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V9.07195C20.5 8.71758 20.3125 8.38968 20.007 8.21001L12.507 3.79825C12.1941 3.61416 11.8059 3.61416 11.493 3.79825L3.99298 8.21001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M12 10V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M9 13H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},M=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=57ACC1999545A6AB64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconHomePlus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.99298 8.21001C3.68754 8.38968 3.5 8.71758 3.5 9.07195V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V9.07195C20.5 8.71758 20.3125 8.38968 20.007 8.21001L12.507 3.79825C12.1941 3.61416 11.8059 3.61416 11.493 3.79825L3.99298 8.21001Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 10V16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 13H15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\n"
|
|
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,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAuiB,EAAviB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8QAA8Q,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjiB",
|
|
9
|
+
"debugId": "57ACC1999545A6AB64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>{return s.createElement(C,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M3.99298 8.21001C3.68754 8.38968 3.5 8.71758 3.5 9.07195V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V9.07195C20.5 8.71758 20.3125 8.38968 20.007 8.21001L12.507 3.79825C12.1941 3.61416 11.8059 3.61416 11.493 3.79825L3.99298 8.21001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 10V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9 13H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},L=a;export{L as default,a as IconHomePlus};
|
|
2
|
+
|
|
3
|
+
//# debugId=1760EE6FC816487664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
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 IconHomePlus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.99298 8.21001C3.68754 8.38968 3.5 8.71758 3.5 9.07195V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V9.07195C20.5 8.71758 20.3125 8.38968 20.007 8.21001L12.507 3.79825C12.1941 3.61416 11.8059 3.61416 11.493 3.79825L3.99298 8.21001Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 10V16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 13H15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\n"
|
|
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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAuiB,EAAviB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8QAA8Q,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGjiB",
|
|
9
|
+
"debugId": "1760EE6FC816487664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -442,6 +442,7 @@ Below is a complete list of available icons:
|
|
|
442
442
|
- IconTower
|
|
443
443
|
- IconGoldenGateBridge
|
|
444
444
|
- IconHomeRoofDoor
|
|
445
|
+
- IconHomePlus
|
|
445
446
|
|
|
446
447
|
### Clouds
|
|
447
448
|
|
|
@@ -1674,6 +1675,7 @@ Below is a complete list of available icons:
|
|
|
1674
1675
|
- Icon3dPackage
|
|
1675
1676
|
- IconCurrencyLira
|
|
1676
1677
|
- Icon3dPackage2
|
|
1678
|
+
- IconCreditCardNfc
|
|
1677
1679
|
|
|
1678
1680
|
### Social Media & Brands
|
|
1679
1681
|
|
|
@@ -1888,6 +1890,7 @@ Below is a complete list of available icons:
|
|
|
1888
1890
|
- IconCd
|
|
1889
1891
|
- IconVoiceShare
|
|
1890
1892
|
- IconConductor
|
|
1893
|
+
- IconAlbums2
|
|
1891
1894
|
|
|
1892
1895
|
### Sports
|
|
1893
1896
|
|