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="m6 8 3.499 4.199c.708.85 2.055.693 2.55-.296a1.534 1.534 0 0 1 2.455-.399L18.5 15.5" /><path d="M14 16h4.672a.328.328 0 0 0 .328-.328V11" /></svg>;
export default SvgComponent;