mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
feat: added pnpm and qt logos
This commit is contained in:
parent
b205a3c73f
commit
9cf6fea646
@ -2133,5 +2133,17 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/alacritty.svg',
|
route: '/library/alacritty.svg',
|
||||||
url: 'https://alacritty.org'
|
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/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
33
static/library/pnpm.svg
Normal file
33
static/library/pnpm.svg
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="180"
|
||||||
|
height="180"
|
||||||
|
viewBox="66.092 33.5 184.5 184.5"
|
||||||
|
><defs
|
||||||
|
><path id="apnpm" d="M67.59 35h180v180h-180V35Z"></path><path
|
||||||
|
id="bpnpm"
|
||||||
|
d="M237.6 95h-50V45h50v50Z"></path><path
|
||||||
|
id="cpnpm"
|
||||||
|
d="M182.59 95h-50V45h50v50Z"></path><path
|
||||||
|
id="dpnpm"
|
||||||
|
d="M127.59 95h-50V45h50v50Z"></path><path
|
||||||
|
id="epnpm"
|
||||||
|
d="M237.6 150h-50v-50h50v50Z"></path><path
|
||||||
|
id="fpnpm"
|
||||||
|
d="M182.59 150h-50v-50h50v50Z"></path><path
|
||||||
|
id="gpnpm"
|
||||||
|
d="M182.59 205h-50v-50h50v50Z"></path><path
|
||||||
|
id="hpnpm"
|
||||||
|
d="M237.6 205h-50v-50h50v50Z"></path><path
|
||||||
|
id="ipnpm"
|
||||||
|
d="M127.59 205h-50v-50h50v50Z"></path></defs
|
||||||
|
><use xlink:href="#apnpm" fill="#fff"></use><use
|
||||||
|
xlink:href="#bpnpm"
|
||||||
|
fill="#f9ad00"></use><use xlink:href="#cpnpm" fill="#f9ad00"></use><use
|
||||||
|
xlink:href="#dpnpm"
|
||||||
|
fill="#f9ad00"></use><use xlink:href="#epnpm" fill="#f9ad00"></use><use
|
||||||
|
xlink:href="#fpnpm"
|
||||||
|
fill="#4e4e4e"></use><use xlink:href="#gpnpm" fill="#4e4e4e"></use><use
|
||||||
|
xlink:href="#hpnpm"
|
||||||
|
fill="#4e4e4e"></use><use xlink:href="#ipnpm" fill="#4e4e4e"></use></svg
|
||||||
|
>
|
After Width: | Height: | Size: 1.3 KiB |
13
static/library/qt.svg
Normal file
13
static/library/qt.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user