@central-icons-react/square-filled-radius-0-stroke-2 1.1.68 → 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.68",
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": 1641,
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": 45,
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",
@@ -333,6 +334,7 @@
333
334
  "IconShip",
334
335
  "IconTestflight",
335
336
  "IconVibeCoding",
337
+ "IconVibeCoding2",
336
338
  "IconWebsite"
337
339
  ]
338
340
  },
@@ -1434,7 +1436,7 @@
1434
1436
  ]
1435
1437
  },
1436
1438
  "Sound & Music": {
1437
- "count": 47,
1439
+ "count": 48,
1438
1440
  "icons": [
1439
1441
  "IconAirpodLeft",
1440
1442
  "IconAirpodRight",
@@ -1471,6 +1473,7 @@
1471
1473
  "IconShuffle",
1472
1474
  "IconSkip",
1473
1475
  "IconSoundFx",
1476
+ "IconStableVoice",
1474
1477
  "IconStop",
1475
1478
  "IconStopCircle",
1476
1479
  "IconVocalMicrophone",
@@ -2207,6 +2210,7 @@
2207
2210
  "IconChainLink4": "chain-link-4",
2208
2211
  "IconChair": "chair, seat",
2209
2212
  "IconChairModern": "chair-modern, seat",
2213
+ "IconChanges": "changes, plus-inus, compare",
2210
2214
  "IconChargingStation": "charging-station, electric-current, power, e-charge",
2211
2215
  "IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
2212
2216
  "IconChart2": "chart-2, statistics, flipchart, presentation, graph",
@@ -3235,6 +3239,7 @@
3235
3239
  "IconSquarePlus": "square-plus, add",
3236
3240
  "IconSquareX": "square-x, close, x, checkbox, remove",
3237
3241
  "IconSquized": "squized, centered, aligned",
3242
+ "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3238
3243
  "IconStage": "stage, show",
3239
3244
  "IconStamps": "stamps, collection",
3240
3245
  "IconStar": "star, favorite, award",
@@ -3395,6 +3400,7 @@
3395
3400
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3396
3401
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3397
3402
  "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3403
+ "IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
3398
3404
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3399
3405
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3400
3406
  "IconVideo": "video, camera, movie, play",
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";
@@ -4381,6 +4386,10 @@ export {
4381
4386
  IconVibeCoding,
4382
4387
  default as IconVibeCodingDefault,
4383
4388
  } from "./IconVibeCoding";
4389
+ export {
4390
+ IconVibeCoding2,
4391
+ default as IconVibeCoding2Default,
4392
+ } from "./IconVibeCoding2";
4384
4393
  export {
4385
4394
  IconVibeCodingBird,
4386
4395
  default as IconVibeCodingBirdDefault,