@central-icons-react-native/square-filled-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 u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconBoard:()=>i,default:()=>V});module.exports=g(v);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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 l=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M3 21V3H11V21L3 21Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12 21L21 21V12.5H12V21Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M21 11.5V3H12V11.5H21Z",fill:"currentColor"})),V=i;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 d=\"M3 21V3H11V21L3 21Z\" fill=\"currentColor\" />\n <Path d=\"M12 21L21 21V12.5H12V21Z\" fill=\"currentColor\" />\n <Path d=\"M21 11.5V3H12V11.5H21Z\" fill=\"currentColor\" />\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,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3 21V3H11V21L3 21Z",fill:"currentColor"}),o.createElement(n,{d:"M12 21L21 21V12.5H12V21Z",fill:"currentColor"}),o.createElement(n,{d:"M21 11.5V3H12V11.5H21Z",fill:"currentColor"})),P=C;export{C as IconBoard,P 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 d=\"M3 21V3H11V21L3 21Z\" fill=\"currentColor\" />\n <Path d=\"M12 21L21 21V12.5H12V21Z\" fill=\"currentColor\" />\n <Path d=\"M21 11.5V3H12V11.5H21Z\" fill=\"currentColor\" />\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,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,CACvD,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-filled-radius-0-stroke-1",
3291
3291
  "componentName": "IconBlur"
3292
3292
  },
3293
+ {
3294
+ "category": "Layout",
3295
+ "svg": "<path d=\"M3 21V3H11V21L3 21Z\" fill=\"currentColor\"/><path d=\"M12 21L21 21V12.5H12V21Z\" fill=\"currentColor\"/><path d=\"M21 11.5V3H12V11.5H21Z\" fill=\"currentColor\"/>",
3296
+ "iconName": "board, moodboard, layout, template",
3297
+ "variant": {
3298
+ "join": "square",
3299
+ "filled": "on",
3300
+ "radius": "0",
3301
+ "stroke": "1"
3302
+ },
3303
+ "createdAt": "2026-01-09T08:00:55.6867+00:00",
3304
+ "packageName": "square-filled-radius-0-stroke-1",
3305
+ "componentName": "IconBoard"
3306
+ },
3293
3307
  {
3294
3308
  "category": "Typography",
3295
3309
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3H13C15.7614 3 18 5.23858 18 8C18 9.43071 17.3991 10.7211 16.4359 11.6325C17.9657 12.4875 19 14.123 19 16C19 18.7614 16.7614 21 14 21H5V3Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 11C14.6569 11 16 9.65685 16 8C16 6.34315 14.6569 5 13 5H7V11H13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 13H14C15.6569 13 17 14.3431 17 16C17 17.6569 15.6569 19 14 19H7V13Z\" fill=\"currentColor\"/>",
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-filled-radius-0-stroke-1",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-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";