@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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 Z=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var H in o)n(r,H,{get:o[H],enumerable:!0})},l=(r,o,H,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of c(o))!u.call(r,t)&&t!==H&&n(r,t,{get:()=>o[t],enumerable:!(p=f(o,t))||p.enumerable});return r};var a=(r,o,H)=>(H=r!=null?Z(i(r)):{},l(o||!r||!r.__esModule?n(H,"default",{value:r,enumerable:!0}):H,r)),I=r=>l(n({},"__esModule",{value:!0}),r);var x={};B(x,{IconBoard:()=>M,default:()=>d});module.exports=I(x);var e=a(require("react"));var s=a(require("react")),C=require("react-native-svg"),m=({children:r,size:o=24,...H})=>s.default.createElement(C.Svg,{...H,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"),M=r=>e.default.createElement(m,{...r},e.default.createElement(V.Path,{d:"M20.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V3.75H3.75H3V20.25H3.75ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75Z",fill:"currentColor"}),e.default.createElement(V.Path,{d:"M12.5 3.75V3H11V3.75H11.75H12.5ZM11 20.25V21H12.5V20.25H11.75H11ZM11.75 12H12.5V3.75H11.75H11V12H11.75ZM11.75 12H11V20.25H11.75H12.5V12H11.75Z",fill:"currentColor"}),e.default.createElement(V.Path,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"1.5"})),d=M;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.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V3.75H3.75H3V20.25H3.75ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 3.75V3H11V3.75H11.75H12.5ZM11 20.25V21H12.5V20.25H11.75H11ZM11.75 12H12.5V3.75H11.75H11V12H11.75ZM11.75 12H11V20.25H11.75H12.5V12H11.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 12H20\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,uRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,MAAM,CAC9D,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 p}from"react-native-svg";var e=({children:H,size:r=24,...n})=>V.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},H);import{Path as t}from"react-native-svg";var l=H=>o.createElement(e,{...H},o.createElement(t,{d:"M20.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V3.75H3.75H3V20.25H3.75ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75Z",fill:"currentColor"}),o.createElement(t,{d:"M12.5 3.75V3H11V3.75H11.75H12.5ZM11 20.25V21H12.5V20.25H11.75H11ZM11.75 12H12.5V3.75H11.75H11V12H11.75ZM11.75 12H11V20.25H11.75H12.5V12H11.75Z",fill:"currentColor"}),o.createElement(t,{d:"M12 12H20",stroke:"currentColor",strokeWidth:"1.5"})),u=l;export{l as IconBoard,u 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.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V3.75H3.75H3V20.25H3.75ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 3.75V3H11V3.75H11.75H12.5ZM11 20.25V21H12.5V20.25H11.75H11ZM11.75 12H12.5V3.75H11.75H11V12H11.75ZM11.75 12H11V20.25H11.75H12.5V12H11.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12 12H20\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,uRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,MAAM,CAC9D,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-1.5",
|
|
3291
3291
|
"componentName": "IconBlur"
|
|
3292
3292
|
},
|
|
3293
|
+
{
|
|
3294
|
+
"category": "Layout",
|
|
3295
|
+
"svg": "<path d=\"M20.25 3.75H21V3H20.25V3.75ZM20.25 20.25V21H21V20.25H20.25ZM3.75 20.25H3V21H3.75V20.25ZM3.75 3.75V3H3V3.75H3.75ZM20.25 3.75H19.5V20.25H20.25H21V3.75H20.25ZM20.25 20.25V19.5H3.75V20.25V21H20.25V20.25ZM3.75 20.25H4.5V3.75H3.75H3V20.25H3.75ZM3.75 3.75V4.5H20.25V3.75V3H3.75V3.75Z\" fill=\"currentColor\"/><path d=\"M12.5 3.75V3H11V3.75H11.75H12.5ZM11 20.25V21H12.5V20.25H11.75H11ZM11.75 12H12.5V3.75H11.75H11V12H11.75ZM11.75 12H11V20.25H11.75H12.5V12H11.75Z\" fill=\"currentColor\"/><path d=\"M12 12H20\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
3296
|
+
"iconName": "board, moodboard, layout, template",
|
|
3297
|
+
"variant": {
|
|
3298
|
+
"join": "square",
|
|
3299
|
+
"filled": "off",
|
|
3300
|
+
"radius": "0",
|
|
3301
|
+
"stroke": "1.5"
|
|
3302
|
+
},
|
|
3303
|
+
"createdAt": "2026-01-09T08:00:55.6867+00:00",
|
|
3304
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
3305
|
+
"componentName": "IconBoard"
|
|
3306
|
+
},
|
|
3293
3307
|
{
|
|
3294
3308
|
"category": "Typography",
|
|
3295
3309
|
"svg": "<path d=\"M17.252 8V7.75C17.252 5.54086 15.4611 3.75 13.252 3.75H5.74219V12H13.252C15.4611 12 17.252 10.2091 17.252 8Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M5.74219 12V20.25H12.502\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M13 20.25H14.25C16.4591 20.25 18.25 18.4591 18.25 16.25V16C18.25 13.7909 16.4591 12 14.25 12H13\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/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";
|