@central-icons-react-native/round-filled-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 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})},a=(r,o,t,C)=>{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:!(C=B(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(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 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z",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\n d=\"M3 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z\"\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,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,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 l from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(C,{...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 a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z",fill:"currentColor"}),o.createElement(n,{d:"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z",fill:"currentColor"}),o.createElement(n,{d:"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z",fill:"currentColor"})),P=a;export{a 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\n d=\"M3 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z\"\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,uEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,KAAK,eACP,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": "round-filled-radius-0-stroke-2",
|
|
3291
3291
|
"componentName": "IconBlur"
|
|
3292
3292
|
},
|
|
3293
|
+
{
|
|
3294
|
+
"category": "Layout",
|
|
3295
|
+
"svg": "<path d=\"M3 4C3 3.44772 3.44772 3 4 3H11V21L4 21C3.44772 21 3 20.5523 3 20V4Z\" fill=\"currentColor\"/><path d=\"M13 21L20 21C20.5523 21 21 20.5523 21 20V13H13V21Z\" fill=\"currentColor\"/><path d=\"M21 11V4C21 3.44772 20.5523 3 20 3H13V11H21Z\" fill=\"currentColor\"/>",
|
|
3296
|
+
"iconName": "board, moodboard, layout, template",
|
|
3297
|
+
"variant": {
|
|
3298
|
+
"join": "round",
|
|
3299
|
+
"filled": "on",
|
|
3300
|
+
"radius": "0",
|
|
3301
|
+
"stroke": "2"
|
|
3302
|
+
},
|
|
3303
|
+
"createdAt": "2026-01-09T08:00:55.6867+00:00",
|
|
3304
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
3305
|
+
"componentName": "IconBoard"
|
|
3306
|
+
},
|
|
3293
3307
|
{
|
|
3294
3308
|
"category": "Typography",
|
|
3295
3309
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C5 3.89543 5.89543 3 7 3H12.8333C15.8697 3 18.1667 5.55551 18.1667 8.5C18.1667 9.58312 17.8559 10.6136 17.3118 11.4836C18.3611 12.5023 19 13.9471 19 15.5C19 18.4445 16.703 21 13.6667 21H7C5.89543 21 5 20.1046 5 19V5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8333 10C13.4789 10 14.1667 9.4215 14.1667 8.5C14.1667 7.5785 13.4789 7 12.8333 7H9V10H12.8333Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 14H13.6667C14.3122 14 15 14.5785 15 15.5C15 16.4215 14.3122 17 13.6667 17H9V14Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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";
|