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 16 3.499-4.199a1.533 1.533 0 0 1 2.55.296 1.534 1.534 0 0 0 2.455.399L18.5 8.5" /><path d="M14 8h4.672c.181 0 .328.147.328.328V13" /></svg>;
export default SvgComponent;