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 19h12M16.558 16H7.442a2 2 0 0 1-1.898-1.367L3.707 9.12C3.447 8.338 4.262 7.631 5 8l.71.355a2 2 0 0 0 2.31-.374l2.566-2.567a2 2 0 0 1 2.828 0l2.567 2.567a2 2 0 0 0 2.308.374L19 8c.738-.369 1.554.338 1.293 1.121l-1.837 5.511A2 2 0 0 1 16.558 16Z" /></svg>;
export default SvgComponent;