@central-icons-react/square-filled-radius-0-stroke-1 1.1.49 → 1.1.51

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-1",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1/IconHome';",
@@ -12,10 +12,10 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1610,
15
+ "totalIcons": 1613,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 61,
18
+ "count": 62,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBag2Sparkle",
@@ -58,6 +58,7 @@
58
58
  "IconPromptTextToImage",
59
59
  "IconPromptTextToVideo",
60
60
  "IconRobot",
61
+ "IconScanTextSparkle",
61
62
  "IconSearchIntelligence",
62
63
  "IconSearchlinesSparkle",
63
64
  "IconSparkle",
@@ -774,7 +775,7 @@
774
775
  ]
775
776
  },
776
777
  "Interface General": {
777
- "count": 171,
778
+ "count": 172,
778
779
  "icons": [
779
780
  "IconAnchor1",
780
781
  "IconAnchor2",
@@ -787,6 +788,7 @@
787
788
  "IconArrowRounded",
788
789
  "IconArrowsAllSides",
789
790
  "IconArrowsAllSides2",
791
+ "IconArrowsAllSides21",
790
792
  "IconBarcode",
791
793
  "IconBarsThree",
792
794
  "IconBarsThree2",
@@ -1057,7 +1059,7 @@
1057
1059
  ]
1058
1060
  },
1059
1061
  "People": {
1060
- "count": 31,
1062
+ "count": 32,
1061
1063
  "icons": [
1062
1064
  "IconAura",
1063
1065
  "IconBathMan1",
@@ -1082,6 +1084,7 @@
1082
1084
  "IconPeopleRemove",
1083
1085
  "IconPeopleRemove2",
1084
1086
  "IconPeopleVersus",
1087
+ "IconPersona",
1085
1088
  "IconSteveJobs",
1086
1089
  "IconStreaming",
1087
1090
  "IconSurfing",
@@ -1913,6 +1916,7 @@
1913
1916
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
1914
1917
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
1915
1918
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
1919
+ "IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
1916
1920
  "IconArrowShareLeft": "arrow-share-left, back, last, reply",
1917
1921
  "IconArrowShareRight": "arrow-share-right, next, forward",
1918
1922
  "IconArrowSplit": "arrow-split, rules, direction, split",
@@ -2909,6 +2913,7 @@
2909
2913
  "IconPeopleVersus": "people-versus, vs, match, 1v1",
2910
2914
  "IconPercent": "percent, sales",
2911
2915
  "IconPerplexity": "perplexity",
2916
+ "IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
2912
2917
  "IconPets": "pets, paw, animal",
2913
2918
  "IconPhone": "phone, iphone, mobile",
2914
2919
  "IconPhoneDynamicIsland": "phone-dynamic-island",
@@ -3038,6 +3043,7 @@
3038
3043
  "IconSandbox": "sandbox, playground",
3039
3044
  "IconSatellite1": "satellite-1, radar, feed",
3040
3045
  "IconSatellite2": "satellite-2, radar, feed",
3046
+ "IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
3041
3047
  "IconSchool": "school, building",
3042
3048
  "IconScissors1": "scissors-1, cut",
3043
3049
  "IconScissors2": "scissors-2, cut",
package/index.d.ts CHANGED
@@ -453,6 +453,10 @@ export {
453
453
  IconArrowsAllSides2,
454
454
  default as IconArrowsAllSides2Default,
455
455
  } from "./IconArrowsAllSides2";
456
+ export {
457
+ IconArrowsAllSides21,
458
+ default as IconArrowsAllSides21Default,
459
+ } from "./IconArrowsAllSides21";
456
460
  export {
457
461
  IconArrowsRepeat,
458
462
  default as IconArrowsRepeatDefault,
@@ -3161,6 +3165,7 @@ export {
3161
3165
  IconPerplexity,
3162
3166
  default as IconPerplexityDefault,
3163
3167
  } from "./IconPerplexity";
3168
+ export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
3164
3169
  export { IconPets, default as IconPetsDefault } from "./IconPets";
3165
3170
  export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
3166
3171
  export {
@@ -3488,6 +3493,10 @@ export {
3488
3493
  IconSatellite2,
3489
3494
  default as IconSatellite2Default,
3490
3495
  } from "./IconSatellite2";
3496
+ export {
3497
+ IconScanTextSparkle,
3498
+ default as IconScanTextSparkleDefault,
3499
+ } from "./IconScanTextSparkle";
3491
3500
  export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
3492
3501
  export {
3493
3502
  IconScissors1,