]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/common/Icon.js
spoiler time in protocol
[alttp.git] / resources / js / components / common / Icon.js
index 8b49c7e94b809984c682059966faaab9a0bfef3d..53f251c68094ad59e3bec265fe374224a0802d01 100644 (file)
@@ -67,6 +67,7 @@ Icon.LOGOUT = makePreset('LogoutIcon', 'sign-out-alt');
 Icon.PENDING = makePreset('PendingIcon', 'clock');
 Icon.PROTOCOL = makePreset('ProtocolIcon', 'file-alt');
 Icon.SECOND_PLACE = makePreset('SecondPlaceIcon', 'medal');
+Icon.STREAM = makePreset('StreamIcon', ['fab', 'twitch']);
 Icon.THIRD_PLACE = makePreset('ThirdPlaceIcon', 'award');
 
 export default Icon;