import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M2.76992 8.58895L4.541 6.81787L12.0002 14.2771L19.4594 6.81787L21.2305 8.58895L12.0002 17.8179L2.76992 8.58895Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);