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="m14.4 8.8-.242-.138A.774.774 0 0 0 13 9.333v5.334c0 .594.642.966 1.158.671l.242-.138 4.2-2.4a.921.921 0 0 0 0-1.6l-4.2-2.4ZM6.6 8l-.187-.117A.924.924 0 0 0 5 8.667v6.666a.924.924 0 0 0 1.413.784L6.6 16l4.8-3a1.18 1.18 0 0 0 0-2L6.6 8Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m14.4 8.8-.242-.138A.774.774 0 0 0 13 9.333v5.334c0 .594.642.966 1.158.671l.242-.138 4.2-2.4a.921.921 0 0 0 0-1.6l-4.2-2.4ZM6.6 8l-.187-.117A.924.924 0 0 0 5 8.667v6.666a.924.924 0 0 0 1.413.784L6.6 16l4.8-3a1.18 1.18 0 0 0 0-2L6.6 8Z" /></svg>;
export default SvgComponent;