import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const PenAlt: m.Component<SVGAttributes>;
export default PenAlt;
