UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (32 loc) 1.13 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconPaymentAbn = { name: 'IconPaymentAbn', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--abn', 'IconPaymentAbn'); return h('svg', _mergeJSXProps([{ 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', }, })]); }, }; export { IconPaymentAbn as default };