@central-icons-react/round-outlined-radius-0-stroke-1.5 1.1.1 → 1.1.2

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-1.5",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-0-stroke-1.5/IconHome';",
@@ -12,7 +12,7 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1529,
15
+ "totalIcons": 1530,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 33,
@@ -431,7 +431,7 @@
431
431
  ]
432
432
  },
433
433
  "Edit": {
434
- "count": 68,
434
+ "count": 69,
435
435
  "icons": [
436
436
  "IconAddKeyframe",
437
437
  "IconBezier",
@@ -459,6 +459,7 @@
459
459
  "IconComponents",
460
460
  "IconCornerRadius",
461
461
  "IconDispersion",
462
+ "IconDraw",
462
463
  "IconEditBig",
463
464
  "IconEditSmall1",
464
465
  "IconEditSmall2",
@@ -2285,6 +2286,7 @@
2285
2286
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2286
2287
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2287
2288
  "IconDraft": "draft",
2289
+ "IconDraw": "draw, sketch, scratch",
2288
2290
  "IconDrawer1": "drawer-1",
2289
2291
  "IconDrawer2": "drawer-2",
2290
2292
  "IconDrawer3": "drawer-3",
package/index.d.ts CHANGED
@@ -1658,6 +1658,7 @@ export {
1658
1658
  default as IconDownsize2Default,
1659
1659
  } from "./IconDownsize2";
1660
1660
  export { IconDraft, default as IconDraftDefault } from "./IconDraft";
1661
+ export { IconDraw, default as IconDrawDefault } from "./IconDraw";
1661
1662
  export { IconDrawer1, default as IconDrawer1Default } from "./IconDrawer1";
1662
1663
  export { IconDrawer2, default as IconDrawer2Default } from "./IconDrawer2";
1663
1664
  export { IconDrawer3, default as IconDrawer3Default } from "./IconDrawer3";