updating web to be compatible with main
This commit is contained in:
9
pkg/web/components/icons.templ
Normal file
9
pkg/web/components/icons.templ
Normal file
@@ -0,0 +1,9 @@
|
||||
package components
|
||||
|
||||
templ IconBell(){
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"/><path d="M13.73 21a2 2 0 0 1-3.46 0"/></svg>
|
||||
}
|
||||
|
||||
templ IconUser(){
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>
|
||||
}
|
||||
Reference in New Issue
Block a user