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" /></svg>;
export default SvgComponent;