release 0.3.4
This commit is contained in:
18
apps/web/ui/shared/icons/checked.tsx
Normal file
18
apps/web/ui/shared/icons/checked.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
export default function Checked() {
|
||||
return (
|
||||
<svg
|
||||
className="text-2xs mr-2 rounded-full bg-green-500 p-1 text-white"
|
||||
fill="none"
|
||||
width="19"
|
||||
height="19"
|
||||
stroke="currentColor"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
strokeWidth="2"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<polyline points="20 6 9 17 4 12" />
|
||||
</svg>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user