@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/CHANGELOG.md +7 -1
- package/dist/chord.cjs.development.js +16 -0
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +16 -0
- package/dist/chord.esm.js.map +1 -1
- package/dist/components/atoms/Icons/SvgIcons/Logos/Social/X.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1581,6 +1581,21 @@ var Twitter = (function (_ref) {
|
|
|
1581
1581
|
}));
|
|
1582
1582
|
});
|
|
1583
1583
|
|
|
1584
|
+
var X = (function (_ref) {
|
|
1585
|
+
var _ref$color = _ref.color,
|
|
1586
|
+
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
1587
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
1588
|
+
width: "100%",
|
|
1589
|
+
height: "100%",
|
|
1590
|
+
viewBox: "0 0 24 24",
|
|
1591
|
+
fill: "none",
|
|
1592
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1593
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1594
|
+
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",
|
|
1595
|
+
fill: color
|
|
1596
|
+
}));
|
|
1597
|
+
});
|
|
1598
|
+
|
|
1584
1599
|
var Youtube = (function (_ref) {
|
|
1585
1600
|
var _ref$color = _ref.color,
|
|
1586
1601
|
color = _ref$color === void 0 ? '#1A1A1A' : _ref$color;
|
|
@@ -2135,6 +2150,7 @@ var IconLibrary = {
|
|
|
2135
2150
|
UserSignedIn: UserSignedIn,
|
|
2136
2151
|
Volume: Volume,
|
|
2137
2152
|
Watch: Watch,
|
|
2153
|
+
X: X,
|
|
2138
2154
|
Youtube: Youtube
|
|
2139
2155
|
};
|
|
2140
2156
|
|