import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path d="M10 11a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" /><path fillRule="evenodd" d="M12 2a9 9 0 0 0-9 9c0 2.704 1.409 5.055 2.976 6.847 1.579 1.805 3.421 3.16 4.518 3.89.917.61 2.095.61 3.012 0 1.097-.73 2.94-2.085 4.518-3.89C19.591 16.055 21 13.704 21 11a9 9 0 0 0-9-9Zm0 5a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" clipRule="evenodd" /></svg>;
export default SvgComponent;