redoing paginated canvas requests

This commit is contained in:
2024-09-19 17:45:26 -06:00
parent 2ef7ec31b1
commit ab5dbed383
11 changed files with 161 additions and 146 deletions

View File

@@ -0,0 +1,15 @@
import React from "react";
export default function CheckIcon() {
return (
<svg className="h-6" viewBox="0 0 24 24" fill="none">
<path
d="M4 12.6111L8.92308 17.5L20 6.5"
stroke="green"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}