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 2c-1.876 0-3.451.1-4.75.388-1.31.291-2.399.788-3.236 1.626-.838.837-1.335 1.926-1.626 3.236C2.099 8.55 2 10.124 2 12s.1 3.451.388 4.75c.291 1.31.788 2.399 1.626 3.236.837.838 1.926 1.335 3.236 1.626C8.55 21.901 10.124 22 12 22s3.451-.1 4.75-.388c1.31-.291 2.399-.788 3.236-1.626.838-.837 1.335-1.926 1.626-3.236.289-1.299.388-2.874.388-4.75s-.1-3.451-.388-4.75c-.291-1.31-.788-2.399-1.626-3.236-.837-.838-1.926-1.335-3.236-1.626C15.45 2.099 13.876 2 12 2Zm0 4a1 1 0 0 1 1 1v.095c.595.117 1.072.33 1.436.554.271.168.475.339.617.476.12.117.187.194.25.28h.001a1 1 0 0 1-1.595 1.206c-.027-.03-.236-.272-.709-.446V11.1c1.595.338 2.625 1.485 2.625 2.899s-1.03 2.56-2.625 2.899V17a1 1 0 1 1-2 0v-.115a4.855 4.855 0 0 1-1.309-.517 4.25 4.25 0 0 1-.898-.66 1 1 0 0 1 1.409-1.42c.017.016.341.307.798.501v-1.89C9.405 12.56 8.375 11.414 8.375 10S9.405 7.44 11 7.101V7a1 1 0 0 1 1-1Z" 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;