UNPKG

@justeattakeaway/pie-icons-vue

Version:
36 lines (31 loc) 1.56 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 IconPaymentBankOfIrelandUk = { name: 'IconPaymentBankOfIrelandUk', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bankOfIrelandUk', 'IconPaymentBankOfIrelandUk'); 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: '#00f', 'fill-rule': 'evenodd', d: 'M20 4.94v1.817c0 2.165-7.753 1.966-7.914 4.051h-.171C11.765 8.723 4 8.925 4 6.758V4.94h.175c0 1.742 7.746 1.932 7.746 3.803h.17c0-1.871 7.75-2.06 7.75-3.803zm-.162 4.123c0 1.741-7.745 1.932-7.745 3.803h-.171c0-1.871-7.746-2.062-7.746-3.803h-.175v1.817c0 2.169 7.76 1.966 7.914 4.055h.171C12.244 12.846 20 13.045 20 10.88V9.063zm0 4.123c0 1.742-7.745 1.932-7.745 3.807h-.172c0-1.875-7.746-2.065-7.746-3.807H4v1.817c0 2.176 7.763 1.97 7.914 4.055h.171c.162-2.086 7.914-1.89 7.914-4.055v-1.817z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentBankOfIrelandUk;