Merge pull request #587 from SameerJS6/add-powertoys-extension-and-logo
Some checks are pending
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

docs: Add PowerToys Plugin for SVGL & add: PowerToys Logo
This commit is contained in:
Pablo Hdez 2025-03-03 20:58:32 +01:00 committed by GitHub
commit cf5b7af080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 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

@ -3175,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',

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB