import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M21.3418 10.4473L20.4473 8.6582L12 12.8818L3.55273 8.6582L2.6582 10.4473L12 15.1182L21.3418 10.4473Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);