mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
commit
cc16e3a04e
@ -2148,5 +2148,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/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
1
static/library/pnpm.svg
Normal file
1
static/library/pnpm.svg
Normal 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
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…
x
Reference in New Issue
Block a user