import { CSSProperties } from "react"; export default function EditIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }