@central-icons-react/square-outlined-radius-0-stroke-1 1.1.77 → 1.1.78

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.
Files changed (74) hide show
  1. package/IconAgent/index.d.ts +4 -0
  2. package/IconAgent/index.js +2 -0
  3. package/IconAgent/index.js.map +1 -0
  4. package/IconAgent/index.mjs +2 -0
  5. package/IconAgent/index.mjs.map +1 -0
  6. package/IconAiTranslate/index.d.ts +4 -0
  7. package/IconAiTranslate/index.js +2 -0
  8. package/IconAiTranslate/index.js.map +1 -0
  9. package/IconAiTranslate/index.mjs +2 -0
  10. package/IconAiTranslate/index.mjs.map +1 -0
  11. package/IconBlockSortAscending/index.d.ts +4 -0
  12. package/IconBlockSortAscending/index.js +2 -0
  13. package/IconBlockSortAscending/index.js.map +1 -0
  14. package/IconBlockSortAscending/index.mjs +2 -0
  15. package/IconBlockSortAscending/index.mjs.map +1 -0
  16. package/IconBlockSortDescending/index.d.ts +4 -0
  17. package/IconBlockSortDescending/index.js +2 -0
  18. package/IconBlockSortDescending/index.js.map +1 -0
  19. package/IconBlockSortDescending/index.mjs +2 -0
  20. package/IconBlockSortDescending/index.mjs.map +1 -0
  21. package/IconBrain/index.d.ts +4 -0
  22. package/IconBrain/index.js +2 -0
  23. package/IconBrain/index.js.map +1 -0
  24. package/IconBrain/index.mjs +2 -0
  25. package/IconBrain/index.mjs.map +1 -0
  26. package/IconBrainSideview/index.d.ts +4 -0
  27. package/IconBrainSideview/index.js +2 -0
  28. package/IconBrainSideview/index.js.map +1 -0
  29. package/IconBrainSideview/index.mjs +2 -0
  30. package/IconBrainSideview/index.mjs.map +1 -0
  31. package/IconDifferenceIgnored/index.d.ts +4 -0
  32. package/IconDifferenceIgnored/index.js +2 -0
  33. package/IconDifferenceIgnored/index.js.map +1 -0
  34. package/IconDifferenceIgnored/index.mjs +2 -0
  35. package/IconDifferenceIgnored/index.mjs.map +1 -0
  36. package/IconDifferenceModified/index.d.ts +4 -0
  37. package/IconDifferenceModified/index.js +2 -0
  38. package/IconDifferenceModified/index.js.map +1 -0
  39. package/IconDifferenceModified/index.mjs +2 -0
  40. package/IconDifferenceModified/index.mjs.map +1 -0
  41. package/IconEinstein/index.d.ts +4 -0
  42. package/IconEinstein/index.js +2 -0
  43. package/IconEinstein/index.js.map +1 -0
  44. package/IconEinstein/index.mjs +2 -0
  45. package/IconEinstein/index.mjs.map +1 -0
  46. package/IconIntegrations/index.d.ts +4 -0
  47. package/IconIntegrations/index.js +2 -0
  48. package/IconIntegrations/index.js.map +1 -0
  49. package/IconIntegrations/index.mjs +2 -0
  50. package/IconIntegrations/index.mjs.map +1 -0
  51. package/IconPeopleVoice/index.d.ts +4 -0
  52. package/IconPeopleVoice/index.js +2 -0
  53. package/IconPeopleVoice/index.js.map +1 -0
  54. package/IconPeopleVoice/index.mjs +2 -0
  55. package/IconPeopleVoice/index.mjs.map +1 -0
  56. package/IconTeam/index.d.ts +4 -0
  57. package/IconTeam/index.js +2 -0
  58. package/IconTeam/index.js.map +1 -0
  59. package/IconTeam/index.mjs +2 -0
  60. package/IconTeam/index.mjs.map +1 -0
  61. package/README.md +12 -0
  62. package/icons/index.d.ts +12 -0
  63. package/icons/index.js +1 -1
  64. package/icons/index.js.map +1 -1
  65. package/icons/index.mjs +1 -1
  66. package/icons/index.mjs.map +1 -1
  67. package/icons-index.json +31 -7
  68. package/index.d.ts +36 -0
  69. package/index.js +1 -1
  70. package/index.js.map +1 -1
  71. package/index.mjs +1 -1
  72. package/index.mjs.map +1 -1
  73. package/license-check.js +1 -1
  74. package/package.json +1 -1
package/README.md CHANGED
@@ -180,6 +180,7 @@ Below is a complete list of available icons:
180
180
 
181
181
  ### AI & Magic
182
182
 
183
+ - IconAiTranslate
183
184
  - IconAppleIntelligenceIcon
184
185
  - IconBag2Sparkle
185
186
  - IconBoxSparkle
@@ -445,6 +446,7 @@ Below is a complete list of available icons:
445
446
 
446
447
  ### Code
447
448
 
449
+ - IconAgent
448
450
  - IconAnchor
449
451
  - IconAnimation
450
452
  - IconAnimationAuto
@@ -478,6 +480,8 @@ Below is a complete list of available icons:
478
480
  - IconConsoleSimple
479
481
  - IconConsoleSimple1
480
482
  - IconDebugger
483
+ - IconDifferenceIgnored
484
+ - IconDifferenceModified
481
485
  - IconDraft
482
486
  - IconForkCode
483
487
  - IconHammer
@@ -680,6 +684,7 @@ Below is a complete list of available icons:
680
684
  - IconHdr
681
685
  - IconHighlight
682
686
  - IconInputForm
687
+ - IconIntegrations
683
688
  - IconKeyframe
684
689
  - IconLineThickness
685
690
  - IconMagnet
@@ -721,6 +726,8 @@ Below is a complete list of available icons:
721
726
 
722
727
  ### Filter & Settings
723
728
 
729
+ - IconBlockSortAscending
730
+ - IconBlockSortDescending
724
731
  - IconFilter1
725
732
  - IconFilter2
726
733
  - IconFilterAsc
@@ -1219,7 +1226,10 @@ Below is a complete list of available icons:
1219
1226
  - IconAura
1220
1227
  - IconBathMan1
1221
1228
  - IconBathWoman1
1229
+ - IconBrain
1230
+ - IconBrainSideview
1222
1231
  - IconContacts
1232
+ - IconEinstein
1223
1233
  - IconFocusMode
1224
1234
  - IconGenderFemale
1225
1235
  - IconGenderMale
@@ -1239,12 +1249,14 @@ Below is a complete list of available icons:
1239
1249
  - IconPeopleRemove
1240
1250
  - IconPeopleRemove2
1241
1251
  - IconPeopleVersus
1252
+ - IconPeopleVoice
1242
1253
  - IconPersona
1243
1254
  - IconSteveJobs
1244
1255
  - IconStreaming
1245
1256
  - IconSurfing
1246
1257
  - IconTeacher
1247
1258
  - IconTeacherWhiteboard
1259
+ - IconTeam
1248
1260
  - IconVibeCodingBird
1249
1261
  - IconVibeCodingStar
1250
1262
  - IconWheelchair
package/icons/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export type CentralIconName =
8
8
  | "IconAddToBasket2"
9
9
  | "IconAdjustPhoto"
10
10
  | "IconAffinity"
11
+ | "IconAgent"
11
12
  | "IconAirdrop"
12
13
  | "IconAirdrop2"
13
14
  | "IconAirplane"
@@ -19,6 +20,7 @@ export type CentralIconName =
19
20
  | "IconAirpodLeft"
20
21
  | "IconAirpodRight"
21
22
  | "IconAirpods"
23
+ | "IconAiTranslate"
22
24
  | "IconAlbums"
23
25
  | "IconAlien"
24
26
  | "IconAlignHorizontalCenter"
@@ -224,6 +226,8 @@ export type CentralIconName =
224
226
  | "IconBlankPagePortrait"
225
227
  | "IconBlip"
226
228
  | "IconBlock"
229
+ | "IconBlockSortAscending"
230
+ | "IconBlockSortDescending"
227
231
  | "IconBlossom"
228
232
  | "IconBluesky"
229
233
  | "IconBluetooth"
@@ -254,8 +258,10 @@ export type CentralIconName =
254
258
  | "IconBoxSparkle"
255
259
  | "IconBrackets1"
256
260
  | "IconBrackets2"
261
+ | "IconBrain"
257
262
  | "IconBrain1"
258
263
  | "IconBrain2"
264
+ | "IconBrainSideview"
259
265
  | "IconBranch"
260
266
  | "IconBreakfast"
261
267
  | "IconBrightness"
@@ -580,6 +586,8 @@ export type CentralIconName =
580
586
  | "IconDice5"
581
587
  | "IconDice6"
582
588
  | "IconDices"
589
+ | "IconDifferenceIgnored"
590
+ | "IconDifferenceModified"
583
591
  | "IconDino"
584
592
  | "IconDirection1"
585
593
  | "IconDirection2"
@@ -623,6 +631,7 @@ export type CentralIconName =
623
631
  | "IconEditBig"
624
632
  | "IconEditSmall1"
625
633
  | "IconEditSmall2"
634
+ | "IconEinstein"
626
635
  | "IconElectrocardiogram"
627
636
  | "IconEmail1"
628
637
  | "IconEmail1Sparkle"
@@ -879,6 +888,7 @@ export type CentralIconName =
879
888
  | "IconInputForm"
880
889
  | "IconInsights"
881
890
  | "IconInstagram"
891
+ | "IconIntegrations"
882
892
  | "IconInvite"
883
893
  | "IconItalic"
884
894
  | "IconJava"
@@ -1128,6 +1138,7 @@ export type CentralIconName =
1128
1138
  | "IconPeopleRemove"
1129
1139
  | "IconPeopleRemove2"
1130
1140
  | "IconPeopleVersus"
1141
+ | "IconPeopleVoice"
1131
1142
  | "IconPercent"
1132
1143
  | "IconPerplexity"
1133
1144
  | "IconPersona"
@@ -1477,6 +1488,7 @@ export type CentralIconName =
1477
1488
  | "IconTea"
1478
1489
  | "IconTeacher"
1479
1490
  | "IconTeacherWhiteboard"
1491
+ | "IconTeam"
1480
1492
  | "IconTeddyBear"
1481
1493
  | "IconTelegram"
1482
1494
  | "IconTelephone"