@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
50 lines (45 loc) • 1.77 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 IconPaymentStarling = {
name: 'IconPaymentStarling',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--starling', 'IconPaymentStarling');
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: '#6935D3',
'fill-rule': 'evenodd',
d: 'M12 20.99c-4.977 0-9-4.02-9-8.996A8.989 8.989 0 0 1 12 3c4.977 0 9 4.02 9 8.994a8.989 8.989 0 0 1-9 8.995Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#fff',
'fill-rule': 'evenodd',
d: 'M8.42 11.995v-.5a5.638 5.638 0 0 1 5.633-5.63h.5v2.041h-.5a3.594 3.594 0 0 0-3.59 3.59v.5H8.418Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#fff',
'fill-rule': 'evenodd',
d: 'M15.58 11.994v.5a5.639 5.639 0 0 1-5.633 5.63h-.5v-2.04h.5c1.98 0 3.59-1.611 3.59-3.59v-.5h2.044Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentStarling;