UNPKG

@justeattakeaway/pie-icons-vue

Version:
64 lines (59 loc) 2.07 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 IconPaymentNatwest = { name: 'IconPaymentNatwest', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--natwest', 'IconPaymentNatwest'); 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: '#471563', d: 'M21 12c0 8.347-.653 9-9 9s-9-.653-9-9 .653-9 9-9 9 .653 9 9Z', }, }), h('path', { attrs: { fill: '#E3000A', d: 'M14.691 13.978H11.11l1.79 3.104h3.582l-1.79-3.104Z', }, }), h('path', { attrs: { fill: '#C30203', d: 'm16.479 10.88 1.79 3.101-1.79 3.102-1.79-3.103 1.79-3.1Z', }, }), h('path', { attrs: { fill: '#E3000A', d: 'm9.316 13.978 1.79-3.1H7.524l-1.79 3.1v.001h3.582Z', }, }), h('path', { attrs: { fill: '#C30203', d: 'M11.107 17.082H7.525L5.734 13.98v-.002h3.582l1.79 3.104Z', }, }), h('path', { attrs: { fill: '#E3000A', d: 'M13.793 6.225H10.21l-1.79 3.1h3.582l1.79-3.1Z', }, }), h('path', { attrs: { fill: '#C30203', d: 'm12.002 9.323 1.791 3.103 1.79-3.101-1.79-3.102-1.791 3.1Z', }, })]); }, }; exports.default = IconPaymentNatwest;