mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
📦 Add Radix-UI svg
This commit is contained in:
parent
1f2a600685
commit
b69d1f729e
@ -909,12 +909,6 @@ export const svgs: iSVG[] = [
|
|||||||
route: '/library/vim.svg',
|
route: '/library/vim.svg',
|
||||||
url: 'https://www.vim.org/'
|
url: 'https://www.vim.org/'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: 'Movie Web',
|
|
||||||
category: 'Entertainment',
|
|
||||||
route: '/library/movie-web.svg',
|
|
||||||
url: 'https://movie-web.app/'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Pocketbase',
|
title: 'Pocketbase',
|
||||||
category: 'Database',
|
category: 'Database',
|
||||||
@ -2386,5 +2380,20 @@ export const svgs: iSVG[] = [
|
|||||||
dark: '/library/markdown-dark.svg'
|
dark: '/library/markdown-dark.svg'
|
||||||
},
|
},
|
||||||
url: 'https://www.markdownguide.org/'
|
url: 'https://www.markdownguide.org/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Movie Web',
|
||||||
|
category: 'Entertainment',
|
||||||
|
route: '/library/movie-web.svg',
|
||||||
|
url: 'https://movie-web.app/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Radix UI',
|
||||||
|
category: 'Library',
|
||||||
|
route: {
|
||||||
|
light: '/library/radix-ui_light.svg',
|
||||||
|
dark: '/library/radix-ui_dark.svg'
|
||||||
|
},
|
||||||
|
url: 'https://www.radix-ui.com/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
1
static/library/radix-ui_dark.svg
Normal file
1
static/library/radix-ui_dark.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffff" style="margin-right:3px" viewBox="4 0 17 25"><path d="M12 25a8 8 0 1 1 0-16v16zM12 0H4v8h8V0zM17 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" fill="#ffff"/></svg>
|
After Width: | Height: | Size: 202 B |
1
static/library/radix-ui_light.svg
Normal file
1
static/library/radix-ui_light.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="#121212" style="margin-right:3px" viewBox="4 0 17 25"><path d="M12 25a8 8 0 1 1 0-16v16zM12 0H4v8h8V0zM17 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z" fill="#121212"/></svg>
|
After Width: | Height: | Size: 206 B |
Loading…
Reference in New Issue
Block a user