@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.12 → 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-1.5",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-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": 1545,
15
+ "totalIcons": 1546,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 41,
18
+ "count": 42,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -39,6 +39,7 @@
39
39
  "IconPencilSparkle",
40
40
  "IconPrompt",
41
41
  "IconPrompt1",
42
+ "IconPromptSuggestion",
42
43
  "IconPromptTextToImage",
43
44
  "IconPromptTextToVideo",
44
45
  "IconRobot",
@@ -2848,6 +2849,7 @@
2848
2849
  "IconProducthunt": "producthunt",
2849
2850
  "IconPrompt": "prompt, scan-text",
2850
2851
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2852
+ "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2851
2853
  "IconPromptTextToImage": "prompt-text-to-image",
2852
2854
  "IconPromptTextToVideo": "prompt-text-to-video",
2853
2855
  "IconPullRequest": "pull-request",
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,