@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.12 → 1.1.14

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.14",
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": 1548,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 41,
18
+ "count": 44,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBoxSparkle",
@@ -30,6 +30,8 @@
30
30
  "IconHatSparkle",
31
31
  "IconImageAvatarSparkle",
32
32
  "IconImageSparkle",
33
+ "IconImagine",
34
+ "IconImagineAi",
33
35
  "IconListSparkle",
34
36
  "IconMagicBook",
35
37
  "IconMagicEdit",
@@ -39,6 +41,7 @@
39
41
  "IconPencilSparkle",
40
42
  "IconPrompt",
41
43
  "IconPrompt1",
44
+ "IconPromptSuggestion",
42
45
  "IconPromptTextToImage",
43
46
  "IconPromptTextToVideo",
44
47
  "IconRobot",
@@ -2547,6 +2550,8 @@
2547
2550
  "IconImages5": "images-5, photos, pictures, shot",
2548
2551
  "IconImagesCircle": "images-circle",
2549
2552
  "IconImageSparkle": "image-sparkle, midjourney, ai generated, star",
2553
+ "IconImagine": "imagine, head, thinking",
2554
+ "IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
2550
2555
  "IconImessage": "imessage",
2551
2556
  "IconImport": "import, download, save",
2552
2557
  "IconImport2": "import-2, download, save",
@@ -2848,6 +2853,7 @@
2848
2853
  "IconProducthunt": "producthunt",
2849
2854
  "IconPrompt": "prompt, scan-text",
2850
2855
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2856
+ "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2851
2857
  "IconPromptTextToImage": "prompt-text-to-image",
2852
2858
  "IconPromptTextToVideo": "prompt-text-to-video",
2853
2859
  "IconPullRequest": "pull-request",
package/index.d.ts CHANGED
@@ -2288,6 +2288,11 @@ export {
2288
2288
  IconImagesCircle,
2289
2289
  default as IconImagesCircleDefault,
2290
2290
  } from "./IconImagesCircle";
2291
+ export { IconImagine, default as IconImagineDefault } from "./IconImagine";
2292
+ export {
2293
+ IconImagineAi,
2294
+ default as IconImagineAiDefault,
2295
+ } from "./IconImagineAi";
2291
2296
  export { IconImessage, default as IconImessageDefault } from "./IconImessage";
2292
2297
  export { IconImport, default as IconImportDefault } from "./IconImport";
2293
2298
  export { IconImport2, default as IconImport2Default } from "./IconImport2";
@@ -3138,6 +3143,10 @@ export {
3138
3143
  } from "./IconProducthunt";
3139
3144
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
3140
3145
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
3146
+ export {
3147
+ IconPromptSuggestion,
3148
+ default as IconPromptSuggestionDefault,
3149
+ } from "./IconPromptSuggestion";
3141
3150
  export {
3142
3151
  IconPromptTextToImage,
3143
3152
  default as IconPromptTextToImageDefault,