mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
Add Youtube Music Logo
This commit is contained in:
parent
dea8308f23
commit
b5b97e2a43
@ -2420,5 +2420,15 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/refine_light.svg'
|
||||
},
|
||||
url: 'https://refine.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Youtube Music',
|
||||
category: 'Music',
|
||||
route: '/library/youtube_music.svg',
|
||||
wordmark: {
|
||||
light: '/library/youtube_music_wordmark_light.svg',
|
||||
dark: '/library/youtube_music_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://music.youtube.com/'
|
||||
}
|
||||
];
|
||||
|
1
static/library/youtube_music.svg
Normal file
1
static/library/youtube_music.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 192 192"><path fill="none" d="M0 0h192v192H0z"/><circle cx="96" cy="96" r="88" fill="red"/><path fill="#FFF" d="M96 50.32c25.19 0 45.68 20.49 45.68 45.68S121.19 141.68 96 141.68 50.32 121.19 50.32 96 70.81 50.32 96 50.32m0-6.4c-28.76 0-52.08 23.32-52.08 52.08 0 28.76 23.32 52.08 52.08 52.08s52.08-23.32 52.08-52.08c0-28.76-23.32-52.08-52.08-52.08z"/><path fill="#FFF" d="m79 122 45-26-45-26z"/></svg>
|
After Width: | Height: | Size: 475 B |
1
static/library/youtube_music_wordmark_dark.svg
Normal file
1
static/library/youtube_music_wordmark_dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.1 KiB |
1
static/library/youtube_music_wordmark_light.svg
Normal file
1
static/library/youtube_music_wordmark_light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.1 KiB |
Loading…
x
Reference in New Issue
Block a user