]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/common/Icon.js
new discord command
[alttp.git] / resources / js / components / common / Icon.js
index 022de69f0d2c97e5816a3ec4adfd78a8187c63c6..641577057418d55f3ea5494be029a19d83a8bdaa 100644 (file)
@@ -76,6 +76,7 @@ Icon.INVERT = makePreset('InveretIcon', 'circle-half-stroke');
 Icon.LANGUAGE = makePreset('LanguageIcon', 'language');
 Icon.LOCKED = makePreset('LockedIcon', 'lock');
 Icon.LOGOUT = makePreset('LogoutIcon', 'sign-out-alt');
+Icon.MENU = makePreset('MenuIcon', 'bars');
 Icon.MICROPHONE = makePreset('MicrophoneIcon', 'microphone');
 Icon.MONITOR = makePreset('MonitorIcon', 'tv');
 Icon.MOUSE = makePreset('MouseIcon', 'arrow-pointer');
@@ -84,6 +85,7 @@ Icon.PENDING = makePreset('PendingIcon', 'clock');
 Icon.PIN = makePreset('PinIcon', 'location-pin');
 Icon.PLAY = makePreset('PlayIcon', 'play');
 Icon.PROTOCOL = makePreset('ProtocolIcon', 'file-alt');
+Icon.RACETIME = makePreset('RacetimeIcon', 'stopwatch');
 Icon.REJECT = makePreset('RejectIcon', 'square-xmark');
 Icon.REMOVE = makePreset('RemoveIcon', 'square-xmark');
 Icon.RESULT = makePreset('ResultIcon', 'clock');