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" }) {