@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
50 lines (47 loc) • 1.57 kB
JavaScript
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 IconPaymentHsbc = {
name: 'IconPaymentHsbc',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--hsbc', 'IconPaymentHsbc');
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: '#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',
},
})]);
},
};
export { IconPaymentHsbc as default };