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="M17 8A5 5 0 1 1 7 8a5 5 0 0 1 10 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17 8A5 5 0 1 1 7 8a5 5 0 0 1 10 0ZM3 21c.957-3.076 3.42-4 9-4s8.043.924 9 4" /></svg>;
export default SvgComponent;