UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.42 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconMealVoucher = { name: 'IconMealVoucher', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucher', 'IconMealVoucher'); 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: { d: 'M14.781 6.688v5.25a1.094 1.094 0 0 1-1.094 1.093H2.313a1.093 1.093 0 0 1-1.094-1.093v-5.25a1.094 1.094 0 0 1 1.094-1.094h1.312v1.312H2.531v4.813H13.47V6.906h-1.094V5.594h1.313a1.094 1.094 0 0 1 1.093 1.094m-5.11 1.04.517.115c0 .76-.053 1.426-.08 1.907h1.05c.08-1.444.176-4.375.062-6.405 0-.586-.158-.875-.411-1.015a.65.65 0 0 0-.508-.061.76.76 0 0 0-.42.35 7.88 7.88 0 0 0-.761 4.314.78.78 0 0 0 .551.796m-3.946-.997v3.02h1.05V6.73c.446-.13.875-.428.875-.927V2.26l-2.852.289v3.255c.034.49.48.787.927.927', }, })]); }, }; exports.default = IconMealVoucher;