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="M10 8a1 1 0 0 1 1-1h2.5c.983 0 1.81.334 2.395.918.574.575.855 1.335.855 2.082 0 .747-.28 1.507-.855 2.082-.585.584-1.412.918-2.395.918H12v1h3a1 1 0 1 1 0 2h-3v1a1 1 0 1 1-2 0v-1H9a1 1 0 1 1 0-2h1v-1H9a1 1 0 1 1 0-2h1V8Zm-8 4C2 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="M12 11V9h1.5c.517 0 .815.166.98.332a.94.94 0 0 1 .27.668.94.94 0 0 1-.27.668c-.165.166-.463.332-.98.332H12Z" clipRule="evenodd" /></svg>;
export default SvgComponent;