diff --git a/src/components/Icons/NotFoundIcon/NotFoundIcon.tsx b/src/components/Icons/NotFoundIcon/NotFoundIcon.tsx new file mode 100644 index 0000000..c539230 --- /dev/null +++ b/src/components/Icons/NotFoundIcon/NotFoundIcon.tsx @@ -0,0 +1,31 @@ +import React from "react"; + +export interface props { + size: number; + color: string; +} +export default function NotFoundIcon(props: props) { + return ( +
Ivy - Inventory Manager
-Error 404: Page Not Found
+Could not find the requested page