import { SVGProps } from 'react'; const PenIcon = (props: SVGProps) => { return ( ); }; export default PenIcon;