@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.10 → 1.1.12

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.5",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1.5/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": 1542,
15
+ "totalIcons": 1545,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 35,
18
+ "count": 41,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -39,17 +39,23 @@
39
39
  "IconPencilSparkle",
40
40
  "IconPrompt",
41
41
  "IconPrompt1",
42
+ "IconPromptTextToImage",
43
+ "IconPromptTextToVideo",
42
44
  "IconRobot",
43
45
  "IconSearchIntelligence",
44
46
  "IconSparkle",
45
47
  "IconSparkle2",
48
+ "IconSparkle3",
46
49
  "IconSparklesSoft",
47
50
  "IconSparklesThree",
48
51
  "IconSparklesTwo",
49
52
  "IconSparklesTwo2",
53
+ "IconSpeachToText",
50
54
  "IconStarWand",
51
55
  "IconTextToImage",
56
+ "IconTextToSpeach",
52
57
  "IconVisualIntelligence",
58
+ "IconVoice2",
53
59
  "IconWindowSparkle",
54
60
  "IconWizardHat"
55
61
  ]
@@ -1339,7 +1345,7 @@
1339
1345
  ]
1340
1346
  },
1341
1347
  "Sound & Music": {
1342
- "count": 50,
1348
+ "count": 47,
1343
1349
  "icons": [
1344
1350
  "IconAirpodLeft",
1345
1351
  "IconAirpodRight",
@@ -1376,13 +1382,10 @@
1376
1382
  "IconShuffle",
1377
1383
  "IconSkip",
1378
1384
  "IconSoundFx",
1379
- "IconSpeachToText",
1380
1385
  "IconStop",
1381
1386
  "IconStopCircle",
1382
- "IconTextToSpeach",
1383
1387
  "IconVocalMicrophone",
1384
1388
  "IconVoice1",
1385
- "IconVoice2",
1386
1389
  "IconVoice3",
1387
1390
  "IconVoiceRecord",
1388
1391
  "IconVolumeDown",
@@ -2845,6 +2848,8 @@
2845
2848
  "IconProducthunt": "producthunt",
2846
2849
  "IconPrompt": "prompt, scan-text",
2847
2850
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2851
+ "IconPromptTextToImage": "prompt-text-to-image",
2852
+ "IconPromptTextToVideo": "prompt-text-to-video",
2848
2853
  "IconPullRequest": "pull-request",
2849
2854
  "IconPumpjack": "pumpjack, oil",
2850
2855
  "IconPush": "push, launch, rocket",
@@ -3012,6 +3017,7 @@
3012
3017
  "IconSpacer": "spacer, seperator",
3013
3018
  "IconSparkle": "sparkle, star, ai",
3014
3019
  "IconSparkle2": "sparkle-2, star, magic, ai",
3020
+ "IconSparkle3": "sparkle-3, ai, star, magic",
3015
3021
  "IconSparklesSoft": "sparkles-soft",
3016
3022
  "IconSparklesThree": "sparkles-three, ai 3 stars, sparkles, ✨",
3017
3023
  "IconSparklesTwo": "sparkles-two, ai 2 stars, sparkles, ✨",
package/index.d.ts CHANGED
@@ -3138,6 +3138,14 @@ 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
+ IconPromptTextToImage,
3143
+ default as IconPromptTextToImageDefault,
3144
+ } from "./IconPromptTextToImage";
3145
+ export {
3146
+ IconPromptTextToVideo,
3147
+ default as IconPromptTextToVideoDefault,
3148
+ } from "./IconPromptTextToVideo";
3141
3149
  export {
3142
3150
  IconPullRequest,
3143
3151
  default as IconPullRequestDefault,
@@ -3584,6 +3592,7 @@ export { IconSpace, default as IconSpaceDefault } from "./IconSpace";
3584
3592
  export { IconSpacer, default as IconSpacerDefault } from "./IconSpacer";
3585
3593
  export { IconSparkle, default as IconSparkleDefault } from "./IconSparkle";
3586
3594
  export { IconSparkle2, default as IconSparkle2Default } from "./IconSparkle2";
3595
+ export { IconSparkle3, default as IconSparkle3Default } from "./IconSparkle3";
3587
3596
  export {
3588
3597
  IconSparklesSoft,
3589
3598
  default as IconSparklesSoftDefault,