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="m9.6 8.8.242-.138A.774.774 0 0 1 11 9.333v5.334a.774.774 0 0 1-1.158.671L9.6 15.2l-4.2-2.4a.921.921 0 0 1 0-1.6l4.2-2.4ZM17.4 8l.187-.117A.924.924 0 0 1 19 8.667v6.666a.924.924 0 0 1-1.413.784L17.4 16l-4.8-3a1.18 1.18 0 0 1 0-2l4.8-3Z" /></svg>;
export default SvgComponent;