@central-icons-react/square-filled-radius-0-stroke-2 1.1.69 → 1.1.70

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.69",
3
+ "version": "1.1.70",
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": 1642,
15
+ "totalIcons": 1644,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -287,7 +287,7 @@
287
287
  ]
288
288
  },
289
289
  "Code": {
290
- "count": 46,
290
+ "count": 47,
291
291
  "icons": [
292
292
  "IconAnchor",
293
293
  "IconAnimation",
@@ -308,6 +308,7 @@
308
308
  "IconBranch",
309
309
  "IconBug",
310
310
  "IconBugFace",
311
+ "IconChanges",
311
312
  "IconCode",
312
313
  "IconCodeAnalyze",
313
314
  "IconCodeAssistant",
@@ -1435,7 +1436,7 @@
1435
1436
  ]
1436
1437
  },
1437
1438
  "Sound & Music": {
1438
- "count": 47,
1439
+ "count": 48,
1439
1440
  "icons": [
1440
1441
  "IconAirpodLeft",
1441
1442
  "IconAirpodRight",
@@ -1472,6 +1473,7 @@
1472
1473
  "IconShuffle",
1473
1474
  "IconSkip",
1474
1475
  "IconSoundFx",
1476
+ "IconStableVoice",
1475
1477
  "IconStop",
1476
1478
  "IconStopCircle",
1477
1479
  "IconVocalMicrophone",
@@ -2208,6 +2210,7 @@
2208
2210
  "IconChainLink4": "chain-link-4",
2209
2211
  "IconChair": "chair, seat",
2210
2212
  "IconChairModern": "chair-modern, seat",
2213
+ "IconChanges": "changes, plus-inus, compare",
2211
2214
  "IconChargingStation": "charging-station, electric-current, power, e-charge",
2212
2215
  "IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
2213
2216
  "IconChart2": "chart-2, statistics, flipchart, presentation, graph",
@@ -3236,6 +3239,7 @@
3236
3239
  "IconSquarePlus": "square-plus, add",
3237
3240
  "IconSquareX": "square-x, close, x, checkbox, remove",
3238
3241
  "IconSquized": "squized, centered, aligned",
3242
+ "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3239
3243
  "IconStage": "stage, show",
3240
3244
  "IconStamps": "stamps, collection",
3241
3245
  "IconStar": "star, favorite, award",
package/index.d.ts CHANGED
@@ -1096,6 +1096,7 @@ export {
1096
1096
  IconChairModern,
1097
1097
  default as IconChairModernDefault,
1098
1098
  } from "./IconChairModern";
1099
+ export { IconChanges, default as IconChangesDefault } from "./IconChanges";
1099
1100
  export {
1100
1101
  IconChargingStation,
1101
1102
  default as IconChargingStationDefault,
@@ -3984,6 +3985,10 @@ export {
3984
3985
  } from "./IconSquarePlus";
3985
3986
  export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
3986
3987
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
3988
+ export {
3989
+ IconStableVoice,
3990
+ default as IconStableVoiceDefault,
3991
+ } from "./IconStableVoice";
3987
3992
  export { IconStage, default as IconStageDefault } from "./IconStage";
3988
3993
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
3989
3994
  export { IconStar, default as IconStarDefault } from "./IconStar";