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="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" opacity={0.1} stroke="none" fill="currentColor" /><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;