import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M20.99 13c-.15 6.556-1.924 8-8.99 8-7.412 0-9-1.588-9-9 0-7.066 1.444-8.839 8-8.99M20.5 3.5 13 11M16 3h4.672c.181 0 .328.147.328.328V8" /></svg>;
export default SvgComponent;