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.033 21h11.934a2 2 0 0 0 1.838-2.788L19.285 17 18 14l-4.162-9.71c-.692-1.617-2.984-1.617-3.676 0L6 14l-1.286 3-.52 1.212A2 2 0 0 0 6.035 21ZM5 17h14M6 14h12" /></svg>;
export default SvgComponent;