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="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm8.507-5.347c.513-1.386 2.473-1.386 2.986 0l.628 1.694a1 1 0 0 0 .938.653h1.468c1.434 0 2.153 1.734 1.139 2.749l-1.535 1.534a1 1 0 0 0-.274.904l.37 1.845c.267 1.34-1.194 2.355-2.356 1.636l-1.345-.833a1 1 0 0 0-1.052 0l-1.345.832c-1.162.72-2.623-.294-2.355-1.635l.369-1.845a1 1 0 0 0-.274-.903l-1.576-1.577C5.293 10.708 6 9 7.414 9h1.527a1 1 0 0 0 .938-.653l.628-1.694Z" clipRule="evenodd" /></svg>;
export default SvgComponent;