@central-icons-react/round-outlined-radius-0-stroke-2 1.1.10 → 1.1.11

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/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/round-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": 1542,
15
+ "totalIcons": 1544,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 35,
18
+ "count": 37,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -39,6 +39,8 @@
39
39
  "IconPencilSparkle",
40
40
  "IconPrompt",
41
41
  "IconPrompt1",
42
+ "IconPromptTextToImage",
43
+ "IconPromptTextToVideo",
42
44
  "IconRobot",
43
45
  "IconSearchIntelligence",
44
46
  "IconSparkle",
@@ -2845,6 +2847,8 @@
2845
2847
  "IconProducthunt": "producthunt",
2846
2848
  "IconPrompt": "prompt, scan-text",
2847
2849
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2850
+ "IconPromptTextToImage": "prompt-text-to-image",
2851
+ "IconPromptTextToVideo": "prompt-text-to-video",
2848
2852
  "IconPullRequest": "pull-request",
2849
2853
  "IconPumpjack": "pumpjack, oil",
2850
2854
  "IconPush": "push, launch, rocket",
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,