import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M21.7803 15.1465H5.22266L11.0664 20.9893L9.79492 22.2607L2.41699 14.8828L3.05273 13.3486H21.7803V15.1465ZM22.417 9.11719L21.7812 10.6514H3.05273V8.85352H19.6104L13.7676 3.01074L15.0391 1.73926L22.417 9.11719Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);