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="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" /><path d="M15 17H9.22c-.054 0-.073-.076-.025-.103C9.896 16.511 11 15.727 11 15V8.875c0-2.5 4-2.5 4 0M9 11h4M9 14h4" /></svg>;
export default SvgComponent;