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="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2ZM9.707 8.293a1 1 0 0 0-1.414 1.414L12.586 14H10a1 1 0 1 0 0 2h4.672c.733 0 1.328-.595 1.328-1.328V10a1 1 0 1 0-2 0v2.586L9.707 8.293Z" clipRule="evenodd" /></svg>;
export default SvgComponent;