Merge branch 'main' into main

This commit is contained in:
Pablo Hdez 2025-03-04 12:50:47 +01:00 committed by GitHub
commit ad2dc71c69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 7 deletions

View File

@ -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

View File

@ -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'
}
];

View 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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB