@central-icons-react/square-filled-radius-0-stroke-2 1.1.44 → 1.1.45
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/IconJump/index.d.ts +4 -0
- package/IconJump/index.js +2 -0
- package/IconJump/index.js.map +1 -0
- package/IconJump/index.mjs +2 -0
- package/IconJump/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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.45",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/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": 1608,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 61,
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
]
|
|
96
96
|
},
|
|
97
97
|
"Arrows": {
|
|
98
|
-
"count":
|
|
98
|
+
"count": 113,
|
|
99
99
|
"icons": [
|
|
100
100
|
"IconArrow",
|
|
101
101
|
"IconArrowBottomTop",
|
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
"IconExpand45",
|
|
195
195
|
"IconExpandSimple",
|
|
196
196
|
"IconExpandSimple2",
|
|
197
|
+
"IconJump",
|
|
197
198
|
"IconMinimize315",
|
|
198
199
|
"IconMinimize45",
|
|
199
200
|
"IconOngoing",
|
|
@@ -2661,6 +2662,7 @@
|
|
|
2661
2662
|
"IconJavaCoffeeBean": "java-coffee-bean",
|
|
2662
2663
|
"IconJavascript": "javascript",
|
|
2663
2664
|
"IconJudgeGavel": "judge-gavel, legal, terms, law",
|
|
2665
|
+
"IconJump": "jump, skip",
|
|
2664
2666
|
"IconKanbanView": "kanban-view, columns",
|
|
2665
2667
|
"IconKey1": "key-1, password",
|
|
2666
2668
|
"IconKey2": "key-2, password",
|
package/index.d.ts
CHANGED
|
@@ -2445,6 +2445,7 @@ export {
|
|
|
2445
2445
|
IconJudgeGavel,
|
|
2446
2446
|
default as IconJudgeGavelDefault,
|
|
2447
2447
|
} from "./IconJudgeGavel";
|
|
2448
|
+
export { IconJump, default as IconJumpDefault } from "./IconJump";
|
|
2448
2449
|
export {
|
|
2449
2450
|
IconKanbanView,
|
|
2450
2451
|
default as IconKanbanViewDefault,
|