@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.44 → 1.1.46

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/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.44",
3
+ "version": "1.1.46",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/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": 1607,
15
+ "totalIcons": 1609,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 61,
@@ -95,7 +95,7 @@
95
95
  ]
96
96
  },
97
97
  "Arrows": {
98
- "count": 112,
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",
@@ -773,7 +774,7 @@
773
774
  ]
774
775
  },
775
776
  "Interface General": {
776
- "count": 169,
777
+ "count": 170,
777
778
  "icons": [
778
779
  "IconAnchor1",
779
780
  "IconAnchor2",
@@ -850,6 +851,7 @@
850
851
  "IconDoupleCheckmark1Small",
851
852
  "IconDoupleCheckmark2Small",
852
853
  "IconElectrocardiogram",
854
+ "IconExclamationCircle",
853
855
  "IconFeature",
854
856
  "IconGauge",
855
857
  "IconHandBell",
@@ -2429,6 +2431,7 @@
2429
2431
  "IconEsc": "esc, power",
2430
2432
  "IconEthereum": "ethereum",
2431
2433
  "IconEuro": "euro, currency, money, coin, EURO",
2434
+ "IconExclamationCircle": "exclamation-circle, info, warning",
2432
2435
  "IconExpand": "expand, window, layout",
2433
2436
  "IconExpand315": "expand-315, enlarge",
2434
2437
  "IconExpand45": "expand-45, enlarge",
@@ -2661,6 +2664,7 @@
2661
2664
  "IconJavaCoffeeBean": "java-coffee-bean",
2662
2665
  "IconJavascript": "javascript",
2663
2666
  "IconJudgeGavel": "judge-gavel, legal, terms, law",
2667
+ "IconJump": "jump, skip",
2664
2668
  "IconKanbanView": "kanban-view, columns",
2665
2669
  "IconKey1": "key-1, password",
2666
2670
  "IconKey2": "key-2, password",
package/index.d.ts CHANGED
@@ -1829,6 +1829,10 @@ export {
1829
1829
  export { IconEsc, default as IconEscDefault } from "./IconEsc";
1830
1830
  export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
1831
1831
  export { IconEuro, default as IconEuroDefault } from "./IconEuro";
1832
+ export {
1833
+ IconExclamationCircle,
1834
+ default as IconExclamationCircleDefault,
1835
+ } from "./IconExclamationCircle";
1832
1836
  export { IconExpand, default as IconExpandDefault } from "./IconExpand";
1833
1837
  export {
1834
1838
  IconExpand315,
@@ -2445,6 +2449,7 @@ export {
2445
2449
  IconJudgeGavel,
2446
2450
  default as IconJudgeGavelDefault,
2447
2451
  } from "./IconJudgeGavel";
2452
+ export { IconJump, default as IconJumpDefault } from "./IconJump";
2448
2453
  export {
2449
2454
  IconKanbanView,
2450
2455
  default as IconKanbanViewDefault,