mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
redoing paginated canvas requests
This commit is contained in:
15
nextjs/src/components/icons/CheckIcon.tsx
Normal file
15
nextjs/src/components/icons/CheckIcon.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user