mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 07:29:32 +00:00
c3110d3dce
This PR renames the `BellBadged` icon to `BellDot` to be a bit clearer as to what its contents are. Release Notes: - N/A
5 lines
370 B
XML
5 lines
370 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-bell">
|
|
<path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"/>
|
|
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0"/>
|
|
<circle cx="19" cy="19" r="4" fill="white"/>
|
|
</svg>
|