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="M10.775 22h2.45a2 2 0 0 0 1.898-2.633L13.332 14c-.427-1.281-2.24-1.281-2.666 0l-1.79 5.367A2 2 0 0 0 10.775 22Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M13 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 11a4.243 4.243 0 0 0 0-6M8 11a4.243 4.243 0 0 1 0-6M19 13a7.071 7.071 0 0 0 0-10M5 13A7.071 7.071 0 0 1 5 3M10.775 22h2.45a2 2 0 0 0 1.898-2.633L13.332 14c-.427-1.281-2.24-1.281-2.666 0l-1.79 5.367A2 2 0 0 0 10.775 22Z" /></svg>;
export default SvgComponent;