add:badges

This commit is contained in:
kokopi-dev
2026-03-10 19:06:17 +09:00
parent 63699c2450
commit 313548cd99
9 changed files with 225 additions and 127 deletions

View File

@@ -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"