@central-icons-react/square-outlined-radius-0-stroke-1 1.1.91 → 1.1.93

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.91",
3
+ "version": "1.1.93",
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": 1695,
15
+ "totalIcons": 1698,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -679,7 +679,7 @@
679
679
  "IconFolderShield",
680
680
  "IconFolderUpload",
681
681
  "IconLibrary",
682
- "IconListBullets",
682
+ "IconListBulletsSquare",
683
683
  "IconMoveFolder",
684
684
  "IconNote1",
685
685
  "IconNote2",
@@ -842,7 +842,7 @@
842
842
  ]
843
843
  },
844
844
  "Interface General": {
845
- "count": 176,
845
+ "count": 177,
846
846
  "icons": [
847
847
  "IconAnchor1",
848
848
  "IconAnchor2",
@@ -937,6 +937,7 @@
937
937
  "IconLightBulb",
938
938
  "IconLightbulbGlow",
939
939
  "IconLightBulbSimple",
940
+ "IconListBullets",
940
941
  "IconLoader",
941
942
  "IconLoadingCircle",
942
943
  "IconMagnifyingGlass",
@@ -1377,7 +1378,7 @@
1377
1378
  ]
1378
1379
  },
1379
1380
  "Social Media & Brands": {
1380
- "count": 117,
1381
+ "count": 118,
1381
1382
  "icons": [
1382
1383
  "IconAdobeAcrobat",
1383
1384
  "IconAffinity",
@@ -1425,6 +1426,7 @@
1425
1426
  "IconGoose",
1426
1427
  "IconGrok",
1427
1428
  "IconGumroad",
1429
+ "IconIconists",
1428
1430
  "IconImessage",
1429
1431
  "IconInstagram",
1430
1432
  "IconJava",
@@ -1499,7 +1501,7 @@
1499
1501
  ]
1500
1502
  },
1501
1503
  "Sound & Music": {
1502
- "count": 51,
1504
+ "count": 52,
1503
1505
  "icons": [
1504
1506
  "IconAirpodLeft",
1505
1507
  "IconAirpodRight",
@@ -1542,6 +1544,7 @@
1542
1544
  "IconVocalMicrophone",
1543
1545
  "IconVoice3",
1544
1546
  "IconVoiceHigh",
1547
+ "IconVoiceLow",
1545
1548
  "IconVoiceMid",
1546
1549
  "IconVoiceMode",
1547
1550
  "IconVoiceRecord",
@@ -2769,6 +2772,7 @@
2769
2772
  "IconHumanMashine": "human-mashine, high-five, ai, hands",
2770
2773
  "IconIcebowl": "icebowl, cooling, vibe",
2771
2774
  "IconIceHockey": "ice-hockey",
2775
+ "IconIconists": "iconists",
2772
2776
  "IconImac": "imac, computer",
2773
2777
  "IconImageAltText": "image-alt-text",
2774
2778
  "IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
@@ -2857,6 +2861,7 @@
2857
2861
  "IconLinktree": "linktree",
2858
2862
  "IconLiquidGlass": "liquid-glass, glass-effect",
2859
2863
  "IconListBullets": "list-bullets",
2864
+ "IconListBulletsSquare": "list-bullets-square",
2860
2865
  "IconListSparkle": "list-sparkle, ai text, text generation",
2861
2866
  "IconLiveActivity": "live-activity, fitness",
2862
2867
  "IconLiveFull": "live-full, signal, podcast",
@@ -3525,6 +3530,7 @@
3525
3530
  "IconVoice3": "voice-3, wave",
3526
3531
  "IconVoiceAndVideo": "voice-and-video, media",
3527
3532
  "IconVoiceHigh": "voice-high, wave",
3533
+ "IconVoiceLow": "voice-low, wave",
3528
3534
  "IconVoiceMid": "voice-mid, wave",
3529
3535
  "IconVoiceMode": "voice-mode, voice-settings",
3530
3536
  "IconVoiceRecord": "voice-record",
package/index.d.ts CHANGED
@@ -2523,6 +2523,7 @@ export {
2523
2523
  default as IconIceHockeyDefault,
2524
2524
  } from "./IconIceHockey";
2525
2525
  export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
2526
+ export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
2526
2527
  export { IconImac, default as IconImacDefault } from "./IconImac";
2527
2528
  export {
2528
2529
  IconImageAltText,
@@ -2779,6 +2780,10 @@ export {
2779
2780
  IconListBullets,
2780
2781
  default as IconListBulletsDefault,
2781
2782
  } from "./IconListBullets";
2783
+ export {
2784
+ IconListBulletsSquare,
2785
+ default as IconListBulletsSquareDefault,
2786
+ } from "./IconListBulletsSquare";
2782
2787
  export {
2783
2788
  IconListSparkle,
2784
2789
  default as IconListSparkleDefault,
@@ -4608,6 +4613,7 @@ export {
4608
4613
  IconVoiceHigh,
4609
4614
  default as IconVoiceHighDefault,
4610
4615
  } from "./IconVoiceHigh";
4616
+ export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
4611
4617
  export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
4612
4618
  export {
4613
4619
  IconVoiceMode,