add:badges
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
package icons
|
||||
|
||||
templ Ban(className string) {
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
class={ className }
|
||||
>
|
||||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<path d="M4.929 4.929 19.07 19.071"></path>
|
||||
</svg>
|
||||
}
|
||||
|
||||
templ ArrowUpRight(className string) {
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user