@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.266 → 1.1.267

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 s=r?y??=new WeakMap:F??=new WeakMap,C=s.get(o);if(C)return C}e=o!=null?H(b(o)):{};let p=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let l of f(o))if(!u.call(p,l))n(p,l,{get:i.bind(o,l),enumerable:!0});if(t)s.set(o,p);return p},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 V(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:V.bind(r,e)})};var M={};d(M,{CentralIconBase:()=>a});module.exports=I(M);var v=B(require("react")),x=require("react-native-svg"),a=({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 Z={};d(Z,{default:()=>w,IconAlbums2:()=>g});module.exports=I(Z);var m=B(require("react"));var P=require("react-native-svg"),g=(o)=>{return m.default.createElement(a,{...o},m.default.createElement(P.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z",fill:"currentColor"}))},w=g;
2
+
3
+ //# debugId=1C5500CA262CA4A164756E2164756E21
@@ -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=\"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z\" 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,wBAAkN,EAAlN,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAG5M",
9
+ "debugId": "1C5500CA262CA4A164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return p.createElement(l,{...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 a}from"react-native-svg";var m=(r)=>{return t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z",fill:"currentColor"}))},x=m;export{x as default,m as IconAlbums2};
2
+
3
+ //# debugId=13B9B5F14B2D10FD64756E2164756E21
@@ -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=\"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z\" 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,gBAAkN,EAAlN,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAG5M",
9
+ "debugId": "13B9B5F14B2D10FD64756E2164756E21",
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 x=Object.create;var{getPrototypeOf:g,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 s=r?y??=new WeakMap:F??=new WeakMap,C=s.get(o);if(C)return C}e=o!=null?x(g(o)):{};let p=r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e;for(let l of f(o))if(!u.call(p,l))n(p,l,{get:i.bind(o,l),enumerable:!0});if(t)s.set(o,p);return p},H=(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 I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var w={};I(w,{CentralIconBase:()=>a});module.exports=H(w);var P=B(require("react")),V=require("react-native-svg"),a=({children:o,size:r=24,...e})=>{return P.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={};I(L,{default:()=>M,IconHomePlus:()=>v});module.exports=H(L);var m=B(require("react"));var d=require("react-native-svg"),v=(o)=>{return m.default.createElement(a,{...o},m.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z",fill:"currentColor"}))},M=v;
2
+
3
+ //# debugId=50FCDD09131BC3EF64756E2164756E21
@@ -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=\"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z\" 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,wBAAiN,EAAjN,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gHAAgH,KAAK,eAAc,CAAI,GAG3M",
9
+ "debugId": "50FCDD09131BC3EF64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>{return p.createElement(l,{...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 a}from"react-native-svg";var m=(r)=>{return t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z",fill:"currentColor"}))},V=m;export{V as default,m as IconHomePlus};
2
+
3
+ //# debugId=B1F727373B2865D664756E2164756E21
@@ -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=\"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z\" 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,gBAAiN,EAAjN,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gHAAgH,KAAK,eAAc,CAAI,GAG3M",
9
+ "debugId": "B1F727373B2865D664756E2164756E21",
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
 
@@ -1888,6 +1889,7 @@ Below is a complete list of available icons:
1888
1889
  - IconCd
1889
1890
  - IconVoiceShare
1890
1891
  - IconConductor
1892
+ - IconAlbums2
1891
1893
 
1892
1894
  ### Sports
1893
1895