mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
18 lines
621 B
Svelte
18 lines
621 B
Svelte
<svg
|
|
class="stroke-sspsBlue fill-transparent"
|
|
height="24"
|
|
width="24"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
><g stroke-linecap="round" stroke-linejoin="round"
|
|
><path
|
|
d="M17.935 19.5C13.535 23.9.1 10.465 4.5 6.065l1.232-1.232a2 2 0 0 1 3.14.405l.535.914a2 2 0 0 1-.071 2.131l-.363.535a1.5 1.5 0 0 0 .182 1.902l2.062 2.063 2.063 2.062a1.5 1.5 0 0 0 1.902.181l.535-.362a2 2 0 0 1 2.131-.07l.914.534a2 2 0 0 1 .404 3.14z"
|
|
stroke-width="2"
|
|
/><path d="M13 6.5l4-4m0 0h-2.5m2.5 0V5m4 1.5l-4 4m0 0h2.5m-2.5 0V8" stroke-width="1.5" /></g
|
|
></svg
|
|
>
|
|
|
|
<style>
|
|
svg {
|
|
@apply stroke-sspsBlue fill-transparent;
|
|
}
|
|
</style>
|