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 2Zm2.293 6.293a1 1 0 1 1 1.414 1.414L11.414 14H14a1 1 0 1 1 0 2H9.328A1.328 1.328 0 0 1 8 14.672V10a1 1 0 0 1 2 0v2.586l4.293-4.293Z" clipRule="evenodd" /></svg>;
export default SvgComponent;