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