Update resolvedicon.jsx

feat: Add Tabler icon support
This commit is contained in:
hex-developer 2023-12-06 16:40:32 +02:00 committed by GitHub
parent 0f3fc77ddf
commit 5e631e80e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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