@royaloperahouse/chord 0.5.6 → 0.5.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.5.7]
4
+ - Added Star icon to Iconography
5
+
3
6
  ## [0.5.6]
4
7
  - Added Favourite and Favourite Full icons to Iconography
5
8
 
@@ -1636,6 +1636,21 @@ var Refresh = (function (_ref) {
1636
1636
  }));
1637
1637
  });
1638
1638
 
1639
+ var Star = (function (_ref) {
1640
+ var _ref$color = _ref.color,
1641
+ color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
1642
+ return /*#__PURE__*/React.createElement("svg", {
1643
+ width: "100%",
1644
+ height: "100%",
1645
+ viewBox: "0 0 48 46",
1646
+ fill: "none",
1647
+ xmlns: "http://www.w3.org/2000/svg"
1648
+ }, /*#__PURE__*/React.createElement("path", {
1649
+ d: "M24 0L30.0248 16.7076L47.7764 17.2746L33.7483 28.1674L38.6946 45.2254L24 35.25L9.30537 45.2254L14.2517 28.1674L0.223587 17.2746L17.9752 16.7076L24 0Z",
1650
+ fill: color
1651
+ }));
1652
+ });
1653
+
1639
1654
  var AudioDescription = (function (_ref) {
1640
1655
  var _ref$color = _ref.color,
1641
1656
  color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
@@ -1968,6 +1983,7 @@ var IconLibrary = {
1968
1983
  Settings: Settings,
1969
1984
  Shift: Shift,
1970
1985
  Space: Space,
1986
+ Star: Star,
1971
1987
  Subscribe: Subscribe,
1972
1988
  Subtitles: Subtitles,
1973
1989
  Tick: Tick,