Merge pull request #184 from alanhaertel/main

Added PNPM and Qt Icons
This commit is contained in:
Pablo Hdez 2023-12-30 20:01:37 +00:00 committed by GitHub
commit cc16e3a04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 0 deletions

View File

@ -2148,5 +2148,17 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/alacritty.svg',
url: 'https://alacritty.org'
},
{
title: 'Qt',
category: 'Software',
route: '/library/qt.svg',
url: 'https://www.qt.io/'
},
{
title: 'PNPM',
category: 'Software',
route: '/library/pnpm.svg',
url: 'https://pnpm.io/'
}
];

1
static/library/pnpm.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180" viewBox="66.092 33.5 184.5 184.5"><defs><path id="a" d="M67.59 35h180v180h-180V35Z"/><path id="b" d="M237.6 95h-50V45h50v50Z"/><path id="c" d="M182.59 95h-50V45h50v50Z"/><path id="d" d="M127.59 95h-50V45h50v50Z"/><path id="e" d="M237.6 150h-50v-50h50v50Z"/><path id="f" d="M182.59 150h-50v-50h50v50Z"/><path id="g" d="M182.59 205h-50v-50h50v50Z"/><path id="h" d="M237.6 205h-50v-50h50v50Z"/><path id="i" d="M127.59 205h-50v-50h50v50Z"/></defs><use xlink:href="#a" fill="#fff"/><use xlink:href="#b" fill="#f9ad00"/><use xlink:href="#c" fill="#f9ad00"/><use xlink:href="#d" fill="#f9ad00"/><use xlink:href="#e" fill="#f9ad00"/><use xlink:href="#f" fill="#4e4e4e"/><use xlink:href="#g" fill="#4e4e4e"/><use xlink:href="#h" fill="#4e4e4e"/><use xlink:href="#i" fill="#4e4e4e"/></svg>

After

Width:  |  Height:  |  Size: 844 B

13
static/library/qt.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="54"
height="43"
viewBox="0 0 54 43"
><path fill="#0c0" d="M1 42V10l9-9h43v33l-9 9z"></path><text
x="9"
y="32"
fill="#FFF"
font-family="Arial"
font-size="32">Qt</text
></svg
>

After

Width:  |  Height:  |  Size: 286 B