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="M13 7a1 1 0 1 0-2 0v.101C9.405 7.44 8.375 8.586 8.375 10s1.03 2.56 2.625 2.899v1.89a3.089 3.089 0 0 1-.799-.502 1 1 0 0 0-1.408 1.42c.262.262.578.478.898.661.34.195.784.396 1.309.517V17a1 1 0 1 0 2 0v-.101c1.595-.338 2.625-1.485 2.625-2.899s-1.03-2.56-2.625-2.899V9.165c.473.174.682.416.709.446a1 1 0 0 0 1.595-1.205v-.001a2.147 2.147 0 0 0-.251-.28 3.625 3.625 0 0 0-.617-.476A4.307 4.307 0 0 0 13 7.095V7ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clipRule="evenodd" /><path fillRule="evenodd" d="M13.125 13.246c-.057-.033-.125.01-.125.076v1.356c0 .066.068.11.125.076.395-.23.5-.564.5-.754 0-.19-.105-.525-.5-.754ZM11 9.34c0-.075-.077-.124-.14-.085-.383.229-.485.558-.485.745 0 .188.102.516.485.745.063.039.14-.01.14-.085V9.34Z" clipRule="evenodd" /></svg>;
export default SvgComponent;