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="M9 6a1 1 0 0 0 0 2c.065 0 .296.041.516.28.207.223.484.708.484 1.72H9a1 1 0 1 0 0 2h1v2.5c0 .983.334 1.81.918 2.395A2.939 2.939 0 0 0 13 17.75c.747 0 1.507-.28 2.082-.855.584-.585.918-1.412.918-2.395a1 1 0 1 0-2 0c0 .517-.166.815-.332.98a.94.94 0 0 1-.668.27.94.94 0 0 1-.668-.27c-.166-.165-.332-.463-.332-.98V12h3a1 1 0 1 0 0-2h-3c0-1.388-.39-2.403-1.016-3.08C10.37 6.26 9.602 6 9 6Zm-7 6C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clipRule="evenodd" /></svg>;
export default SvgComponent;