@central-icons-react/square-outlined-radius-0-stroke-2 1.1.11 → 1.1.13

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-2",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-2/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": 1544,
15
+ "totalIcons": 1546,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 37,
18
+ "count": 42,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -39,19 +39,24 @@
39
39
  "IconPencilSparkle",
40
40
  "IconPrompt",
41
41
  "IconPrompt1",
42
+ "IconPromptSuggestion",
42
43
  "IconPromptTextToImage",
43
44
  "IconPromptTextToVideo",
44
45
  "IconRobot",
45
46
  "IconSearchIntelligence",
46
47
  "IconSparkle",
47
48
  "IconSparkle2",
49
+ "IconSparkle3",
48
50
  "IconSparklesSoft",
49
51
  "IconSparklesThree",
50
52
  "IconSparklesTwo",
51
53
  "IconSparklesTwo2",
54
+ "IconSpeachToText",
52
55
  "IconStarWand",
53
56
  "IconTextToImage",
57
+ "IconTextToSpeach",
54
58
  "IconVisualIntelligence",
59
+ "IconVoice2",
55
60
  "IconWindowSparkle",
56
61
  "IconWizardHat"
57
62
  ]
@@ -1341,7 +1346,7 @@
1341
1346
  ]
1342
1347
  },
1343
1348
  "Sound & Music": {
1344
- "count": 50,
1349
+ "count": 47,
1345
1350
  "icons": [
1346
1351
  "IconAirpodLeft",
1347
1352
  "IconAirpodRight",
@@ -1378,13 +1383,10 @@
1378
1383
  "IconShuffle",
1379
1384
  "IconSkip",
1380
1385
  "IconSoundFx",
1381
- "IconSpeachToText",
1382
1386
  "IconStop",
1383
1387
  "IconStopCircle",
1384
- "IconTextToSpeach",
1385
1388
  "IconVocalMicrophone",
1386
1389
  "IconVoice1",
1387
- "IconVoice2",
1388
1390
  "IconVoice3",
1389
1391
  "IconVoiceRecord",
1390
1392
  "IconVolumeDown",
@@ -2847,6 +2849,7 @@
2847
2849
  "IconProducthunt": "producthunt",
2848
2850
  "IconPrompt": "prompt, scan-text",
2849
2851
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2852
+ "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2850
2853
  "IconPromptTextToImage": "prompt-text-to-image",
2851
2854
  "IconPromptTextToVideo": "prompt-text-to-video",
2852
2855
  "IconPullRequest": "pull-request",
@@ -3016,6 +3019,7 @@
3016
3019
  "IconSpacer": "spacer, seperator",
3017
3020
  "IconSparkle": "sparkle, star, ai",
3018
3021
  "IconSparkle2": "sparkle-2, star, magic, ai",
3022
+ "IconSparkle3": "sparkle-3, ai, star, magic",
3019
3023
  "IconSparklesSoft": "sparkles-soft",
3020
3024
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3021
3025
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -3138,6 +3138,10 @@ export {
3138
3138
  } from "./IconProducthunt";
3139
3139
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
3140
3140
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
3141
+ export {
3142
+ IconPromptSuggestion,
3143
+ default as IconPromptSuggestionDefault,
3144
+ } from "./IconPromptSuggestion";
3141
3145
  export {
3142
3146
  IconPromptTextToImage,
3143
3147
  default as IconPromptTextToImageDefault,
@@ -3592,6 +3596,7 @@ export { IconSpace, default as IconSpaceDefault } from "./IconSpace";
3592
3596
  export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
3593
3597
  export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
3594
3598
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
3599
+ export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
3595
3600
  export {
3596
3601
  IconSparklesSoft,
3597
3602
  default as IconSparklesSoftDefault,