@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 1.7 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 IconPaymentNationwide = {
name: 'IconPaymentNationwide',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--nationwide', 'IconPaymentNationwide');
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: 'M16.62 8.513V4.22H11.7v1.862h-1.676v.775a5.152 5.152 0 0 0-.388-.016c-2.82 0-5.116 2.316-5.116 5.162 0 1.668.931 3.236 2.491 4.199l.248.152v3.426h9.359v-1.872h2.864v-6.504l-2.862-2.89Z',
},
}), h('path', {
attrs: {
fill: '#004890',
d: 'M15.17 15.698h.79V14.13h-.79v1.568Zm-3.357 2.678H8.72v-2.34h3.093v2.34Zm4.135-9.622V4.818h-3.47v1.91H10.76v.937a4.456 4.456 0 0 0-1.182-.16c-2.467 0-4.459 2.015-4.459 4.497 0 1.528.926 2.856 2.178 3.628l2.791-4.437h3.884a4.497 4.497 0 0 0-2.415-3.221v-.44h1.717v-1.91h1.879V12h2.936v4.459h-2.936v1.919h-2.543v-2.371l2.543-4.007h-4.628l-2.6 4.131v3.052h8.024v-1.918h2.935v-5.546L15.95 8.754Z',
},
})]);
},
};
exports.default = IconPaymentNationwide;