From b3591c3e6977d615782fad7351c43b0b272a8343 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Wed, 11 Sep 2024 14:45:49 +0300 Subject: [PATCH] add selfh.st icon set --- src/components/resolvedicon.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/resolvedicon.jsx b/src/components/resolvedicon.jsx index 885bbfac1..141d88311 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/", + 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" }) {