@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
36 lines (31 loc) • 1.52 kB
JavaScript
;
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 IconPaymentDinersClub = {
name: 'IconPaymentDinersClub',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--dinersClub', 'IconPaymentDinersClub');
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: '#0079BE',
'fill-rule': 'evenodd',
d: 'M10.85 19h2.508c3.912 0 7.03-3.104 7.152-6.939v-.06c-.06-3.896-3.24-7.061-7.153-7h-2.812c-3.73.122-6.664 3.287-6.541 7.06 0 3.774 3.056 6.878 6.847 6.939Zm-5.624-7c0-3.165 2.63-5.782 5.808-5.782 3.18 0 5.808 2.617 5.808 5.782s-2.629 5.783-5.808 5.783S5.226 15.165 5.226 12Zm6.725 3.896v-7.73c2.14.548 3.485 2.678 2.935 4.808a3.972 3.972 0 0 1-2.935 2.922Zm-4.707-4.87a4 4 0 0 0 2.873 4.87v-7.73a4.012 4.012 0 0 0-2.873 2.86Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentDinersClub;