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