Skip to content

Commit

Permalink
add selfh.st icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 11, 2024
1 parent 9243187 commit b3591c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/resolvedicon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" }) {
Expand Down

0 comments on commit b3591c3

Please sign in to comment.