import React from "react"; import type { Props } from "./types"; export const AssignmentClipboardIcon: React.FC = ({ width = "24", height = "24", color = "#858E96", className }) => ( );