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