@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.51 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconPaymentChase = {
name: 'IconPaymentChase',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chase', 'IconPaymentChase');
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: '#117aca',
d: 'M9.44 3a.635.635 0 0 0-.635.635v4.456h11.77L15.214 3z',
},
}), h('path', {
attrs: {
fill: '#117aca',
d: 'M21.005 9.439a.633.633 0 0 0-.636-.635h-4.454v11.77l5.088-5.362z',
},
}), h('path', {
attrs: {
fill: '#117aca',
d: 'M14.565 21c.35 0 .635-.285.635-.637V15.91H3.43L8.79 21z',
},
}), h('path', {
attrs: {
fill: '#117aca',
d: 'M3 14.562c0 .351.284.637.637.637H8.09V3.43L3 8.789z',
},
})]);
},
};
exports.default = IconPaymentChase;