@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.279 → 1.1.281

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 IconGrid: FC<CentralIconBaseProps>;
4
+ export default IconGrid;
@@ -0,0 +1,3 @@
1
+ var P=Object.create;var{getPrototypeOf:g,defineProperty:n,getOwnPropertyNames:C,getOwnPropertyDescriptor:h}=Object,c=Object.prototype.hasOwnProperty;function f(r){return this[r]}var y,F,i=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var a=o?y??=new WeakMap:F??=new WeakMap,m=a.get(r);if(m)return m}e=r!=null?P(g(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let l of C(r))if(!c.call(p,l))n(p,l,{get:f.bind(r,l),enumerable:!0});if(t)a.set(r,p);return p},u=(r)=>{var o=(s??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of C(r))if(!c.call(o,t))n(o,t,{get:f.bind(r,t),enumerable:!(e=h(r,t))||e.enumerable})}return s.set(r,o),o},s;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var w={};d(w,{CentralIconBase:()=>H});module.exports=u(w);var B=i(require("react")),I=require("react-native-svg"),H=({children:r,size:o=24,...e})=>{return B.default.createElement(I.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={};d(M,{default:()=>Z,IconGrid:()=>x});module.exports=u(M);var V=i(require("react"));var v=require("react-native-svg"),x=(r)=>{return V.default.createElement(H,{...r},V.default.createElement(v.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 7.5H14.5V3H16.5V7.5H21V9.5H16.5V14.5H21V16.5H16.5V21H14.5V16.5H9.5V21H7.5V16.5H3V14.5H7.5V9.5H3V7.5H7.5V3H9.5V7.5ZM9.5 14.5H14.5V9.5H9.5V14.5Z",fill:"currentColor"}))},Z=x;
2
+
3
+ //# debugId=AE9DA21AC48493DC64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconGrid/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 IconGrid: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.5 7.5H14.5V3H16.5V7.5H21V9.5H16.5V14.5H21V16.5H16.5V21H14.5V16.5H9.5V21H7.5V16.5H3V14.5H7.5V9.5H3V7.5H7.5V3H9.5V7.5ZM9.5 14.5H14.5V9.5H9.5V14.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGrid;\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,oECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAqC,CAAC,IAAU,CAC3D,OAAO,wBAAuP,EAAvP,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sJAAsJ,KAAK,eAAc,CAAI,GAGjP",
9
+ "debugId": "AE9DA21AC48493DC64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>{return p.createElement(l,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as H}from"react-native-svg";var V=(o)=>{return t.createElement(e,{...o},t.createElement(H,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 7.5H14.5V3H16.5V7.5H21V9.5H16.5V14.5H21V16.5H16.5V21H14.5V16.5H9.5V21H7.5V16.5H3V14.5H7.5V9.5H3V7.5H7.5V3H9.5V7.5ZM9.5 14.5H14.5V9.5H9.5V14.5Z",fill:"currentColor"}))},I=V;export{I as default,V as IconGrid};
2
+
3
+ //# debugId=AA33FD7816C3219564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconGrid/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 IconGrid: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.5 7.5H14.5V3H16.5V7.5H21V9.5H16.5V14.5H21V16.5H16.5V21H14.5V16.5H9.5V21H7.5V16.5H3V14.5H7.5V9.5H3V7.5H7.5V3H9.5V7.5ZM9.5 14.5H14.5V9.5H9.5V14.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGrid;\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,EAAqC,CAAC,IAAU,CAC3D,OAAO,gBAAuP,EAAvP,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sJAAsJ,KAAK,eAAc,CAAI,GAGjP",
9
+ "debugId": "AA33FD7816C3219564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGridBox: FC<CentralIconBaseProps>;
4
+ export default IconGridBox;
@@ -0,0 +1,3 @@
1
+ var a=Object.create;var{getPrototypeOf:P,defineProperty:p,getOwnPropertyNames:m,getOwnPropertyDescriptor:g}=Object,d=Object.prototype.hasOwnProperty;function s(r){return this[r]}var v,h,c=(r,o,l)=>{var e=r!=null&&typeof r==="object";if(e){var V=o?v??=new WeakMap:h??=new WeakMap,i=V.get(r);if(i)return i}l=r!=null?a(P(r)):{};let C=o||!r||!r.__esModule?p(l,"default",{value:r,enumerable:!0}):l;for(let f of m(r))if(!d.call(C,f))p(C,f,{get:s.bind(r,f),enumerable:!0});if(e)V.set(r,C);return C},B=(r)=>{var o=(u??=new WeakMap).get(r),l;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!d.call(o,e))p(o,e,{get:s.bind(r,e),enumerable:!(l=g(r,e))||l.enumerable})}return u.set(r,o),o},u;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var M=(r,o)=>{for(var l in o)p(r,l,{get:o[l],enumerable:!0,configurable:!0,set:F.bind(o,l)})};var S={};M(S,{CentralIconBase:()=>H});module.exports=B(S);var Z=c(require("react")),x=require("react-native-svg"),H=({children:r,size:o=24,...l})=>{return Z.default.createElement(x.Svg,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};M(b,{default:()=>w,IconGridBox:()=>I});module.exports=B(b);var n=c(require("react"));var t=require("react-native-svg"),I=(r)=>{return n.default.createElement(H,{...r},n.default.createElement(t.Path,{d:"M7.66016 21H3V16.3398H7.66016V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.3398 21H9.66016V16.3398H14.3398V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 21H16.3398V16.3398H21V21Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M7.66016 14.3398H3V9.66016H7.66016V14.3398Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.3398 14.3398H9.66016V9.66016H14.3398V14.3398Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 14.3398H16.3398V9.66016H21V14.3398Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M7.66016 7.66016H3V3H7.66016V7.66016Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.3398 7.66016H9.66016V3H14.3398V7.66016Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21 7.66016H16.3398V3H21V7.66016Z",fill:"currentColor"}))},w=I;
2
+
3
+ //# debugId=050C7BFCD8E6B99F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconGridBox/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 IconGridBox: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.66016 21H3V16.3398H7.66016V21Z\" fill=\"currentColor\"/><Path d=\"M14.3398 21H9.66016V16.3398H14.3398V21Z\" fill=\"currentColor\"/><Path d=\"M21 21H16.3398V16.3398H21V21Z\" fill=\"currentColor\"/><Path d=\"M7.66016 14.3398H3V9.66016H7.66016V14.3398Z\" fill=\"currentColor\"/><Path d=\"M14.3398 14.3398H9.66016V9.66016H14.3398V14.3398Z\" fill=\"currentColor\"/><Path d=\"M21 14.3398H16.3398V9.66016H21V14.3398Z\" fill=\"currentColor\"/><Path d=\"M7.66016 7.66016H3V3H7.66016V7.66016Z\" fill=\"currentColor\"/><Path d=\"M14.3398 7.66016H9.66016V3H14.3398V7.66016Z\" fill=\"currentColor\"/><Path d=\"M21 7.66016H16.3398V3H21V7.66016Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGridBox;\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,wBAAupB,EAAvpB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gCAAgC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oDAAoD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wCAAwC,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,CAAI,GAGjpB",
9
+ "debugId": "050C7BFCD8E6B99F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:l=24,...e})=>{return p.createElement(C,{...e,width:typeof l==="number"?`${l}px`:l,height:typeof l==="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n)};import r from"react";import{Path as o}from"react-native-svg";var f=(n)=>{return r.createElement(t,{...n},r.createElement(o,{d:"M7.66016 21H3V16.3398H7.66016V21Z",fill:"currentColor"}),r.createElement(o,{d:"M14.3398 21H9.66016V16.3398H14.3398V21Z",fill:"currentColor"}),r.createElement(o,{d:"M21 21H16.3398V16.3398H21V21Z",fill:"currentColor"}),r.createElement(o,{d:"M7.66016 14.3398H3V9.66016H7.66016V14.3398Z",fill:"currentColor"}),r.createElement(o,{d:"M14.3398 14.3398H9.66016V9.66016H14.3398V14.3398Z",fill:"currentColor"}),r.createElement(o,{d:"M21 14.3398H16.3398V9.66016H21V14.3398Z",fill:"currentColor"}),r.createElement(o,{d:"M7.66016 7.66016H3V3H7.66016V7.66016Z",fill:"currentColor"}),r.createElement(o,{d:"M14.3398 7.66016H9.66016V3H14.3398V7.66016Z",fill:"currentColor"}),r.createElement(o,{d:"M21 7.66016H16.3398V3H21V7.66016Z",fill:"currentColor"}))},Z=f;export{Z as default,f as IconGridBox};
2
+
3
+ //# debugId=CE912FA267B3884664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconGridBox/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 IconGridBox: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.66016 21H3V16.3398H7.66016V21Z\" fill=\"currentColor\"/><Path d=\"M14.3398 21H9.66016V16.3398H14.3398V21Z\" fill=\"currentColor\"/><Path d=\"M21 21H16.3398V16.3398H21V21Z\" fill=\"currentColor\"/><Path d=\"M7.66016 14.3398H3V9.66016H7.66016V14.3398Z\" fill=\"currentColor\"/><Path d=\"M14.3398 14.3398H9.66016V9.66016H14.3398V14.3398Z\" fill=\"currentColor\"/><Path d=\"M21 14.3398H16.3398V9.66016H21V14.3398Z\" fill=\"currentColor\"/><Path d=\"M7.66016 7.66016H3V3H7.66016V7.66016Z\" fill=\"currentColor\"/><Path d=\"M14.3398 7.66016H9.66016V3H14.3398V7.66016Z\" fill=\"currentColor\"/><Path d=\"M21 7.66016H16.3398V3H21V7.66016Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGridBox;\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,gBAAupB,EAAvpB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gCAAgC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oDAAoD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,wCAAwC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8CAA8C,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oCAAoC,KAAK,eAAc,CAAI,GAGjpB",
9
+ "debugId": "CE912FA267B3884664756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1372,6 +1372,8 @@ Below is a complete list of available icons:
1372
1372
  - IconBottombarHiddenBottomWide
1373
1373
  - IconLayoutAlignLeftRight
1374
1374
  - IconLayoutAlignTopBottom
1375
+ - IconGrid
1376
+ - IconGridBox
1375
1377
 
1376
1378
  ### Location
1377
1379