]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/common/Icon.js
add language references to tech pages
[alttp.git] / resources / js / components / common / Icon.js
index 3e094ccab30643a4e2cbbe19c275176123c884d5..dd88669cc3796f6eb11b970190a98f41efc0c6b2 100644 (file)
@@ -81,6 +81,7 @@ Icon.REMOVE = makePreset('RemoveIcon', 'square-xmark');
 Icon.RESULT = makePreset('ResultIcon', 'clock');
 Icon.SECOND_PLACE = makePreset('SecondPlaceIcon', 'medal');
 Icon.SETTINGS = makePreset('SettingsIcon', 'cog');
+Icon.SLASH = makePreset('SlashIcon', 'slash');
 Icon.STREAM = makePreset('StreamIcon', ['fab', 'twitch']);
 Icon.THIRD_PLACE = makePreset('ThirdPlaceIcon', 'award');
 Icon.TWITCH = makePreset('TwitchIcon', ['fab', 'twitch']);