2 Commits

Author SHA1 Message Date
Pablo Hdez 94e71b14b5 Merge pull request #792 from DexAsHisH/add-wakatime-svg
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚙️ Linting (push) Has been cancelled
🧑‍🚀 Check / 📦 Check SVGs (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled
Added WakaTime svg with light and dark mode variants
2025-10-07 17:26:13 +01:00
Ashish Dabral 97af4a1288 Added WakaTime svg with light and dark mode variants 2025-10-07 00:43:32 +05:30
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -524,6 +524,15 @@ export const svgs: iSVG[] = [
brandUrl: "https://tailwindcss.com/brand",
url: "https://tailwindcss.com/",
},
{
title: 'WakaTime',
category: 'Devtool',
route: {
light: '/library/wakatime-dark.svg',
dark: '/library/wakatime-light.svg'
},
url: 'https://wakatime.com'
},
{
title: "Styled Components",
category: "Library",
+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="340" fill="none" viewBox="0 0 340 340"><path stroke="#000" stroke-width="40" d="M170 20C87.156 20 20 87.156 20 170s67.156 150 150 150 150-67.156 150-150S252.844 20 170 20Z" clip-rule="evenodd"/><path fill="#000" stroke="#000" stroke-width="10" d="M190.183 213.541c-1.443 1.902-3.607 3.126-6.032 3.126q-.357-.002-.708-.04a8 8 0 0 1-.837-.13 8.096 8.096 0 0 1-1.378-.462 10 10 0 0 1-.656-.334 7.831 7.831 0 0 1-1.025-.709 9 9 0 0 1-.503-.44 9 9 0 0 1-.703-.767 9 9 0 0 1-.903-1.37l-8.838-14.201-8.834 14.201c-1.386 2.524-3.892 4.252-6.771 4.252-2.889 0-5.407-1.741-6.752-4.321l-38.636-56.285c-1.27-1.532-2.051-3.562-2.051-5.803 0-4.744 3.487-8.593 7.788-8.593 2.783 0 5.22 1.617 6.598 4.043l32.613 48.192 9.18-14.948c1.323-2.664 3.891-4.474 6.84-4.474 2.698 0 5.077 1.518 6.474 3.82l9.468 15.541 51.167-73.256c1.391-2.357 3.791-3.916 6.529-3.916 4.301 0 7.787 3.847 7.787 8.591 0 2.074-.663 3.974-1.77 5.457z"/></svg>

After

Width:  |  Height:  |  Size: 975 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="340" fill="none" viewBox="0 0 340 340"><path stroke="#fff" stroke-width="40" d="M170 20C87.16 20 20 87.16 20 170s67.16 150 150 150 150-67.16 150-150S252.84 20 170 20Z" clip-rule="evenodd"/><path fill="#fff" stroke="#fff" stroke-width="10" d="M190.18 213.54a7.6 7.6 0 0 1-6.74 3.09 8 8 0 0 1-1.5-.32 8 8 0 0 1-1.93-.97 8 8 0 0 1-1.67-1.56 9 9 0 0 1-.9-1.37l-8.84-14.2-8.83 14.2a7.8 7.8 0 0 1-6.78 4.26 7.7 7.7 0 0 1-6.75-4.32l-38.63-56.29a9 9 0 0 1-2.05-5.8c0-4.75 3.48-8.6 7.78-8.6a7.7 7.7 0 0 1 6.6 4.05l32.62 48.19 9.18-14.95a7.7 7.7 0 0 1 6.83-4.47c2.7 0 5.08 1.52 6.48 3.82l9.47 15.54 51.16-73.26a7.6 7.6 0 0 1 6.53-3.91c4.3 0 7.79 3.84 7.79 8.59a9 9 0 0 1-1.77 5.45l-58.05 82.83Z"/></svg>

After

Width:  |  Height:  |  Size: 753 B