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 fillRule="evenodd" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18ZM11 7.75h2.5c.808 0 1.437.27 1.864.698.425.425.636.99.636 1.552a2.19 2.19 0 0 1-.636 1.552c-.427.427-1.056.698-1.864.698h-2.25v2.5H15a.25.25 0 1 1 0 .5h-3.75V17a.25.25 0 1 1-.5 0v-1.75H9a.25.25 0 1 1 0-.5h1.75v-2.5H9a.25.25 0 1 1 0-.5h1.75V8a.25.25 0 0 1 .25-.25Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M11 8v9M9 15h6M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path d="M11 8h2.5c3 0 3 4 0 4H9" /></svg>;
export default SvgComponent;