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="M5.271 21H18.87a2 2 0 0 0 1.814-2.84L14.225 4.221c-.701-1.512-2.835-1.554-3.595-.071L3.491 18.088C2.81 19.42 3.776 21 5.271 21Z" /><path d="m7 12 3.53-1.177a1.274 1.274 0 0 1 1.496.553 1.274 1.274 0 0 0 2.11.109L16 9" /></svg>;
export default SvgComponent;