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