@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.85 → 1.1.86
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/IconBoard/index.d.ts +4 -0
- package/IconBoard/index.js +2 -0
- package/IconBoard/index.js.map +1 -0
- package/IconBoard/index.mjs +2 -0
- package/IconBoard/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,H)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(H=u(o,t))||H.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(M(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>s(p({},"__esModule",{value:!0}),r);var x={};d(x,{IconBoard:()=>c,default:()=>Z});module.exports=I(x);var n=a(require("react"));var l=a(require("react")),C=require("react-native-svg"),m=({children:r,size:o=24,...e})=>l.default.createElement(C.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 V=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(V.Path,{d:"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z",fill:"currentColor"}),n.default.createElement(V.Path,{d:"M12 4V12V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(V.Path,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),Z=c;0&&(module.exports={IconBoard});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4V12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 12H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconBoard_exports","__export","IconBoard","IconBoard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import V from"react";import{Svg as H}from"react-native-svg";var n=({children:e,size:r=24,...p})=>V.createElement(H,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z",fill:"currentColor"}),o.createElement(t,{d:"M12 4V12V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),B=s;export{s as IconBoard,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBoard/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBoard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4V12V20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 12H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBoard;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -3290,6 +3290,20 @@
|
|
|
3290
3290
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3291
3291
|
"componentName": "IconBlur"
|
|
3292
3292
|
},
|
|
3293
|
+
{
|
|
3294
|
+
"category": "Layout",
|
|
3295
|
+
"svg": "<path d=\"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM20 4H19V20H20H21V4H20ZM20 20V19H4V20V21H20V20ZM4 20H5V4H4H3V20H4ZM4 4V5H20V4V3H4V4Z\" fill=\"currentColor\"/><path d=\"M12 4V12V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 12H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
|
3296
|
+
"iconName": "board, moodboard, layout, template",
|
|
3297
|
+
"variant": {
|
|
3298
|
+
"join": "square",
|
|
3299
|
+
"filled": "off",
|
|
3300
|
+
"radius": "0",
|
|
3301
|
+
"stroke": "2"
|
|
3302
|
+
},
|
|
3303
|
+
"createdAt": "2026-01-09T08:00:55.6867+00:00",
|
|
3304
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
3305
|
+
"componentName": "IconBoard"
|
|
3306
|
+
},
|
|
3293
3307
|
{
|
|
3294
3308
|
"category": "Typography",
|
|
3295
3309
|
"svg": "<path d=\"M6 12H13C15.2091 12 17 10.2091 17 8C17 5.79086 15.2091 4 13 4H6V12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M13 12H14C16.2091 12 18 13.7909 18 16C18 18.2091 16.2091 20 14 20H6V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1682,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -1032,11 +1032,12 @@
|
|
|
1032
1032
|
]
|
|
1033
1033
|
},
|
|
1034
1034
|
"Layout": {
|
|
1035
|
-
"count":
|
|
1035
|
+
"count": 51,
|
|
1036
1036
|
"icons": [
|
|
1037
1037
|
"IconAlignHorizontalCenter",
|
|
1038
1038
|
"IconAlignVerticalCenter",
|
|
1039
1039
|
"IconBento",
|
|
1040
|
+
"IconBoard",
|
|
1040
1041
|
"IconCarussel",
|
|
1041
1042
|
"IconColumns3",
|
|
1042
1043
|
"IconColumns3Wide",
|
|
@@ -2111,6 +2112,7 @@
|
|
|
2111
2112
|
"IconBluesky": "bluesky",
|
|
2112
2113
|
"IconBluetooth": "bluetooth",
|
|
2113
2114
|
"IconBlur": "blur",
|
|
2115
|
+
"IconBoard": "board, moodboard, layout, template",
|
|
2114
2116
|
"IconBold": "bold",
|
|
2115
2117
|
"IconBolt": "bolt",
|
|
2116
2118
|
"IconBomb": "bomb, boom",
|
package/index.d.ts
CHANGED
|
@@ -233,6 +233,7 @@ export { IconBlossom, default as IconBlossomDefault } from "./IconBlossom";
|
|
|
233
233
|
export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
|
|
234
234
|
export { IconBluetooth, default as IconBluetoothDefault, } from "./IconBluetooth";
|
|
235
235
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
236
|
+
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
236
237
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
237
238
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
238
239
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|