@central-icons-react/square-outlined-radius-0-stroke-1 1.1.56 → 1.1.58

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",
3
- "version": "1.1.56",
3
+ "version": "1.1.58",
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": 1622,
15
+ "totalIcons": 1626,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -406,7 +406,7 @@
406
406
  ]
407
407
  },
408
408
  "Devices & Signals": {
409
- "count": 62,
409
+ "count": 65,
410
410
  "icons": [
411
411
  "IconAirdrop",
412
412
  "IconAirplay",
@@ -439,6 +439,8 @@
439
439
  "IconMacintosh",
440
440
  "IconMacMini",
441
441
  "IconMouse",
442
+ "IconMouseClassic",
443
+ "IconMouseClassic2",
442
444
  "IconMouseScrollDown",
443
445
  "IconMouseScrollUp",
444
446
  "IconNfc1",
@@ -460,6 +462,7 @@
460
462
  "IconSpeaker",
461
463
  "IconStorage",
462
464
  "IconStudioDisplay",
465
+ "IconTablet",
463
466
  "IconTape",
464
467
  "IconTelevision",
465
468
  "IconTelevisionOld",
@@ -783,7 +786,7 @@
783
786
  ]
784
787
  },
785
788
  "Interface General": {
786
- "count": 173,
789
+ "count": 174,
787
790
  "icons": [
788
791
  "IconAnchor1",
789
792
  "IconAnchor2",
@@ -862,6 +865,7 @@
862
865
  "IconDoupleCheckmark2Small",
863
866
  "IconElectrocardiogram",
864
867
  "IconExclamationCircle",
868
+ "IconExclamationCircleBold",
865
869
  "IconExclamationTriangle",
866
870
  "IconFeature",
867
871
  "IconGauge",
@@ -2450,6 +2454,7 @@
2450
2454
  "IconEthereum": "ethereum",
2451
2455
  "IconEuro": "euro, currency, money, coin, EURO",
2452
2456
  "IconExclamationCircle": "exclamation-circle, info, warning",
2457
+ "IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
2453
2458
  "IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
2454
2459
  "IconExpand": "expand, window, layout",
2455
2460
  "IconExpand315": "expand-315, enlarge",
@@ -2811,6 +2816,8 @@
2811
2816
  "IconMorningBrief": "morning-brief, daily-todo",
2812
2817
  "IconMountainBike": "mountain-bike",
2813
2818
  "IconMouse": "mouse",
2819
+ "IconMouseClassic": "mouse-classic, click",
2820
+ "IconMouseClassic2": "mouse-classic-2, click",
2814
2821
  "IconMouseScrollDown": "mouse-scroll-down",
2815
2822
  "IconMouseScrollUp": "mouse-scroll-up",
2816
2823
  "IconMouth": "mouth, kiss",
@@ -3249,6 +3256,7 @@
3249
3256
  "IconSwitchVoice": "switch-voice, change-voice",
3250
3257
  "IconSword": "sword, action, gaming",
3251
3258
  "IconTable": "table, spreedsheet, chart",
3259
+ "IconTablet": "tablet, ipad, mobile",
3252
3260
  "IconTactics1": "tactics-1, game-plan, prototype, play",
3253
3261
  "IconTactics2": "tactics-2, game-plan, prototype, play",
3254
3262
  "IconTag": "tag, sale",
package/index.d.ts CHANGED
@@ -1853,6 +1853,10 @@ export {
1853
1853
  IconExclamationCircle,
1854
1854
  default as IconExclamationCircleDefault,
1855
1855
  } from "./IconExclamationCircle";
1856
+ export {
1857
+ IconExclamationCircleBold,
1858
+ default as IconExclamationCircleBoldDefault,
1859
+ } from "./IconExclamationCircleBold";
1856
1860
  export {
1857
1861
  IconExclamationTriangle,
1858
1862
  default as IconExclamationTriangleDefault,
@@ -2862,6 +2866,14 @@ export {
2862
2866
  default as IconMountainBikeDefault,
2863
2867
  } from "./IconMountainBike";
2864
2868
  export { IconMouse, default as IconMouseDefault } from "./IconMouse";
2869
+ export {
2870
+ IconMouseClassic,
2871
+ default as IconMouseClassicDefault,
2872
+ } from "./IconMouseClassic";
2873
+ export {
2874
+ IconMouseClassic2,
2875
+ default as IconMouseClassic2Default,
2876
+ } from "./IconMouseClassic2";
2865
2877
  export {
2866
2878
  IconMouseScrollDown,
2867
2879
  default as IconMouseScrollDownDefault,
@@ -4053,6 +4065,7 @@ export {
4053
4065
  } from "./IconSwitchVoice";
4054
4066
  export { IconSword, default as IconSwordDefault } from "./IconSword";
4055
4067
  export { IconTable, default as IconTableDefault } from "./IconTable";
4068
+ export { IconTablet, default as IconTabletDefault } from "./IconTablet";
4056
4069
  export { IconTactics1, default as IconTactics1Default } from "./IconTactics1";
4057
4070
  export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
4058
4071
  export { IconTag, default as IconTagDefault } from "./IconTag";