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="M4.51 10.434c.233-1.637.35-2.456.914-2.945C5.988 7 6.815 7 8.47 7h7.061c1.655 0 2.482 0 3.046.49.564.488.68 1.307.915 2.944l.857 6c.303 2.125.455 3.187-.143 3.876-.598.69-1.671.69-3.817.69H7.612c-2.146 0-3.219 0-3.817-.69-.598-.69-.446-1.751-.143-3.876l.857-6Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M4.51 10.434c.233-1.637.35-2.456.914-2.945C5.988 7 6.815 7 8.47 7h7.061c1.655 0 2.482 0 3.046.49.564.488.68 1.307.915 2.944l.857 6c.303 2.125.455 3.187-.143 3.876-.598.69-1.671.69-3.817.69H7.612c-2.146 0-3.219 0-3.817-.69-.598-.69-.446-1.751-.143-3.876l.857-6Z" /><path d="M9 11V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6" /></svg>;
export default SvgComponent;