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 2Zm4 12a1 1 0 1 1-2 0v-2.586l-4.293 4.293a1 1 0 0 1-1.414-1.414L12.586 10H10a1 1 0 0 1 0-2h4.672C15.405 8 16 8.595 16 9.328V14Z" clipRule="evenodd" /></svg>;
export default SvgComponent;