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 fillRule="evenodd" d="M10 10a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z" clipRule="evenodd" /><path fillRule="evenodd" d="M12 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm0 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" clipRule="evenodd" /><path d="m7.26 17.652-.56.748C5.588 19.883 6.646 22 8.5 22h7c1.854 0 2.913-2.117 1.8-3.6l-.56-.747A8.958 8.958 0 0 1 12 19a8.958 8.958 0 0 1-4.74-1.348Z" /></svg>;
export default SvgComponent;