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="M6 9a6 6 0 1 1 12 0A6 6 0 0 1 6 9Z" clipRule="evenodd" /><path d="m7.11 14.009-.964 2.89c-.859 2.578 1.877 4.878 4.269 3.59l1.111-.598a1 1 0 0 1 .948 0l1.112.599c2.392 1.288 5.127-1.013 4.268-3.59l-.963-2.892A6.977 6.977 0 0 1 12 16a6.977 6.977 0 0 1-4.89-1.991Z" /></svg>;
export default SvgComponent;