mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
add selfh.st icon set
This commit is contained in:
parent
9243187490
commit
b3591c3e69
1 changed files with 1 additions and 0 deletions
|
@ -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/",
|
||||
sh: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/svg/", // or via GH's CDN https://icons.selfh.st/svg/
|
||||
};
|
||||
|
||||
export default function ResolvedIcon({ icon, width = 32, height = 32, alt = "logo" }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue