mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
📦 Add new svgs
This commit is contained in:
parent
bf2392e248
commit
d2e15fea54
@ -2856,16 +2856,19 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/chartjs.svg',
|
||||
url: 'https://www.chartjs.org/'
|
||||
},
|
||||
{
|
||||
title: 'Faker',
|
||||
category: 'Library',
|
||||
route: '/library/faker.svg',
|
||||
url: 'https://fakerjs.dev/'
|
||||
},
|
||||
{
|
||||
title: 'JSON Schema',
|
||||
category: 'Library',
|
||||
route: '/library/json-schema.svg',
|
||||
url: 'https://json-schema.org/'
|
||||
},
|
||||
{
|
||||
title: 'v0',
|
||||
category: 'Vercel',
|
||||
route: {
|
||||
light: '/library/v0_light.svg',
|
||||
dark: '/library/v0_dark.svg'
|
||||
},
|
||||
url: 'https://v0.dev/'
|
||||
}
|
||||
];
|
||||
|
1
static/library/v0_dark.svg
Normal file
1
static/library/v0_dark.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg height="16" xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" viewBox="0 0 16 16" width="16"><path clip-rule="evenodd" d="M9.50321 5.5H13.2532C13.3123 5.5 13.3704 5.5041 13.4273 5.51203L9.51242 9.42692C9.50424 9.36912 9.5 9.31006 9.5 9.25L9.5 5.5L8 5.5L8 9.25C8 10.7688 9.23122 12 10.75 12H14.5V10.5L10.75 10.5C10.6899 10.5 10.6309 10.4958 10.5731 10.4876L14.4904 6.57028C14.4988 6.62897 14.5032 6.68897 14.5032 6.75V10.5H16.0032V6.75C16.0032 5.23122 14.772 4 13.2532 4H9.50321V5.5ZM0 5V5.00405L5.12525 11.5307C5.74119 12.3151 7.00106 11.8795 7.00106 10.8822V5H5.50106V9.58056L1.90404 5H0Z" fill="white" fill-rule="evenodd"></path></svg>
|
After Width: | Height: | Size: 651 B |
1
static/library/v0_light.svg
Normal file
1
static/library/v0_light.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg height="16" xmlns="http://www.w3.org/2000/svg" stroke-linejoin="round" viewBox="0 0 16 16" width="16"><path clip-rule="evenodd" d="M9.50321 5.5H13.2532C13.3123 5.5 13.3704 5.5041 13.4273 5.51203L9.51242 9.42692C9.50424 9.36912 9.5 9.31006 9.5 9.25L9.5 5.5L8 5.5L8 9.25C8 10.7688 9.23122 12 10.75 12H14.5V10.5L10.75 10.5C10.6899 10.5 10.6309 10.4958 10.5731 10.4876L14.4904 6.57028C14.4988 6.62897 14.5032 6.68897 14.5032 6.75V10.5H16.0032V6.75C16.0032 5.23122 14.772 4 13.2532 4H9.50321V5.5ZM0 5V5.00405L5.12525 11.5307C5.74119 12.3151 7.00106 11.8795 7.00106 10.8822V5H5.50106V9.58056L1.90404 5H0Z" fill="black" fill-rule="evenodd"></path></svg>
|
After Width: | Height: | Size: 651 B |
Loading…
Reference in New Issue
Block a user