import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M8.58895 2.76967L6.81787 4.54076L14.2771 11.9999L6.81787 19.4591L8.58895 21.2302L17.8179 11.9999L8.58895 2.76967Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);