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="M3 5.497c0-2.32 2.521-3.762 4.521-2.586l11.055 6.503c1.972 1.16 1.972 4.012 0 5.172L7.521 21.089C5.521 22.265 3 20.823 3 18.503V5.497Z" clipRule="evenodd" /></svg>;
export default SvgComponent;