@central-icons-react-native/square-outlined-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.
- package/IconGrid/index.d.ts +4 -0
- package/IconGrid/index.js +3 -0
- package/IconGrid/index.js.map +11 -0
- package/IconGrid/index.mjs +3 -0
- package/IconGrid/index.mjs.map +11 -0
- package/IconGridBox/index.d.ts +4 -0
- package/IconGridBox/index.js +3 -0
- package/IconGridBox/index.js.map +11 -0
- package/IconGridBox/index.mjs +3 -0
- package/IconGridBox/index.mjs.map +11 -0
- 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
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:s,getOwnPropertyNames:m,getOwnPropertyDescriptor:q}=Object,k=Object.prototype.hasOwnProperty;function d(r){return this[r]}var y,F,f=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var c=o?y??=new WeakMap:F??=new WeakMap,l=c.get(r);if(l)return l}e=r!=null?g(v(r)):{};let a=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let i of m(r))if(!k.call(a,i))s(a,i,{get:d.bind(r,i),enumerable:!0});if(t)c.set(r,a);return a},h=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of m(r))if(!k.call(o,t))s(o,t,{get:d.bind(r,t),enumerable:!(e=q(r,t))||e.enumerable})}return u.set(r,o),o},u;var L=(r)=>r;function M(r,o){this[r]=L.bind(null,o)}var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var S={};B(S,{CentralIconBase:()=>C});module.exports=h(S);var I=f(require("react")),x=require("react-native-svg"),C=({children:r,size:o=24,...e})=>{return I.default.createElement(x.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 W={};B(W,{default:()=>b,IconGrid:()=>P});module.exports=h(W);var n=f(require("react"));var p=require("react-native-svg"),P=(r)=>{return n.default.createElement(C,{...r},n.default.createElement(p.Path,{d:"M8.5 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M15.5 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M4 8.5H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M4 15.5H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},b=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=22AAB525D6DB2D8564756E2164756E21
|
|
@@ -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 d=\"M8.5 4V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M15.5 4V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 8.5H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 15.5H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,wBAAwW,EAAxW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAGlW",
|
|
9
|
+
"debugId": "22AAB525D6DB2D8564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>{return p.createElement(a,{...s,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 e}from"react-native-svg";var i=(t)=>{return o.createElement(n,{...t},o.createElement(e,{d:"M8.5 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M15.5 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M4 8.5H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M4 15.5H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},I=i;export{I as default,i as IconGrid};
|
|
2
|
+
|
|
3
|
+
//# debugId=6A2811804904119B64756E2164756E21
|
|
@@ -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 d=\"M8.5 4V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M15.5 4V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 8.5H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 15.5H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,gBAAwW,EAAxW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAGlW",
|
|
9
|
+
"debugId": "6A2811804904119B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:M}=Object,c=Object.prototype.hasOwnProperty;function k(r){return this[r]}var W,y,f=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var d=o?W??=new WeakMap:y??=new WeakMap,i=d.get(r);if(i)return i}t=r!=null?g(v(r)):{};let C=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let l of u(r))if(!c.call(C,l))p(C,l,{get:k.bind(r,l),enumerable:!0});if(e)d.set(r,C);return C},h=(r)=>{var o=(m??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!c.call(o,e))p(o,e,{get:k.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return m.set(r,o),o},m;var F=(r)=>r;function H(r,o){this[r]=F.bind(null,o)}var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:H.bind(o,t)})};var S={};B(S,{CentralIconBase:()=>a});module.exports=h(S);var x=f(require("react")),I=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return x.default.createElement(I.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var V={};B(V,{default:()=>b,IconGridBox:()=>P});module.exports=h(V);var n=f(require("react"));var s=require("react-native-svg"),P=(r)=>{return n.default.createElement(a,{...r},n.default.createElement(s.Path,{d:"M9.32812 4V20",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M14.6719 4V20",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M4 9.33008H20",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M4 14.6699H20",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},b=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=74BFB0143EF2960A64756E2164756E21
|
|
@@ -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=\"M9.32812 4V20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.6719 4V20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 9.33008H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 14.6699H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,wBAAmX,EAAnX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAG7W",
|
|
9
|
+
"debugId": "74BFB0143EF2960A64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...s})=>{return p.createElement(C,{...s,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 t}from"react-native-svg";var l=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M9.32812 4V20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M14.6719 4V20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M4 9.33008H20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M4 14.6699H20",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},x=l;export{x as default,l as IconGridBox};
|
|
2
|
+
|
|
3
|
+
//# debugId=B4098262B7F2509364756E2164756E21
|
|
@@ -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=\"M9.32812 4V20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.6719 4V20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 9.33008H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 14.6699H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,gBAAmX,EAAnX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAG7W",
|
|
9
|
+
"debugId": "B4098262B7F2509364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|