UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.21 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 IconPaymentAbn = { name: 'IconPaymentAbn', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--abn', 'IconPaymentAbn'); 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: '#ECB731', d: 'm18.371 13.783-6.169 5.887-.05-.125V7.772l6.186 5.887.033.124Z', }, }), h('path', { attrs: { fill: '#3B9F94', d: 'M6 4h12.371v9.783L12.202 7.93V19.67L6 13.783V4Z', }, })]); }, }; exports.default = IconPaymentAbn;