mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 21:41:50 +00:00
15 lines
522 B
Svelte
15 lines
522 B
Svelte
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"
|
|
><path
|
|
d="M19 21v-1.45c0-.977 0-1.465-.113-1.864a3 3 0 0 0-2.073-2.073c-.399-.113-.887-.113-1.864-.113h-6.9c-.977 0-1.465 0-1.864.113a3 3 0 0 0-2.073 2.073C4 18.085 4 18.573 4 19.55V21M16.2 7.06c0 2.245-1.88 4.065-4.2 4.065S7.8 9.305 7.8 7.06 9.68 2.996 12 2.996s4.2 1.82 4.2 4.064z"
|
|
stroke="currentColor"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="2"
|
|
/></svg
|
|
>
|
|
|
|
<style>
|
|
path {
|
|
@apply fill-current stroke-current;
|
|
}
|
|
</style>
|