diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-skype.svg | 7 | ||||
-rw-r--r-- | src/_icons/brand-spotify.svg | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/_icons/brand-skype.svg b/src/_icons/brand-skype.svg new file mode 100644 index 0000000..6a2a916 --- /dev/null +++ b/src/_icons/brand-skype.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- +<svg> + <path d="M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z" /> + <path d="M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -.997 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5" /> +</svg> diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg new file mode 100644 index 0000000..7650e6c --- /dev/null +++ b/src/_icons/brand-spotify.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M8 11.973c2.5-1.473 5.5-.973 7.5.527" /> + <path d="M9 15c1.5-1 4-1 5 .5" /> + <path d="M7 9c2-1 6-2 10 .5" /> +</svg> |