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 9A5 5 0 1 1 7 9a5 5 0 0 1 10 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17 9A5 5 0 1 1 7 9a5 5 0 0 1 10 0Z" /><path d="m8.5 13-1.405 4.216c-.573 1.718 1.25 3.252 2.845 2.393l1.112-.598a2 2 0 0 1 1.896 0l1.112.598c1.594.859 3.418-.675 2.845-2.393L15.5 13" /></svg>;
export default SvgComponent;