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="M13 3H7.766A2 2 0 0 0 5.78 4.752L4.124 18.008A.883.883 0 0 0 5 19h1.306a2 2 0 0 0 1.973-1.671l.557-3.343A1.18 1.18 0 0 1 10 13h3c6 0 6-10 0-10Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M13 3H7.766A2 2 0 0 0 5.78 4.752L4.124 18.008A.883.883 0 0 0 5 19h1.306a2 2 0 0 0 1.973-1.671l.557-3.343A1.18 1.18 0 0 1 10 13h3c6 0 6-10 0-10Z" /><path d="m7.323 18.738-.182 1.272c-.074.522.331.99.859.99h1.438a2 2 0 0 0 1.94-1.515l.38-1.515A1.28 1.28 0 0 1 13 17h3c5.393 0 5.939-8.079 1.637-9.714" /></svg>;
export default SvgComponent;