@central-icons-react/square-filled-radius-0-stroke-2 1.1.62 → 1.1.63

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-filled-radius-0-stroke-2",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
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": 1630,
15
+ "totalIcons": 1634,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -97,7 +97,7 @@
97
97
  ]
98
98
  },
99
99
  "Arrows": {
100
- "count": 116,
100
+ "count": 119,
101
101
  "icons": [
102
102
  "IconArrow",
103
103
  "IconArrowBottomTop",
@@ -199,11 +199,14 @@
199
199
  "IconExpand45",
200
200
  "IconExpandSimple",
201
201
  "IconExpandSimple2",
202
+ "IconIncrease",
202
203
  "IconJump",
203
204
  "IconMinimize315",
204
205
  "IconMinimize45",
205
206
  "IconOngoing",
206
207
  "IconRandom",
208
+ "IconRotate360Left",
209
+ "IconRotate360Right",
207
210
  "IconShareArrowDown",
208
211
  "IconSquareArrowBottomRight",
209
212
  "IconSquareArrowCenter",
@@ -477,7 +480,7 @@
477
480
  ]
478
481
  },
479
482
  "Edit": {
480
- "count": 76,
483
+ "count": 77,
481
484
  "icons": [
482
485
  "IconAddKeyframe",
483
486
  "IconBezier",
@@ -515,6 +518,7 @@
515
518
  "IconFeather",
516
519
  "IconGlass",
517
520
  "IconGooey",
521
+ "IconHdr",
518
522
  "IconHighlight",
519
523
  "IconInputForm",
520
524
  "IconKeyframe",
@@ -2634,6 +2638,7 @@
2634
2638
  "IconHatBunny": "hat-bunny, surprise, magic hat",
2635
2639
  "IconHatSparkle": "hat-sparkle, magic hat",
2636
2640
  "IconHd": "hd",
2641
+ "IconHdr": "hdr, lighting, brightness",
2637
2642
  "IconHead": "head, avatar",
2638
2643
  "IconHeadline": "headline, heading",
2639
2644
  "IconHeadphones": "headphones, support",
@@ -2681,6 +2686,7 @@
2681
2686
  "IconImport2": "import-2, download, save",
2682
2687
  "IconInboxChecked": "inbox-checked, saved",
2683
2688
  "IconInboxEmpty": "inbox-empty",
2689
+ "IconIncrease": "increase, scale, show-more, change-position",
2684
2690
  "IconInfinity": "infinity, loop, boomerang",
2685
2691
  "IconInitiatives": "initiatives, nav, rooting",
2686
2692
  "IconInjection": "injection",
@@ -3061,6 +3067,8 @@
3061
3067
  "IconRoller": "roller, scooter",
3062
3068
  "IconRose": "rose, flower, romance, love",
3063
3069
  "IconRotate": "rotate, rotation, x-axis",
3070
+ "IconRotate360Left": "rotate-360-left",
3071
+ "IconRotate360Right": "rotate-360-right",
3064
3072
  "IconRoulette1": "roulette-1, coincidence, gambling",
3065
3073
  "IconRoulette2": "roulette-2, coincidence, gambling",
3066
3074
  "IconRssFeed": "rss-feed",
@@ -3218,7 +3226,7 @@
3218
3226
  "IconStage": "stage, show",
3219
3227
  "IconStamps": "stamps, collection",
3220
3228
  "IconStar": "star, favorite, award",
3221
- "IconStarLines": "star-lines, features, favorite, award, to the moon",
3229
+ "IconStarLines": "star-lines, features, favorite, award, to the moon, rising",
3222
3230
  "IconStarWand": "star-wand, magic",
3223
3231
  "IconSteak": "steak, t-bone, raw",
3224
3232
  "IconSteakSteamLines": "steak-steam-lines, t-bone",
package/index.d.ts CHANGED
@@ -2320,6 +2320,7 @@ export {
2320
2320
  default as IconHatSparkleDefault,
2321
2321
  } from "./IconHatSparkle";
2322
2322
  export { IconHd, default as IconHdDefault } from "./IconHd";
2323
+ export { IconHdr, default as IconHdrDefault } from "./IconHdr";
2323
2324
  export { IconHead, default as IconHeadDefault } from "./IconHead";
2324
2325
  export { IconHeadline, default as IconHeadlineDefault } from "./IconHeadline";
2325
2326
  export {
@@ -2442,6 +2443,7 @@ export {
2442
2443
  IconInboxEmpty,
2443
2444
  default as IconInboxEmptyDefault,
2444
2445
  } from "./IconInboxEmpty";
2446
+ export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
2445
2447
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
2446
2448
  export {
2447
2449
  IconInitiatives,
@@ -3500,6 +3502,14 @@ export {
3500
3502
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";
3501
3503
  export { IconRose, default as IconRoseDefault } from "./IconRose";
3502
3504
  export { IconRotate, default as IconRotateDefault } from "./IconRotate";
3505
+ export {
3506
+ IconRotate360Left,
3507
+ default as IconRotate360LeftDefault,
3508
+ } from "./IconRotate360Left";
3509
+ export {
3510
+ IconRotate360Right,
3511
+ default as IconRotate360RightDefault,
3512
+ } from "./IconRotate360Right";
3503
3513
  export {
3504
3514
  IconRoulette1,
3505
3515
  default as IconRoulette1Default,