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="M5.605 11.442c.188 1.692.282 2.538.851 3.048.57.51 1.421.51 3.124.51h5.247c1.173 0 1.76 0 2.236-.287.476-.286.75-.805 1.3-1.841l2.467-4.663A1.505 1.505 0 0 0 19.5 6H9.469c-2.086 0-3.128 0-3.725.666-.596.666-.48 1.703-.25 3.776l.11 1Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M5.605 11.442c.188 1.692.282 2.538.851 3.048.57.51 1.421.51 3.124.51h5.247c1.173 0 1.76 0 2.236-.287.476-.286.75-.805 1.3-1.841l2.467-4.663A1.505 1.505 0 0 0 19.5 6H9.469c-2.086 0-3.128 0-3.725.666-.596.666-.48 1.703-.25 3.776l.11 1Z" /><path d="M3 3h.5c.664 0 1.222.5 1.296 1.16l.76 6.84M9 19.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM18 19.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" /></svg>;
export default SvgComponent;