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="m20.687 13.882-7.554 5.31a2 2 0 0 1-2.3 0l-7.553-5.31a.665.665 0 0 1-.247-.333.643.643 0 0 1 .002-.41l.997-2.988 1.994-5.936a.332.332 0 0 1 .09-.126.358.358 0 0 1 .474 0 .33.33 0 0 1 .09.142L8.214 8.79a2 2 0 0 0 1.895 1.361h3.745a2 2 0 0 0 1.896-1.363l1.536-4.573a.333.333 0 0 1 .09-.126.358.358 0 0 1 .474 0 .33.33 0 0 1 .09.142l1.994 5.936 1.038 2.972a.643.643 0 0 1-.016.418.67.67 0 0 1-.27.325Z" /></svg>;
export default SvgComponent;