import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M11.312 17.1592C11.6677 17.5938 12.3323 17.5938 12.688 17.1592L20.8122 7.22954C21.2871 6.64916 20.8741 5.77778 20.1242 5.77778H3.87577C3.12588 5.77778 2.71295 6.64916 3.18781 7.22954L11.312 17.1592Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);