@central-icons-react-native/round-filled-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAlbums2: FC<CentralIconBaseProps>;
4
+ export default IconAlbums2;
@@ -0,0 +1,3 @@
1
+ var H=Object.create;var{getPrototypeOf:b,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function i(o){return this[o]}var y,F,B=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var m=r?y??=new WeakMap:F??=new WeakMap,s=m.get(o);if(s)return s}e=o!=null?H(b(o)):{};let C=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let p of f(o))if(!u.call(C,p))n(C,p,{get:i.bind(o,p),enumerable:!0});if(t)m.set(o,C);return C},I=(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 t of f(o))if(!u.call(r,t))n(r,t,{get:i.bind(o,t),enumerable:!(e=h(o,t))||e.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function M(o,r){this[o]=S.bind(null,r)}var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:M.bind(r,e)})};var Z={};d(Z,{CentralIconBase:()=>l});module.exports=I(Z);var v=B(require("react")),x=require("react-native-svg"),l=({children:o,size:r=24,...e})=>{return v.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={};d(w,{default:()=>L,IconAlbums2:()=>g});module.exports=I(w);var a=B(require("react"));var P=require("react-native-svg"),g=(o)=>{return a.default.createElement(l,{...o},a.default.createElement(P.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.89 11.1871C20.9849 11.3054 21.021 11.4604 20.9881 11.6085L18.9881 20.6085C18.9373 20.8372 18.7343 21 18.5 21H5.5C5.26565 21 5.06274 20.8372 5.0119 20.6085L3.0119 11.6085C2.979 11.4604 3.01508 11.3054 3.10998 11.1871C3.20487 11.0688 3.34834 11 3.5 11H20.5C20.6517 11 20.7951 11.0688 20.89 11.1871ZM20 7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22385 8 4 7.77614 4 7.5C4 7.22386 4.22385 7 4.5 7H19.5C19.7761 7 20 7.22386 20 7.5ZM19 3.5C19 3.77614 18.7761 4 18.5 4H5.5C5.22385 4 5 3.77614 5 3.5C5 3.22386 5.22385 3 5.5 3H18.5C18.7761 3 19 3.22386 19 3.5Z",fill:"currentColor"}))},L=g;
2
+
3
+ //# debugId=707C0A1AB812E65864756E2164756E21
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.89 11.1871C20.9849 11.3054 21.021 11.4604 20.9881 11.6085L18.9881 20.6085C18.9373 20.8372 18.7343 21 18.5 21H5.5C5.26565 21 5.06274 20.8372 5.0119 20.6085L3.0119 11.6085C2.979 11.4604 3.01508 11.3054 3.10998 11.1871C3.20487 11.0688 3.34834 11 3.5 11H20.5C20.6517 11 20.7951 11.0688 20.89 11.1871ZM20 7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22385 8 4 7.77614 4 7.5C4 7.22386 4.22385 7 4.5 7H19.5C19.7761 7 20 7.22386 20 7.5ZM19 3.5C19 3.77614 18.7761 4 18.5 4H5.5C5.22385 4 5 3.77614 5 3.5C5 3.22386 5.22385 3 5.5 3H18.5C18.7761 3 19 3.22386 19 3.5Z\" fill=\"currentColor\"/></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,wBAA0oB,EAA1oB,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yiBAAyiB,KAAK,eAAc,CAAI,GAGpoB",
9
+ "debugId": "707C0A1AB812E65864756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return C.createElement(p,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as l}from"react-native-svg";var a=(r)=>{return t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.89 11.1871C20.9849 11.3054 21.021 11.4604 20.9881 11.6085L18.9881 20.6085C18.9373 20.8372 18.7343 21 18.5 21H5.5C5.26565 21 5.06274 20.8372 5.0119 20.6085L3.0119 11.6085C2.979 11.4604 3.01508 11.3054 3.10998 11.1871C3.20487 11.0688 3.34834 11 3.5 11H20.5C20.6517 11 20.7951 11.0688 20.89 11.1871ZM20 7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22385 8 4 7.77614 4 7.5C4 7.22386 4.22385 7 4.5 7H19.5C19.7761 7 20 7.22386 20 7.5ZM19 3.5C19 3.77614 18.7761 4 18.5 4H5.5C5.22385 4 5 3.77614 5 3.5C5 3.22386 5.22385 3 5.5 3H18.5C18.7761 3 19 3.22386 19 3.5Z",fill:"currentColor"}))},x=a;export{x as default,a as IconAlbums2};
2
+
3
+ //# debugId=99170770BE2A751F64756E2164756E21
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.89 11.1871C20.9849 11.3054 21.021 11.4604 20.9881 11.6085L18.9881 20.6085C18.9373 20.8372 18.7343 21 18.5 21H5.5C5.26565 21 5.06274 20.8372 5.0119 20.6085L3.0119 11.6085C2.979 11.4604 3.01508 11.3054 3.10998 11.1871C3.20487 11.0688 3.34834 11 3.5 11H20.5C20.6517 11 20.7951 11.0688 20.89 11.1871ZM20 7.5C20 7.77614 19.7761 8 19.5 8H4.5C4.22385 8 4 7.77614 4 7.5C4 7.22386 4.22385 7 4.5 7H19.5C19.7761 7 20 7.22386 20 7.5ZM19 3.5C19 3.77614 18.7761 4 18.5 4H5.5C5.22385 4 5 3.77614 5 3.5C5 3.22386 5.22385 3 5.5 3H18.5C18.7761 3 19 3.22386 19 3.5Z\" fill=\"currentColor\"/></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,gBAA0oB,EAA1oB,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yiBAAyiB,KAAK,eAAc,CAAI,GAGpoB",
9
+ "debugId": "99170770BE2A751F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCreditCardNfc: FC<CentralIconBaseProps>;
4
+ export default IconCreditCardNfc;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:y,defineProperty:e,getOwnPropertyNames:i,getOwnPropertyDescriptor:F}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var H,M,B=(r,o,C)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?H??=new WeakMap:M??=new WeakMap,s=m.get(r);if(s)return s}C=r!=null?h(y(r)):{};let p=o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C;for(let f of i(r))if(!u.call(p,f))e(p,f,{get:d.bind(r,f),enumerable:!0});if(t)m.set(r,p);return p},I=(r)=>{var o=(c??=new WeakMap).get(r),C;if(o)return o;if(o=e({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!u.call(o,t))e(o,t,{get:d.bind(r,t),enumerable:!(C=F(r,t))||C.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function V(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0,configurable:!0,set:V.bind(o,C)})};var Z={};x(Z,{CentralIconBase:()=>a});module.exports=I(Z);var P=B(require("react")),g=require("react-native-svg"),a=({children:r,size:o=24,...C})=>{return P.default.createElement(g.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};x(b,{default:()=>w,IconCreditCardNfc:()=>v});module.exports=I(b);var n=B(require("react"));var l=require("react-native-svg"),v=(r)=>{return n.default.createElement(a,{...r},n.default.createElement(l.Path,{d:"M22 10.5C16.7533 10.5 12.5 14.7533 12.5 20H2.5C2.22386 20 2 19.7761 2 19.5V10H22V10.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.4287 16.041C21.7021 16.0019 21.956 16.1925 21.9951 16.4658C22.0336 16.7388 21.8433 16.9922 21.5703 17.0312C20.2577 17.2192 19.2181 18.2586 19.0303 19.5713C18.991 19.8442 18.7378 20.0348 18.4648 19.9961C18.1917 19.9569 18.0013 19.7028 18.04 19.4297C18.2908 17.6772 19.6762 16.2919 21.4287 16.041Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.4648 12.5186C21.7403 12.4992 21.9796 12.707 21.999 12.9824C22.0184 13.2579 21.8106 13.4972 21.5352 13.5166C18.3161 13.7438 15.7438 16.3161 15.5166 19.5352C15.4972 19.8106 15.2579 20.0184 14.9824 19.999C14.707 19.9796 14.4991 19.7403 14.5186 19.4648C14.7808 15.749 17.749 12.7808 21.4648 12.5186Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H2V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z",fill:"currentColor"}))},w=v;
2
+
3
+ //# debugId=38B895751857A84A64756E2164756E21
@@ -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=\"M22 10.5C16.7533 10.5 12.5 14.7533 12.5 20H2.5C2.22386 20 2 19.7761 2 19.5V10H22V10.5Z\" fill=\"currentColor\"/><Path d=\"M21.4287 16.041C21.7021 16.0019 21.956 16.1925 21.9951 16.4658C22.0336 16.7388 21.8433 16.9922 21.5703 17.0312C20.2577 17.2192 19.2181 18.2586 19.0303 19.5713C18.991 19.8442 18.7378 20.0348 18.4648 19.9961C18.1917 19.9569 18.0013 19.7028 18.04 19.4297C18.2908 17.6772 19.6762 16.2919 21.4287 16.041Z\" fill=\"currentColor\"/><Path d=\"M21.4648 12.5186C21.7403 12.4992 21.9796 12.707 21.999 12.9824C22.0184 13.2579 21.8106 13.4972 21.5352 13.5166C18.3161 13.7438 15.7438 16.3161 15.5166 19.5352C15.4972 19.8106 15.2579 20.0184 14.9824 19.999C14.707 19.9796 14.4991 19.7403 14.5186 19.4648C14.7808 15.749 17.749 12.7808 21.4648 12.5186Z\" fill=\"currentColor\"/><Path d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H2V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z\" fill=\"currentColor\"/></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,wBAAq5B,EAAr5B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8EAA8E,KAAK,eAAc,CAAI,GAG/4B",
9
+ "debugId": "38B895751857A84A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>{return l.createElement(p,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Path as C}from"react-native-svg";var f=(t)=>{return o.createElement(n,{...t},o.createElement(C,{d:"M22 10.5C16.7533 10.5 12.5 14.7533 12.5 20H2.5C2.22386 20 2 19.7761 2 19.5V10H22V10.5Z",fill:"currentColor"}),o.createElement(C,{d:"M21.4287 16.041C21.7021 16.0019 21.956 16.1925 21.9951 16.4658C22.0336 16.7388 21.8433 16.9922 21.5703 17.0312C20.2577 17.2192 19.2181 18.2586 19.0303 19.5713C18.991 19.8442 18.7378 20.0348 18.4648 19.9961C18.1917 19.9569 18.0013 19.7028 18.04 19.4297C18.2908 17.6772 19.6762 16.2919 21.4287 16.041Z",fill:"currentColor"}),o.createElement(C,{d:"M21.4648 12.5186C21.7403 12.4992 21.9796 12.707 21.999 12.9824C22.0184 13.2579 21.8106 13.4972 21.5352 13.5166C18.3161 13.7438 15.7438 16.3161 15.5166 19.5352C15.4972 19.8106 15.2579 20.0184 14.9824 19.999C14.707 19.9796 14.4991 19.7403 14.5186 19.4648C14.7808 15.749 17.749 12.7808 21.4648 12.5186Z",fill:"currentColor"}),o.createElement(C,{d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H2V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z",fill:"currentColor"}))},P=f;export{P as default,f as IconCreditCardNfc};
2
+
3
+ //# debugId=2E3915CB0271395264756E2164756E21
@@ -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=\"M22 10.5C16.7533 10.5 12.5 14.7533 12.5 20H2.5C2.22386 20 2 19.7761 2 19.5V10H22V10.5Z\" fill=\"currentColor\"/><Path d=\"M21.4287 16.041C21.7021 16.0019 21.956 16.1925 21.9951 16.4658C22.0336 16.7388 21.8433 16.9922 21.5703 17.0312C20.2577 17.2192 19.2181 18.2586 19.0303 19.5713C18.991 19.8442 18.7378 20.0348 18.4648 19.9961C18.1917 19.9569 18.0013 19.7028 18.04 19.4297C18.2908 17.6772 19.6762 16.2919 21.4287 16.041Z\" fill=\"currentColor\"/><Path d=\"M21.4648 12.5186C21.7403 12.4992 21.9796 12.707 21.999 12.9824C22.0184 13.2579 21.8106 13.4972 21.5352 13.5166C18.3161 13.7438 15.7438 16.3161 15.5166 19.5352C15.4972 19.8106 15.2579 20.0184 14.9824 19.999C14.707 19.9796 14.4991 19.7403 14.5186 19.4648C14.7808 15.749 17.749 12.7808 21.4648 12.5186Z\" fill=\"currentColor\"/><Path d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V9H2V4.5C2 4.22386 2.22386 4 2.5 4H21.5Z\" fill=\"currentColor\"/></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,gBAAq5B,EAAr5B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8EAA8E,KAAK,eAAc,CAAI,GAG/4B",
9
+ "debugId": "2E3915CB0271395264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHomePlus: FC<CentralIconBaseProps>;
4
+ export default IconHomePlus;
@@ -0,0 +1,3 @@
1
+ var H=Object.create;var{getPrototypeOf:V,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function i(o){return this[o]}var y,F,B=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var m=r?y??=new WeakMap:F??=new WeakMap,s=m.get(o);if(s)return s}e=o!=null?H(V(o)):{};let C=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let p of f(o))if(!u.call(C,p))n(C,p,{get:i.bind(o,p),enumerable:!0});if(t)m.set(o,C);return C},I=(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 t of f(o))if(!u.call(r,t))n(r,t,{get:i.bind(o,t),enumerable:!(e=h(o,t))||e.enumerable})}return c.set(o,r),r},c;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var P=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var w={};P(w,{CentralIconBase:()=>l});module.exports=I(w);var d=B(require("react")),v=require("react-native-svg"),l=({children:o,size:r=24,...e})=>{return d.default.createElement(v.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 L={};P(L,{default:()=>M,IconHomePlus:()=>g});module.exports=I(L);var a=B(require("react"));var x=require("react-native-svg"),g=(o)=>{return a.default.createElement(l,{...o},a.default.createElement(x.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7461 3.06883C11.9024 2.97698 12.0976 2.97698 12.2539 3.06883L20.7539 8.06883C20.9062 8.15863 20.9998 8.32269 21 8.49949V20.4995C21 20.7756 20.7761 20.9995 20.5 20.9995H3.5C3.22386 20.9995 3 20.7756 3 20.4995V8.49949C3.00019 8.32269 3.09378 8.15863 3.24609 8.06883L11.7461 3.06883ZM12 9.49949C11.7239 9.49949 11.5001 9.72343 11.5 9.99949V12.4995H9C8.72392 12.4995 8.5001 12.7234 8.5 12.9995C8.5 13.2756 8.72386 13.4995 9 13.4995H11.5V15.9995C11.5 16.2756 11.7239 16.4995 12 16.4995C12.2761 16.4995 12.5 16.2756 12.5 15.9995V13.4995H15C15.2761 13.4995 15.5 13.2756 15.5 12.9995C15.4999 12.7234 15.2761 12.4995 15 12.4995H12.5V9.99949C12.4999 9.72343 12.2761 9.49949 12 9.49949Z",fill:"currentColor"}))},M=g;
2
+
3
+ //# debugId=13993633992DD94264756E2164756E21
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.7461 3.06883C11.9024 2.97698 12.0976 2.97698 12.2539 3.06883L20.7539 8.06883C20.9062 8.15863 20.9998 8.32269 21 8.49949V20.4995C21 20.7756 20.7761 20.9995 20.5 20.9995H3.5C3.22386 20.9995 3 20.7756 3 20.4995V8.49949C3.00019 8.32269 3.09378 8.15863 3.24609 8.06883L11.7461 3.06883ZM12 9.49949C11.7239 9.49949 11.5001 9.72343 11.5 9.99949V12.4995H9C8.72392 12.4995 8.5001 12.7234 8.5 12.9995C8.5 13.2756 8.72386 13.4995 9 13.4995H11.5V15.9995C11.5 16.2756 11.7239 16.4995 12 16.4995C12.2761 16.4995 12.5 16.2756 12.5 15.9995V13.4995H15C15.2761 13.4995 15.5 13.2756 15.5 12.9995C15.4999 12.7234 15.2761 12.4995 15 12.4995H12.5V9.99949C12.4999 9.72343 12.2761 9.49949 12 9.49949Z\" fill=\"currentColor\"/></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,wBAA2wB,EAA3wB,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0qBAA0qB,KAAK,eAAc,CAAI,GAGrwB",
9
+ "debugId": "13993633992DD94264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return C.createElement(p,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};import t from"react";import{Path as l}from"react-native-svg";var a=(r)=>{return t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7461 3.06883C11.9024 2.97698 12.0976 2.97698 12.2539 3.06883L20.7539 8.06883C20.9062 8.15863 20.9998 8.32269 21 8.49949V20.4995C21 20.7756 20.7761 20.9995 20.5 20.9995H3.5C3.22386 20.9995 3 20.7756 3 20.4995V8.49949C3.00019 8.32269 3.09378 8.15863 3.24609 8.06883L11.7461 3.06883ZM12 9.49949C11.7239 9.49949 11.5001 9.72343 11.5 9.99949V12.4995H9C8.72392 12.4995 8.5001 12.7234 8.5 12.9995C8.5 13.2756 8.72386 13.4995 9 13.4995H11.5V15.9995C11.5 16.2756 11.7239 16.4995 12 16.4995C12.2761 16.4995 12.5 16.2756 12.5 15.9995V13.4995H15C15.2761 13.4995 15.5 13.2756 15.5 12.9995C15.4999 12.7234 15.2761 12.4995 15 12.4995H12.5V9.99949C12.4999 9.72343 12.2761 9.49949 12 9.49949Z",fill:"currentColor"}))},v=a;export{v as default,a as IconHomePlus};
2
+
3
+ //# debugId=009E4ED80671654264756E2164756E21
@@ -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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.7461 3.06883C11.9024 2.97698 12.0976 2.97698 12.2539 3.06883L20.7539 8.06883C20.9062 8.15863 20.9998 8.32269 21 8.49949V20.4995C21 20.7756 20.7761 20.9995 20.5 20.9995H3.5C3.22386 20.9995 3 20.7756 3 20.4995V8.49949C3.00019 8.32269 3.09378 8.15863 3.24609 8.06883L11.7461 3.06883ZM12 9.49949C11.7239 9.49949 11.5001 9.72343 11.5 9.99949V12.4995H9C8.72392 12.4995 8.5001 12.7234 8.5 12.9995C8.5 13.2756 8.72386 13.4995 9 13.4995H11.5V15.9995C11.5 16.2756 11.7239 16.4995 12 16.4995C12.2761 16.4995 12.5 16.2756 12.5 15.9995V13.4995H15C15.2761 13.4995 15.5 13.2756 15.5 12.9995C15.4999 12.7234 15.2761 12.4995 15 12.4995H12.5V9.99949C12.4999 9.72343 12.2761 9.49949 12 9.49949Z\" fill=\"currentColor\"/></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,gBAA2wB,EAA3wB,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0qBAA0qB,KAAK,eAAc,CAAI,GAGrwB",
9
+ "debugId": "009E4ED80671654264756E2164756E21",
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