mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
commit
619016b7c0
@ -2085,5 +2085,12 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/linux.svg',
|
route: '/library/linux.svg',
|
||||||
url: 'https://www.linux.org/'
|
url: 'https://www.linux.org/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 253,
|
||||||
|
title: 'Ubuntu',
|
||||||
|
category: 'Software',
|
||||||
|
route: '/library/ubuntu.svg',
|
||||||
|
url: 'https://ubuntu.com/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
1
static/library/ubuntu.svg
Normal file
1
static/library/ubuntu.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" fill="#f47421"/><circle cx="50" cy="50" r="21.8" fill="none" stroke="#fff" stroke-width="8.6"/><g id="a"><circle cx="19.4" cy="50" r="8.4" fill="#f47421"/><path stroke="#f47421" stroke-width="3.2" d="M67 50h10"/><circle cx="19.4" cy="50" r="6" fill="#fff"/></g><use xlink:href="#a" transform="rotate(120 50 50)"/><use xlink:href="#a" transform="rotate(240 50 50)"/></svg>
|
After Width: | Height: | Size: 507 B |
Loading…
Reference in New Issue
Block a user