import { FC, SVGProps } from 'react'; declare const IconPencil: FC & { fill?: string }>; export default IconPencil;