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="M12 4a9 9 0 0 0-6.19 15.534c.333.315.783.466 1.24.466h9.9c.457 0 .907-.151 1.24-.466A9 9 0 0 0 12 4Z" /><path d="M14 13a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM13.5 11.5 16 9" /></svg>;
export default SvgComponent;