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="M7 12a5 5 0 1 1 8.573 3.497c-.343.351-.626.77-.722 1.251L14.8 17H9.2l-.05-.252c-.097-.482-.38-.9-.723-1.25A4.984 4.984 0 0 1 7 12Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M12 7a5 5 0 0 0-3.573 8.497c.343.351.626.77.722 1.251l.53 2.644A2 2 0 0 0 11.638 21h.722a2 2 0 0 0 1.96-1.608l.53-2.644c.096-.482.379-.9.722-1.25A5 5 0 0 0 12 7ZM10 17h4" /></svg>;
export default SvgComponent;