mirror of
https://github.com/pheralb/svgl.git
synced 2025-04-08 01:08:12 +08:00
Merge branch 'main' into main
This commit is contained in:
commit
ad2dc71c69
@ -181,6 +181,7 @@ A list of extensions that use the [svgl API](https://svgl.app/api), created by t
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/vscode.svg" height="25" /> | SVGL for VSCode | SVGL directly in your VSCode. | [girlazote](https://twitter.com/girlazote) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=EsteveSegura.svgl) |
|
||||
| <img src="https://svgl-badge.vercel.app/api/Library/Svgl?theme=light" height="25" /> | SVGL Badge | A beautiful badges with svgl SVG logos. | [ridemountainpig](https://twitter.com/ridemountainpig) | [Website](https://svgl-badge.vercel.app/) |
|
||||
| <img src="https://github.com/serafimcloud/21st/blob/main/apps/web/public/icon.png?raw=true" height="25" /> | Magic | AI extension for Cursor & other IDEs | [serafimcloud](https://x.com/serafimcloud) | [Website](https://21st.dev/magic) |
|
||||
| <img src="https://github.com/pheralb/svgl/blob/main/static/library/powertoys.svg" height="25" /> | SVGL for PowerToys | Search & copy SVG logos in PowerToys Run. | [SameerJS6](https://x.com/Sameerjs6) | [Website](https://svgl.sameerjs.com/) |
|
||||
|
||||
## ✌️ Contributing
|
||||
|
||||
|
@ -2,13 +2,10 @@ import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Designali',
|
||||
category: ['Software', 'Design'],
|
||||
route: {
|
||||
light: '/library/designali.svg',
|
||||
dark: '/library/designali-dark.svg'
|
||||
},
|
||||
url: 'https://designali.in'
|
||||
title: 'daisyUI',
|
||||
category: 'Library',
|
||||
route: '/library/daisyui.svg',
|
||||
url: 'https://daisyui.com/'
|
||||
},
|
||||
{
|
||||
title: 'PayPal',
|
||||
@ -3178,6 +3175,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: 'https://posthog.com/'
|
||||
},
|
||||
{
|
||||
title: 'PowerToys',
|
||||
category: 'Software',
|
||||
route: '/library/powertoys.svg',
|
||||
url: 'https://learn.microsoft.com/en-us/windows/powertoys/'
|
||||
},
|
||||
{
|
||||
title: 'Lottielab',
|
||||
category: 'Design',
|
||||
@ -3395,5 +3398,14 @@ export const svgs: iSVG[] = [
|
||||
category: 'Library',
|
||||
route: '/library/webcomponents.svg',
|
||||
url: 'https://www.webcomponents.org/'
|
||||
},
|
||||
{
|
||||
title: 'Designali',
|
||||
category: ['Software', 'Design'],
|
||||
route: {
|
||||
light: '/library/designali.svg',
|
||||
dark: '/library/designali-dark.svg'
|
||||
},
|
||||
url: 'https://designali.in'
|
||||
}
|
||||
];
|
||||
|
1
static/library/daisyui.svg
Normal file
1
static/library/daisyui.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" fill="none"><rect width="512" height="256" x="256" y="670.72" fill="#1AD1A5" rx="128"/><circle cx="512" cy="353.28" r="256" fill="#fff"/><circle cx="512" cy="353.28" r="261" stroke="#000" stroke-opacity=".2" stroke-width="10"/><circle cx="512" cy="353.28" r="114.688" fill="#FF9903"/></svg>
|
After Width: | Height: | Size: 357 B |
1
static/library/powertoys.svg
Normal file
1
static/library/powertoys.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.1 KiB |
Loading…
x
Reference in New Issue
Block a user