import { SVGProps } from 'react'; declare const SvgPencil: (props: SVGProps) => JSX.Element; export default SvgPencil;