@central-icons-react-native/square-outlined-radius-0-stroke-1 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBoard: FC<CentralIconBaseProps>;
4
+ export default IconBoard;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var s=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 V of c(o))!u.call(r,V)&&V!==H&&n(r,V,{get:()=>o[V],enumerable:!(p=s(o,V))||p.enumerable});return r};var M=(r,o,H)=>(H=r!=null?f(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 P={};B(P,{IconBoard:()=>m,default:()=>x});module.exports=I(P);var t=M(require("react"));var Z=M(require("react")),a=require("react-native-svg"),C=({children:r,size:o=24,...H})=>Z.default.createElement(a.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 e=require("react-native-svg"),m=r=>t.default.createElement(C,{...r},t.default.createElement(e.Path,{d:"M20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20.5 12.5H21V11.5H20.5V12V12.5ZM11.5 11.5H11V12.5H11.5V12V11.5ZM20.5 12V11.5H11.5V12V12.5H20.5V12Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12 3.5V3H11V3.5H11.5H12ZM11 20.5V21H12V20.5H11.5H11ZM11.5 12H12V3.5H11.5H11V12H11.5ZM11.5 12H11V20.5H11.5H12V12H11.5Z",fill:"currentColor"})),x=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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 12.5H21V11.5H20.5V12V12.5ZM11.5 11.5H11V12.5H11.5V12V11.5ZM20.5 12V11.5H11.5V12V12.5H20.5V12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3.5V3H11V3.5H11.5H12ZM11 20.5V21H12V20.5H11.5H11ZM11.5 12H12V3.5H11.5H11V12H11.5ZM11.5 12H11V20.5H11.5H12V12H11.5Z\"\n fill=\"currentColor\"\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,uOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yHACF,KAAK,eACP,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 e from"react";import{Svg as p}from"react-native-svg";var t=({children:H,size:r=24,...n})=>e.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 V}from"react-native-svg";var l=H=>o.createElement(t,{...H},o.createElement(V,{d:"M20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5Z",fill:"currentColor"}),o.createElement(V,{d:"M20.5 12.5H21V11.5H20.5V12V12.5ZM11.5 11.5H11V12.5H11.5V12V11.5ZM20.5 12V11.5H11.5V12V12.5H20.5V12Z",fill:"currentColor"}),o.createElement(V,{d:"M12 3.5V3H11V3.5H11.5H12ZM11 20.5V21H12V20.5H11.5H11ZM11.5 12H12V3.5H11.5H11V12H11.5ZM11.5 12H11V20.5H11.5H12V12H11.5Z",fill:"currentColor"})),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.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 12.5H21V11.5H20.5V12V12.5ZM11.5 11.5H11V12.5H11.5V12V11.5ZM20.5 12V11.5H11.5V12V12.5H20.5V12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3.5V3H11V3.5H11.5H12ZM11 20.5V21H12V20.5H11.5H11ZM11.5 12H12V3.5H11.5H11V12H11.5ZM11.5 12H11V20.5H11.5H12V12H11.5Z\"\n fill=\"currentColor\"\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,uOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBoard","props","React","CentralIconBase","IconBoard_default"]}
package/README.md CHANGED
@@ -1127,6 +1127,7 @@ Below is a complete list of available icons:
1127
1127
  - IconAlignHorizontalCenter
1128
1128
  - IconAlignVerticalCenter
1129
1129
  - IconBento
1130
+ - IconBoard
1130
1131
  - IconCarussel
1131
1132
  - IconColumns3
1132
1133
  - IconColumns3Wide
@@ -3290,6 +3290,20 @@
3290
3290
  "packageName": "square-outlined-radius-0-stroke-1",
3291
3291
  "componentName": "IconBlur"
3292
3292
  },
3293
+ {
3294
+ "category": "Layout",
3295
+ "svg": "<path d=\"M20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5Z\" fill=\"currentColor\"/><path d=\"M20.5 12.5H21V11.5H20.5V12V12.5ZM11.5 11.5H11V12.5H11.5V12V11.5ZM20.5 12V11.5H11.5V12V12.5H20.5V12Z\" fill=\"currentColor\"/><path d=\"M12 3.5V3H11V3.5H11.5H12ZM11 20.5V21H12V20.5H11.5H11ZM11.5 12H12V3.5H11.5H11V12H11.5ZM11.5 12H11V20.5H11.5H12V12H11.5Z\" fill=\"currentColor\"/>",
3296
+ "iconName": "board, moodboard, layout, template",
3297
+ "variant": {
3298
+ "join": "square",
3299
+ "filled": "off",
3300
+ "radius": "0",
3301
+ "stroke": "1"
3302
+ },
3303
+ "createdAt": "2026-01-09T08:00:55.6867+00:00",
3304
+ "packageName": "square-outlined-radius-0-stroke-1",
3305
+ "componentName": "IconBoard"
3306
+ },
3293
3307
  {
3294
3308
  "category": "Typography",
3295
3309
  "svg": "<path d=\"M5.5 12H13.5C15.7091 12 17.5 10.0972 17.5 7.75C17.5 5.40279 15.7091 3.5 13.5 3.5H5.5V12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 12H14.5C16.7091 12 18.5 13.9028 18.5 16.25C18.5 18.5972 16.7091 20.5 14.5 20.5H5.5V12\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -234,6 +234,7 @@ export type CentralIconName =
234
234
  | "IconBluesky"
235
235
  | "IconBluetooth"
236
236
  | "IconBlur"
237
+ | "IconBoard"
237
238
  | "IconBold"
238
239
  | "IconBolt"
239
240
  | "IconBomb"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/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": 1681,
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": 50,
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";