@central-icons-react/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.
- 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/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- 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/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
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/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1682,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 66,
|
|
@@ -1033,11 +1033,12 @@
|
|
|
1033
1033
|
]
|
|
1034
1034
|
},
|
|
1035
1035
|
"Layout": {
|
|
1036
|
-
"count":
|
|
1036
|
+
"count": 51,
|
|
1037
1037
|
"icons": [
|
|
1038
1038
|
"IconAlignHorizontalCenter",
|
|
1039
1039
|
"IconAlignVerticalCenter",
|
|
1040
1040
|
"IconBento",
|
|
1041
|
+
"IconBoard",
|
|
1041
1042
|
"IconCarussel",
|
|
1042
1043
|
"IconColumns3",
|
|
1043
1044
|
"IconColumns3Wide",
|
|
@@ -2112,6 +2113,7 @@
|
|
|
2112
2113
|
"IconBluesky": "bluesky",
|
|
2113
2114
|
"IconBluetooth": "bluetooth",
|
|
2114
2115
|
"IconBlur": "blur",
|
|
2116
|
+
"IconBoard": "board, moodboard, layout, template",
|
|
2115
2117
|
"IconBold": "bold",
|
|
2116
2118
|
"IconBolt": "bolt",
|
|
2117
2119
|
"IconBomb": "bomb, boom",
|
package/index.d.ts
CHANGED
|
@@ -713,6 +713,7 @@ export {
|
|
|
713
713
|
default as IconBluetoothDefault,
|
|
714
714
|
} from "./IconBluetooth";
|
|
715
715
|
export { IconBlur, default as IconBlurDefault } from "./IconBlur";
|
|
716
|
+
export { IconBoard, default as IconBoardDefault } from "./IconBoard";
|
|
716
717
|
export { IconBold, default as IconBoldDefault } from "./IconBold";
|
|
717
718
|
export { IconBolt, default as IconBoltDefault } from "./IconBolt";
|
|
718
719
|
export { IconBomb, default as IconBombDefault } from "./IconBomb";
|