import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M8 8.5h5.5c2.5 0 2.5 3.5 0 3.5h-3M10.5 12h3c2.5 0 2.5 3.5 0 3.5H8M10 17V7M13 8.5V7M13 17v-1.5" /><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path fillRule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18ZM8 8.25a.25.25 0 0 0 0 .5h1.75v6.5H8a.25.25 0 1 0 0 .5h1.75V17a.25.25 0 1 0 .5 0v-1.25h2.5V17a.25.25 0 1 0 .5 0v-1.25h.25c.687 0 1.223-.242 1.587-.624.361-.38.538-.88.538-1.376 0-.496-.177-.997-.538-1.376A1.905 1.905 0 0 0 14.59 12c.191-.1.358-.227.498-.374.361-.38.538-.88.538-1.376 0-.496-.177-.997-.538-1.376-.364-.382-.9-.624-1.587-.624h-.25V7a.25.25 0 1 0-.5 0v1.25h-2.5V7a.25.25 0 1 0-.5 0v1.25H8Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;