UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (30 loc) 1.38 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconAlertTriangleFilled = { name: 'IconAlertTriangleFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--alertTriangleFilled', 'IconAlertTriangleFilled'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M2.592 13.813h10.815a1.496 1.496 0 0 0 1.287-.78 1.592 1.592 0 0 0 0-1.627l-5.408-8.68A1.505 1.505 0 0 0 8 2a1.505 1.505 0 0 0-1.286.744l-5.408 8.662a1.593 1.593 0 0 0-.044 1.61 1.495 1.495 0 0 0 1.33.796Zm4.752-7.657h1.312v2.625H7.344V6.156Zm1.53 4.375a.875.875 0 1 1-1.749 0 .875.875 0 0 1 1.75 0Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconAlertTriangleFilled;