From eb5ebb53cbaeadfaa81df0c5c31b47083801daf9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 26 Dec 2025 20:57:10 +0200 Subject: [PATCH] fix(icon_list): border-right icon missing --- apps/client/src/widgets/icon_list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/icon_list.ts b/apps/client/src/widgets/icon_list.ts index 2d741acba..a36e0a51f 100644 --- a/apps/client/src/widgets/icon_list.ts +++ b/apps/client/src/widgets/icon_list.ts @@ -1650,8 +1650,8 @@ const icons: Icon[] = [ term: ["keypad"] }, { - name: "border-inline-end", - slug: "border-inline-end-regular", + name: "border-right", + slug: "border-right-regular", type_of_icon: "REGULAR" }, {