blob: a43e90b9a3a23cd9d0876d11343b74d56423ea2a (
plain)
1
2
3
4
5
6
7
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brightness-3" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M12 3.515l2.485 2.485h3.515v3.515l2.485 2.485l-2.485 2.485v3.515h-3.515l-2.485 2.485l-2.485 -2.485h-3.515v-3.515l-2.485 -2.485l2.485 -2.485v-3.515h3.515l2.485 -2.485z" />
<circle cx="12" cy="12" r="3" />
</svg>
|