import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M21.4991 4.83842L13.8374 12.5001L21.5 20.1626L20.1626 21.5001L12.5 13.8375L4.83744 21.5001L3.5 20.1626L11.1626 12.5001L3.50092 4.83842L4.83836 3.50098L12.5 11.1626L20.1616 3.50098L21.4991 4.83842Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);