From 8dc1fc91bf3d64be08adbfb8447e4a4177a9f8a8 Mon Sep 17 00:00:00 2001 From: SameerJS6 Date: Sun, 2 Mar 2025 22:11:03 +0530 Subject: [PATCH 1/3] add: powertoys svg --- static/library/powertoys.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/powertoys.svg diff --git a/static/library/powertoys.svg b/static/library/powertoys.svg new file mode 100644 index 0000000..c826521 --- /dev/null +++ b/static/library/powertoys.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6bb6a21255afb71b3a8124a49b66a03c1e745c26 Mon Sep 17 00:00:00 2001 From: SameerJS6 Date: Sun, 2 Mar 2025 22:11:20 +0530 Subject: [PATCH 2/3] add: powertoys data --- src/data/svgs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2dc1a08..3e1e5ff 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3169,6 +3169,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', From e46694b041046a2cbef83ec626040e4e1d2d700d Mon Sep 17 00:00:00 2001 From: SameerJS6 Date: Sun, 2 Mar 2025 22:13:12 +0530 Subject: [PATCH 3/3] add: powertoys extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13939e5..da48100 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ A list of extensions that use the [svgl API](https://svgl.app/api), created by t | | SVGL for VSCode | SVGL directly in your VSCode. | [girlazote](https://twitter.com/girlazote) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=EsteveSegura.svgl) | | | SVGL Badge | A beautiful badges with svgl SVG logos. | [ridemountainpig](https://twitter.com/ridemountainpig) | [Website](https://svgl-badge.vercel.app/) | | | Magic | AI extension for Cursor & other IDEs | [serafimcloud](https://x.com/serafimcloud) | [Website](https://21st.dev/magic) | +| | SVGL for PowerToys | Search & copy SVG logos in PowerToys Run. | [SameerJS6](https://x.com/Sameerjs6) | [Website](https://svgl.sameerjs.com/) | ## ✌️ Contributing