forked from quoid/userscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogoIcon.svelte
More file actions
14 lines (12 loc) · 1.01 KB
/
Copy pathLogoIcon.svelte
File metadata and controls
14 lines (12 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svelte:options runes={true} />
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 525 519">
<path
fill-rule="evenodd"
d="M144.586 416.295c-6.418 0-12.835-2.407-17.647-7.221L6.618 280.693c-8.824-9.629-8.824-23.269 0-32.898l120.32-128.38c8.824-9.629 24.065-10.431 33.69-1.605 9.626 8.826 10.428 24.071 1.605 33.7l-.803.802L56.35 264.645 161.43 376.98c8.824 9.628 8.824 24.873-.802 33.7-4.812 4.012-10.427 6.419-16.042 6.419zm235.828 0c-13.636 0-24.064-10.43-24.064-24.071 0-6.42 2.407-12.036 6.417-16.048l105.08-112.333-105.08-112.333c-8.823-9.629-8.021-24.874 1.605-33.7 9.625-8.826 24.866-8.024 33.69.802l120.32 128.381c8.824 9.629 8.824 23.27 0 32.898l-120.32 128.38c-4.813 4.815-11.23 8.024-17.648 8.024M214.372 519c-1.605 0-3.209 0-4.813-.802-12.834-2.408-21.658-15.246-18.45-28.084l96.257-470.997C289.773 6.28 302.607-2.547 315.441.662s21.658 15.246 18.45 28.084l-96.257 470.997C236.029 510.976 225.602 519 214.372 519"
/>
</svg>
<style>
path {
fill: light-dark(var(--color-black), var(--color-white));
}
</style>