From 5e631e80e85aaf0590211381addd589be281af50 Mon Sep 17 00:00:00 2001 From: hex-developer <77530549+hex-developer@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:40:32 +0200 Subject: [PATCH] Update resolvedicon.jsx feat: Add Tabler icon support --- src/components/resolvedicon.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/resolvedicon.jsx b/src/components/resolvedicon.jsx index 885bbfac..9933af49 100644 --- a/src/components/resolvedicon.jsx +++ b/src/components/resolvedicon.jsx @@ -7,6 +7,7 @@ import { ThemeContext } from "utils/contexts/theme"; const iconSetURLs = { mdi: "https://cdn.jsdelivr.net/npm/@mdi/svg@latest/svg/", si: "https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/", + tb: "https://tabler-icons.io/static/tabler-icons/icons/" }; export default function ResolvedIcon({ icon, width = 32, height = 32, alt = "logo" }) {