This commit is contained in:
2026-05-25 16:31:39 -04:00
parent bec8cbf269
commit e6b07ddf1d
9 changed files with 695 additions and 209 deletions

View File

@@ -15,8 +15,11 @@ function CheckIcon() {
class="flex-shrink-0"
>
<path
d="M7.5 12L4 8.5L5.1 7.4L7.5 9.8L12.4 4.9L13.5 6L7.5 12Z"
fill="var(--color-success)"
d="M4 9l3 3 7-7"
stroke="var(--color-success)"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
);