UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.44 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconAlertTriangle = { name: 'IconAlertTriangle', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--alertTriangle', 'IconAlertTriangle'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M8.656 6.156H7.343v2.625h1.313z', }, }), h('path', { attrs: { d: 'M8 11.406a.875.875 0 1 0 0-1.75.875.875 0 0 0 0 1.75', }, }), h('path', { attrs: { d: 'M13.407 13.813H2.592a1.5 1.5 0 0 1-1.33-.797 1.59 1.59 0 0 1 .044-1.61l5.407-8.662A1.5 1.5 0 0 1 8 2a1.5 1.5 0 0 1 1.286.726l5.407 8.68a1.6 1.6 0 0 1 0 1.628 1.5 1.5 0 0 1-1.286.778M8 3.313a.19.19 0 0 0-.175.104L2.417 12.09a.3.3 0 0 0 0 .297.2.2 0 0 0 .184.114h10.806a.2.2 0 0 0 .184-.114.3.3 0 0 0 0-.297L8.175 3.418A.19.19 0 0 0 8 3.312', }, })]); }, }; export { IconAlertTriangle as default };