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