@central-icons-react/round-outlined-radius-0-stroke-2 1.1.9 → 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.9",
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": 1541,
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",
@@ -620,7 +622,7 @@
620
622
  ]
621
623
  },
622
624
  "Food": {
623
- "count": 41,
625
+ "count": 42,
624
626
  "icons": [
625
627
  "IconAppleNewton",
626
628
  "IconApples",
@@ -650,6 +652,7 @@
650
652
  "IconHotDrinkCup",
651
653
  "IconIcebowl",
652
654
  "IconOrange",
655
+ "IconPan",
653
656
  "IconPancakes",
654
657
  "IconPizza",
655
658
  "IconPopcorn",
@@ -2757,6 +2760,7 @@
2757
2760
  "IconPaintBrush": "paint-brush, design, color, appearance",
2758
2761
  "IconPaintBucket": "paint-bucket, design, color, appearance",
2759
2762
  "IconPaintBucketDrop": "paint-bucket-drop",
2763
+ "IconPan": "pan, cooking, skills",
2760
2764
  "IconPancakes": "pancakes, maple-syrup, breakfast",
2761
2765
  "IconPanoramaView": "panorama-view",
2762
2766
  "IconPaperclip1": "paperclip-1, attachment",
@@ -2843,6 +2847,8 @@
2843
2847
  "IconProducthunt": "producthunt",
2844
2848
  "IconPrompt": "prompt, scan-text",
2845
2849
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2850
+ "IconPromptTextToImage": "prompt-text-to-image",
2851
+ "IconPromptTextToVideo": "prompt-text-to-video",
2846
2852
  "IconPullRequest": "pull-request",
2847
2853
  "IconPumpjack": "pumpjack, oil",
2848
2854
  "IconPush": "push, launch, rocket",
package/index.d.ts CHANGED
@@ -2910,6 +2910,7 @@ export {
2910
2910
  IconPaintBucketDrop,
2911
2911
  default as IconPaintBucketDropDefault,
2912
2912
  } from "./IconPaintBucketDrop";
2913
+ export { IconPan, default as IconPanDefault } from "./IconPan";
2913
2914
  export { IconPancakes, default as IconPancakesDefault } from "./IconPancakes";
2914
2915
  export {
2915
2916
  IconPanoramaView,
@@ -3137,6 +3138,14 @@ export {
3137
3138
  } from "./IconProducthunt";
3138
3139
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
3139
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";
3140
3149
  export {
3141
3150
  IconPullRequest,
3142
3151
  default as IconPullRequestDefault,