Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 813901b

Browse files
authored
changes notification center icon (#37)
1 parent 9df1c20 commit 813901b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/app/base/components/header/header.component.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,13 @@
8282
<div class="flex items-center justify-center">
8383
<a [routerLink]="['/notification-center']" class="flex mr-6 tooltip tooltip-left"
8484
data-tip="Notification center">
85-
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
86-
<path
87-
d="M10 2a6 6 0 00-6 6v3.586l-.707.707A1 1 0 004 14h12a1 1 0 00.707-1.707L16 11.586V8a6 6 0 00-6-6zM10 18a3 3 0 01-3-3h6a3 3 0 01-3 3z" />
88-
</svg>
85+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bell" width="24"
86+
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
87+
stroke-linecap="round" stroke-linejoin="round">
88+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
89+
<path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6"></path>
90+
<path d="M9 17v1a3 3 0 0 0 6 0v-1"></path>
91+
</svg>
8992
</a>
9093
</div>
9194
<div class="flex items-center justify-center">

0 commit comments

Comments
 (0)