add: svg logo

c.f. https://www.w3.org/2009/08/svg-logos.html
This commit is contained in:
MoritzBru
2024-06-08 13:03:06 +02:00
parent 7cf1488537
commit 39f53ef1bd
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -2815,5 +2815,12 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
},
{
title: "SVG",
category: ["Language", "Design"],
route: "/library/svg.svg",
wordmark: "/library/svg_wordmark.svg",
url: "https://www.w3.org/TR/SVG/"
}
];