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