import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M6.72951 12.799C6.29483 12.4434 6.29483 11.7788 6.72951 11.4231L16.6591 3.29889C17.2395 2.82403 18.1109 3.23696 18.1109 3.98685L18.1109 20.2353C18.1109 20.9852 17.2395 21.3981 16.6591 20.9233L6.72951 12.799Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);