import { SVGProps } from "react";
declare const SvgPencil3: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgPencil3;
