import React from "react"; import styles from "./Icon.module.css"; export const FileUploadIcon = (props: React.SVGProps) => { return ( ); };