@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
60 lines (57 loc) • 1.89 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPaymentNatwest = {
name: 'IconPaymentNatwest',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--natwest', 'IconPaymentNatwest');
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: '#471563',
d: 'M21 12c0 8.347-.653 9-9 9s-9-.653-9-9 .653-9 9-9 9 .653 9 9',
},
}), h('path', {
attrs: {
fill: '#e3000a',
d: 'M14.691 13.978H11.11l1.79 3.104h3.582z',
},
}), h('path', {
attrs: {
fill: '#c30203',
d: 'm16.479 10.88 1.79 3.101-1.79 3.102-1.79-3.103z',
},
}), h('path', {
attrs: {
fill: '#e3000a',
d: 'm9.316 13.978 1.79-3.1H7.524l-1.79 3.1v.001z',
},
}), h('path', {
attrs: {
fill: '#c30203',
d: 'M11.107 17.082H7.525L5.734 13.98v-.002h3.582z',
},
}), h('path', {
attrs: {
fill: '#e3000a',
d: 'M13.793 6.225H10.21l-1.79 3.1h3.582z',
},
}), h('path', {
attrs: {
fill: '#c30203',
d: 'm12.002 9.323 1.791 3.103 1.79-3.101-1.79-3.102z',
},
})]);
},
};
export { IconPaymentNatwest as default };