UNPKG

@justeattakeaway/pie-icons-vue

Version:
34 lines (29 loc) 1.11 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 IconPaymentWise = { name: 'IconPaymentWise', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--wise', 'IconPaymentWise'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 24 24', }, }, ctx.data]), [h('path', { attrs: { fill: '#163300', d: 'M7.877 8.607 3.05 14.274h8.64l.98-2.659H8.961l2.273-2.623v-.07L9.766 6.403h6.611L11.235 20.5h3.498l6.191-17H4.94l2.938 5.107Z', }, })]); }, }; exports.default = IconPaymentWise;