import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M17.1592 12.688C17.5938 12.3323 17.5938 11.6677 17.1592 11.312L7.22954 3.18781C6.64916 2.71295 5.77778 3.12588 5.77778 3.87577L5.77778 20.1242C5.77778 20.8741 6.64916 21.287 7.22954 20.8122L17.1592 12.688Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);