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="M4 15.83V8c0-.309.167-.594.436-.745l.015-.009 7.167-4.031.055-.03a.668.668 0 0 1 .654 0L19.61 7.28c.241.135.39.39.39.666v7.883c0 .282-.15.543-.393.687l-7.228 4.26a.747.747 0 0 1-.758 0l-7.228-4.26A.798.798 0 0 1 4 15.829ZM12 21v-9M12 12 4 7.5M20 7.5 12 12" /><path d="M4 15.83c0 .282.15.543.393.687l7.228 4.26a.747.747 0 0 0 .758 0l7.228-4.26a.798.798 0 0 0 .393-.688V7.947a.769.769 0 0 0-.015-.151l-7.862 4.422h-.246L4.024 7.8A.855.855 0 0 0 4 8v7.83Z" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;