@royaloperahouse/chord 2.1.6 → 2.1.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/dist/chord.esm.js CHANGED
@@ -1577,6 +1577,21 @@ var Twitter = (function (_ref) {
1577
1577
  }));
1578
1578
  });
1579
1579
 
1580
+ var X = (function (_ref) {
1581
+ var _ref$color = _ref.color,
1582
+ color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
1583
+ return /*#__PURE__*/createElement("svg", {
1584
+ width: "100%",
1585
+ height: "100%",
1586
+ viewBox: "0 0 24 24",
1587
+ fill: "none",
1588
+ xmlns: "http://www.w3.org/2000/svg"
1589
+ }, /*#__PURE__*/createElement("path", {
1590
+ d: "M13.7124 10.6179L20.4133 3H18.8254L13.007 9.61448L8.35992 3H3L10.0274 13.0023L3 20.9908H4.58799L10.7324 14.0056L15.6401 20.9908H21L13.7124 10.6179ZM11.5375 13.0904L10.8255 12.0944L5.16016 4.16911H7.59922L12.1712 10.5651L12.8832 11.5611L18.8262 19.8748H16.3871L11.5375 13.0904Z",
1591
+ fill: color
1592
+ }));
1593
+ });
1594
+
1580
1595
  var Youtube = (function (_ref) {
1581
1596
  var _ref$color = _ref.color,
1582
1597
  color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
@@ -2131,6 +2146,7 @@ var IconLibrary = {
2131
2146
  UserSignedIn: UserSignedIn,
2132
2147
  Volume: Volume,
2133
2148
  Watch: Watch,
2149
+ X: X,
2134
2150
  Youtube: Youtube
2135
2151
  };
2136
2152