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="M12 11a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" clipRule="evenodd" /><path fillRule="evenodd" d="M22 9.504v6.562c0 .886 0 1.65-.082 2.262-.089.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.794.797-.611.082-1.375.082-2.262.082H6.934c-.887 0-1.65 0-2.262-.082-.656-.088-1.284-.287-1.794-.797s-.708-1.138-.796-1.793C2 17.716 2 16.952 2 16.066V9.504c0-.461-.001-.859.084-1.21a3 3 0 0 1 2.209-2.21C4.645 6 5.043 6 5.503 6h.102c.346 0 .416-.003.473-.011a1 1 0 0 0 .592-.317c.038-.042.079-.099.271-.387l.227-.34.068-.102c.327-.493.616-.928 1.027-1.238a3 3 0 0 1 .817-.437c.485-.17 1.008-.169 1.6-.168H13.32c.592 0 1.114-.002 1.6.168a3 3 0 0 1 .817.437c.41.31.699.745 1.027 1.238l.068.102.226.34c.192.288.233.345.271.387a1 1 0 0 0 .593.317c.056.008.126.011.472.011h.102c.46 0 .858 0 1.21.084a3 3 0 0 1 2.21 2.21c.084.351.084.749.084 1.21ZM8 13a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;