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.84l-4.22-9.107A.273.273 0 0 0 16 9l-1.864 2.485a1.274 1.274 0 0 1-2.11-.109 1.274 1.274 0 0 0-1.495-.553L7 12a1.507 1.507 0 0 0-.748.698l-2.76 5.39C2.81 19.42 3.775 21 5.271 21Z" opacity={0.1} stroke="none" fill="currentColor" /><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;