17 lines
533 B
XML
17 lines
533 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-activity-square">
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
stroke: #ffffff;
|
|
}
|
|
}
|
|
@media (prefers-color-scheme: light) {
|
|
:root {
|
|
stroke: #0369a1;
|
|
}
|
|
}
|
|
</style>
|
|
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
<path d="M17 12h-2l-2 5-2-10-2 5H7" />
|
|
</svg>
|