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="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /><path d="m10.9 8.8-.242-.138a.774.774 0 0 0-1.158.671v5.334c0 .594.642.966 1.158.671l.242-.138 4.2-2.4a.921.921 0 0 0 0-1.6l-4.2-2.4Z" /></svg>;
export default SvgComponent;