@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
54 lines (49 loc) • 1.65 kB
JavaScript
'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 IconPaymentHsbc = {
name: 'IconPaymentHsbc',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--hsbc', 'IconPaymentHsbc');
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: '#fff',
d: 'M7.01 6.88h9.993v10.224H7.009V6.88Z',
},
}), h('path', {
attrs: {
fill: '#DB0011',
d: 'M17.003 17.116V6.88L22 12.005l-4.997 5.11Z',
},
}), h('path', {
attrs: {
fill: '#DB0011',
d: 'M7.01 6.88h9.993l-4.996 5.125L7.009 6.88Z',
},
}), h('path', {
attrs: {
fill: '#DB0011',
d: 'M7.01 6.88v10.236L2 12.005 7.01 6.88Z',
},
}), h('path', {
attrs: {
fill: '#DB0011',
d: 'M17.003 17.116H7.009l4.998-5.111 4.996 5.11Z',
},
})]);
},
};
exports.default = IconPaymentHsbc;