@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.160 → 1.1.161

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.
Files changed (52) hide show
  1. package/IconChartCompare/index.d.ts +4 -0
  2. package/IconChartCompare/index.js +2 -0
  3. package/IconChartCompare/index.js.map +1 -0
  4. package/IconChartCompare/index.mjs +2 -0
  5. package/IconChartCompare/index.mjs.map +1 -0
  6. package/IconChartCompareHorizontal/index.d.ts +4 -0
  7. package/IconChartCompareHorizontal/index.js +2 -0
  8. package/IconChartCompareHorizontal/index.js.map +1 -0
  9. package/IconChartCompareHorizontal/index.mjs +2 -0
  10. package/IconChartCompareHorizontal/index.mjs.map +1 -0
  11. package/IconSquareArrowBottomLeftCorner/index.d.ts +4 -0
  12. package/IconSquareArrowBottomLeftCorner/index.js +2 -0
  13. package/IconSquareArrowBottomLeftCorner/index.js.map +1 -0
  14. package/IconSquareArrowBottomLeftCorner/index.mjs +2 -0
  15. package/IconSquareArrowBottomLeftCorner/index.mjs.map +1 -0
  16. package/IconSquareArrowBottomRightCorner/index.d.ts +4 -0
  17. package/IconSquareArrowBottomRightCorner/index.js +2 -0
  18. package/IconSquareArrowBottomRightCorner/index.js.map +1 -0
  19. package/IconSquareArrowBottomRightCorner/index.mjs +2 -0
  20. package/IconSquareArrowBottomRightCorner/index.mjs.map +1 -0
  21. package/IconSquareArrowTopLeftCorner/index.d.ts +4 -0
  22. package/IconSquareArrowTopLeftCorner/index.js +2 -0
  23. package/IconSquareArrowTopLeftCorner/index.js.map +1 -0
  24. package/IconSquareArrowTopLeftCorner/index.mjs +2 -0
  25. package/IconSquareArrowTopLeftCorner/index.mjs.map +1 -0
  26. package/IconSquareArrowTopRightCorner/index.d.ts +4 -0
  27. package/IconSquareArrowTopRightCorner/index.js +2 -0
  28. package/IconSquareArrowTopRightCorner/index.js.map +1 -0
  29. package/IconSquareArrowTopRightCorner/index.mjs +2 -0
  30. package/IconSquareArrowTopRightCorner/index.mjs.map +1 -0
  31. package/IconStackedBarChart/index.d.ts +4 -0
  32. package/IconStackedBarChart/index.js +2 -0
  33. package/IconStackedBarChart/index.js.map +1 -0
  34. package/IconStackedBarChart/index.mjs +2 -0
  35. package/IconStackedBarChart/index.mjs.map +1 -0
  36. package/IconStackedBarChart100/index.d.ts +4 -0
  37. package/IconStackedBarChart100/index.js +2 -0
  38. package/IconStackedBarChart100/index.js.map +1 -0
  39. package/IconStackedBarChart100/index.mjs +2 -0
  40. package/IconStackedBarChart100/index.mjs.map +1 -0
  41. package/README.md +8 -0
  42. package/filtered-icons.json +112 -0
  43. package/icons/index.d.ts +8 -0
  44. package/icons-index.json +20 -4
  45. package/index.d.ts +8 -0
  46. package/index.js +1 -1
  47. package/index.js.map +1 -1
  48. package/index.mjs +1 -1
  49. package/index.mjs.map +1 -1
  50. package/license-check.js +1 -1
  51. package/package.json +1 -1
  52. package/tsx-icons.json +56 -0
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.160",
3
+ "version": "1.1.161",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1866,
14
+ "totalIcons": 1874,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -103,7 +103,7 @@
103
103
  ]
104
104
  },
105
105
  "Arrows": {
106
- "count": 128,
106
+ "count": 132,
107
107
  "icons": [
108
108
  "IconArrow",
109
109
  "IconArrowBottomTop",
@@ -223,12 +223,16 @@
223
223
  "IconRotate360Left",
224
224
  "IconRotate360Right",
225
225
  "IconShareArrowDown",
226
+ "IconSquareArrowBottomLeftCorner",
226
227
  "IconSquareArrowBottomRight",
228
+ "IconSquareArrowBottomRightCorner",
227
229
  "IconSquareArrowCenter",
228
230
  "IconSquareArrowInTopLeft",
229
231
  "IconSquareArrowOutTopLeft",
232
+ "IconSquareArrowTopLeftCorner",
230
233
  "IconSquareArrowTopRight",
231
234
  "IconSquareArrowTopRight2",
235
+ "IconSquareArrowTopRightCorner",
232
236
  "IconSquareCursor",
233
237
  "IconSquized",
234
238
  "IconStepBack",
@@ -1694,7 +1698,7 @@
1694
1698
  ]
1695
1699
  },
1696
1700
  "Statistics & Charts": {
1697
- "count": 34,
1701
+ "count": 38,
1698
1702
  "icons": [
1699
1703
  "IconAnalytics",
1700
1704
  "IconChart1",
@@ -1704,6 +1708,8 @@
1704
1708
  "IconChart5",
1705
1709
  "IconChart6",
1706
1710
  "IconChart7",
1711
+ "IconChartCompare",
1712
+ "IconChartCompareHorizontal",
1707
1713
  "IconChartWaterfall",
1708
1714
  "IconChartWaterfallAxis",
1709
1715
  "IconComboChartAxis",
@@ -1719,6 +1725,8 @@
1719
1725
  "IconPointChart",
1720
1726
  "IconSankeyAxis",
1721
1727
  "IconSankeyChart",
1728
+ "IconStackedBarChart",
1729
+ "IconStackedBarChart100",
1722
1730
  "IconStackedBarChartAxis2",
1723
1731
  "IconSunburstChart",
1724
1732
  "IconSunburstChart2",
@@ -2488,6 +2496,8 @@
2488
2496
  "IconChart5": "chart-5, statistics, graph",
2489
2497
  "IconChart6": "chart-6, statistics, graph",
2490
2498
  "IconChart7": "chart-7, statistics, graph",
2499
+ "IconChartCompare": "chart-compare",
2500
+ "IconChartCompareHorizontal": "chart-compare-horizontal",
2491
2501
  "IconChartWaterfall": "chart-waterfall",
2492
2502
  "IconChartWaterfallAxis": "chart-waterfall-axis",
2493
2503
  "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
@@ -3632,13 +3642,17 @@
3632
3642
  "IconSpeedDots": "speed-dots, motion, animation",
3633
3643
  "IconSplit": "split",
3634
3644
  "IconSpotify": "spotify",
3645
+ "IconSquareArrowBottomLeftCorner": "square-arrow-bottom-left-corner",
3635
3646
  "IconSquareArrowBottomRight": "square-arrow-bottom-right, resize small, box, arrow",
3647
+ "IconSquareArrowBottomRightCorner": "square-arrow-bottom-right-corner",
3636
3648
  "IconSquareArrowCenter": "square-arrow-center, resize big, box, arrow",
3637
3649
  "IconSquareArrowDown": "square-arrow-down, download square, save",
3638
3650
  "IconSquareArrowInTopLeft": "square-arrow-in-top-left, dock, box, arrow",
3639
3651
  "IconSquareArrowOutTopLeft": "square-arrow-out-top-left, undock, box, arrow",
3652
+ "IconSquareArrowTopLeftCorner": "square-arrow-top-left-corner",
3640
3653
  "IconSquareArrowTopRight": "square-arrow-top-right, open, new, link, open link, box, arrow",
3641
3654
  "IconSquareArrowTopRight2": "square-arrow-top-right-2, open, new, link, open link, box, arrow",
3655
+ "IconSquareArrowTopRightCorner": "square-arrow-top-right-corner",
3642
3656
  "IconSquareBehindSquare1": "square-behind-square-1, copy 1, layers, pages",
3643
3657
  "IconSquareBehindSquare2": "square-behind-square-2, copy 2, layers, pages",
3644
3658
  "IconSquareBehindSquare3": "square-behind-square-3, copy 3, layers, pages",
@@ -3663,6 +3677,8 @@
3663
3677
  "IconSquareX": "square-x, close, x, checkbox, remove",
3664
3678
  "IconSquized": "squized, centered, aligned",
3665
3679
  "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3680
+ "IconStackedBarChart": "stacked-bar-chart",
3681
+ "IconStackedBarChart100": "stacked-bar-chart-100",
3666
3682
  "IconStackedBarChartAxis2": "stacked-bar-chart-axis-2",
3667
3683
  "IconStackOverflow": "stack-overflow",
3668
3684
  "IconStage": "stage, show",
package/index.d.ts CHANGED
@@ -418,6 +418,8 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4";
418
418
  export { IconChart5, default as IconChart5Default } from "./IconChart5";
419
419
  export { IconChart6, default as IconChart6Default } from "./IconChart6";
420
420
  export { IconChart7, default as IconChart7Default } from "./IconChart7";
421
+ export { IconChartCompare, default as IconChartCompareDefault, } from "./IconChartCompare";
422
+ export { IconChartCompareHorizontal, default as IconChartCompareHorizontalDefault, } from "./IconChartCompareHorizontal";
421
423
  export { IconChartWaterfall, default as IconChartWaterfallDefault, } from "./IconChartWaterfall";
422
424
  export { IconChartWaterfallAxis, default as IconChartWaterfallAxisDefault, } from "./IconChartWaterfallAxis";
423
425
  export { IconCheckCircle2, default as IconCheckCircle2Default, } from "./IconCheckCircle2";
@@ -1562,13 +1564,17 @@ export { IconSpeaker, default as IconSpeakerDefault } from "./IconSpeaker";
1562
1564
  export { IconSpeedDots, default as IconSpeedDotsDefault, } from "./IconSpeedDots";
1563
1565
  export { IconSplit, default as IconSplitDefault } from "./IconSplit";
1564
1566
  export { IconSpotify, default as IconSpotifyDefault } from "./IconSpotify";
1567
+ export { IconSquareArrowBottomLeftCorner, default as IconSquareArrowBottomLeftCornerDefault, } from "./IconSquareArrowBottomLeftCorner";
1565
1568
  export { IconSquareArrowBottomRight, default as IconSquareArrowBottomRightDefault, } from "./IconSquareArrowBottomRight";
1569
+ export { IconSquareArrowBottomRightCorner, default as IconSquareArrowBottomRightCornerDefault, } from "./IconSquareArrowBottomRightCorner";
1566
1570
  export { IconSquareArrowCenter, default as IconSquareArrowCenterDefault, } from "./IconSquareArrowCenter";
1567
1571
  export { IconSquareArrowDown, default as IconSquareArrowDownDefault, } from "./IconSquareArrowDown";
1568
1572
  export { IconSquareArrowInTopLeft, default as IconSquareArrowInTopLeftDefault, } from "./IconSquareArrowInTopLeft";
1569
1573
  export { IconSquareArrowOutTopLeft, default as IconSquareArrowOutTopLeftDefault, } from "./IconSquareArrowOutTopLeft";
1574
+ export { IconSquareArrowTopLeftCorner, default as IconSquareArrowTopLeftCornerDefault, } from "./IconSquareArrowTopLeftCorner";
1570
1575
  export { IconSquareArrowTopRight, default as IconSquareArrowTopRightDefault, } from "./IconSquareArrowTopRight";
1571
1576
  export { IconSquareArrowTopRight2, default as IconSquareArrowTopRight2Default, } from "./IconSquareArrowTopRight2";
1577
+ export { IconSquareArrowTopRightCorner, default as IconSquareArrowTopRightCornerDefault, } from "./IconSquareArrowTopRightCorner";
1572
1578
  export { IconSquareBehindSquare1, default as IconSquareBehindSquare1Default, } from "./IconSquareBehindSquare1";
1573
1579
  export { IconSquareBehindSquare2, default as IconSquareBehindSquare2Default, } from "./IconSquareBehindSquare2";
1574
1580
  export { IconSquareBehindSquare3, default as IconSquareBehindSquare3Default, } from "./IconSquareBehindSquare3";
@@ -1594,6 +1600,8 @@ export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
1594
1600
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
1595
1601
  export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
1596
1602
  export { IconStackOverflow, default as IconStackOverflowDefault, } from "./IconStackOverflow";
1603
+ export { IconStackedBarChart, default as IconStackedBarChartDefault, } from "./IconStackedBarChart";
1604
+ export { IconStackedBarChart100, default as IconStackedBarChart100Default, } from "./IconStackedBarChart100";
1597
1605
  export { IconStackedBarChartAxis2, default as IconStackedBarChartAxis2Default, } from "./IconStackedBarChartAxis2";
1598
1606
  export { IconStage, default as IconStageDefault } from "./IconStage";
1599
1607
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";