From 3863e25ba30ae5289cf98c718882a6ae0f989c07 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Tue, 4 Feb 2025 20:49:21 +0100 Subject: [PATCH] [nextgen] icon revisions --- labscore/constants.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/labscore/constants.js b/labscore/constants.js index 927af09..9d5f8af 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -116,7 +116,7 @@ module.exports.ICONS_NEXTGEN = Object.freeze({ "music": "<:nextgen_ico_music:1336065788771041300>", "newspaper": "<:nextgen_ico_newspaper:1336065797776212039>", "padlock": "<:nextgen_ico_lock:1336065722123681865>", - "pencil": "<:nextgen_ico_pencil:1336065806831718421>", + "pencil": "<:nextgen_ico_pencil_v2:1336423182659489793>", "planet": "<:nextgen_ico_planet:1336065816319229962>", "privacy_policy": "<:nextgen_ico_privacy_policy:1336065826691748012>", "qr": "<:nextgen_ico_qr:1336065836674191380>", @@ -138,7 +138,7 @@ module.exports.ICONS_NEXTGEN = Object.freeze({ "attachment": "<:nextgen_ico_attachment_image:1336064891928444940>", "attachment_file": "<:nextgen_ico_attachment_file:1336064865206272026>", - "emoji": "<:nextgen_ico_emoji:1336065505232027658>", + "emoji": "<:nextgen_ico_emoji_v2:1336422444935938131>", "forward": "<:nextgen_ico_forward:1336065589910700032>", "id": "<:nextgen_ico_id:1336075182984532009>", "link": "<:nextgen_ico_link:1336065688225447976>", @@ -154,11 +154,11 @@ module.exports.ICONS_NEXTGEN = Object.freeze({ "stage": "<:nextgen_ico_stage:1336066039053680670>", /* Users */ - "user": "<:nextgen_ico_user:1336066125179518997>", + "user": "<:nextgen_ico_user_v2:1336422416271806506>", "user_card": "<:nextgen_ico_user_card:1336066136453812364>", "user_circle": "<:nextgen_ico_user_circle:1336066145551253525>", "user_king": "<:nextgen_ico_user_king:1336066168624250880>", - "user_group": "<:nextgen_ico_user_group:1336066157437915227>", + "user_group": "<:nextgen_ico_user_group_v2:1336422430981488774>", "user_shield": "<:nextgen_ico_user_shield:1336066184235450482>", "arrow_down": "<:nextgen_ico_arrow_down:1336064816095170684>", @@ -210,7 +210,7 @@ module.exports.ICONS_NEXTGEN = Object.freeze({ // nextgen icons legacy name -> new name mappings module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({ - "link_open_external": "open_in_new_alt", + "link_open_external": "open_in_new", "stars": "sparkles", "definition": "book_search",