import { IconProps } from '../lib';
declare function PencilLine(props: IconProps): JSX.Element;
export default PencilLine;
