mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Compare commits
2 Commits
05fd6bbce8
...
94e71b14b5
| Author | SHA1 | Date | |
|---|---|---|---|
| 94e71b14b5 | |||
| 97af4a1288 |
@@ -524,6 +524,15 @@ export const svgs: iSVG[] = [
|
|||||||
brandUrl: "https://tailwindcss.com/brand",
|
brandUrl: "https://tailwindcss.com/brand",
|
||||||
url: "https://tailwindcss.com/",
|
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",
|
title: "Styled Components",
|
||||||
category: "Library",
|
category: "Library",
|
||||||
|
|||||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user