import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M11.02 2.404a2 2 0 0 1 1.96 0l7 3.938A2 2 0 0 1 21 8.085v7.745c0 .636-.337 1.225-.885 1.548l-7.228 4.26a1.746 1.746 0 0 1-1.774 0l-7.228-4.26A1.798 1.798 0 0 1 3 15.83V8.085a2 2 0 0 1 1.02-1.743l7-3.938Zm-5.891 5.73a1 1 0 0 1 1.361-.38L12 10.852l5.51-3.1a1 1 0 0 1 .98 1.744L13 12.585V19a1 1 0 1 1-2 0v-6.415L5.51 9.497a1 1 0 0 1-.381-1.362Z" clipRule="evenodd" /></svg>;
export default SvgComponent;