
Project Management App
A project management dashboard displaying tasks with their status, client, assignee, creation date, and deadline.
React18 + TSMantineCSS Modules
import * as React from "react";
import type { SVGProps } from "react";
const Component = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13.333 13.386" {...props}><g xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.333 2.008h-.666V.67A.668.668 0 0 0 9.529.196a.67.67 0 0 0-.196.473v1.34H4V.668A.668.668 0 0 0 2.862.196a.67.67 0 0 0-.195.473v1.34H2c-.53 0-1.04.21-1.414.587A2 2 0 0 0 0 4.016v.67h13.333v-.67a2 2 0 0 0-.585-1.42 2 2 0 0 0-1.415-.588M0 11.378c0 .533.21 1.043.586 1.42.375.376.884.588 1.414.588h9.333c.53 0 1.04-.212 1.414-.588.376-.377.586-.887.586-1.42V6.024H0z" /></g></svg>;
export default Component;
Read-onlySetting up preview
Please wait while we set everything up