UNPKG

@justeattakeaway/pie-icons-vue

Version:
83 lines (78 loc) 3 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 IconPaymentHalifax = { name: 'IconPaymentHalifax', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--halifax', 'IconPaymentHalifax'); 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: '#005D9D', d: 'M2.5 5.96h6.94l3.495 3.633h-6.6L2.5 5.96Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M12.396 8.171 14.56 5.96h6.94l-3.835 3.633h-3.902l-1.367-1.422Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'm13.763 14.393-1.367 1.422 2.164 2.211h6.94l-3.835-3.633h-3.902Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M12.935 14.393h-6.6l-3.833 3.631 6.938.002 3.495-3.633Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M3.385 11.683h1.19v-1.41h.817v3.44h-.816V12.41h-1.19v1.305h-.813v-3.442h.812v1.411Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M9.18 10.272h.816v2.716h1.268v.726H9.18v-3.442Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M11.642 13.714h.827v-3.442h-.827v3.442Z', }, }), h('path', { attrs: { fill: '#005D9D', d: 'M15.29 10.998h-1.539v.685h1.275v.726h-1.275v1.305h-.816v-3.442h2.355v.726Z', }, }), h('path', { attrs: { fill: '#005D9D', 'fill-rule': 'evenodd', d: 'm6.84 10.272-1.183 3.442h.84l.2-.626h1.179l.2.626h.84l-1.182-3.442h-.895Zm.074 2.137.372-1.164.372 1.164h-.744Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#005D9D', 'fill-rule': 'evenodd', d: 'M20.412 10.272h.926l-1.14 1.721 1.14 1.72h-.926l-.658-1.039-.659 1.04H17.46l-.2-.626h-1.18l-.2.626h-.839l1.183-3.442h.894l1.137 3.313 1.055-1.592-1.14-1.72h.926l.659 1.04.658-1.04Zm-3.743.973-.372 1.164h.744l-.372-1.164Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconPaymentHalifax;