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