@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 1.93 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 IconPaymentN26 = {
name: 'IconPaymentN26',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--n26', 'IconPaymentN26');
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: '#000',
d: 'M7.534 8.624v4.619c0 .409.01.656.03.894h-.02a5.277 5.277 0 0 0-.403-.822l-2.8-4.69h-1.28v6.75h.998v-4.618c0-.41-.01-.656-.03-.894h.021c.102.272.223.51.403.82l2.799 4.693h1.266V8.624h-.984Zm11.373 2.26c-.825 0-1.414.372-1.712.923 0-1.302.465-2.436 1.57-2.436.703 0 .982.394 1.13 1.041l1.024-.2c-.24-1.116-.968-1.659-2.146-1.659-1.481 0-2.59 1.11-2.59 3.596 0 2.207.925 3.298 2.517 3.298 1.315 0 2.3-.876 2.3-2.32 0-1.129-.616-2.243-2.093-2.243Zm-.205 3.747c-.816 0-1.382-.732-1.48-1.703.249-.829.798-1.242 1.448-1.242.836 0 1.308.602 1.308 1.458 0 .92-.538 1.487-1.276 1.487Zm-7.043-.13c.521-.351 1.268-.935 1.6-1.259.376-.367 1.448-1.312 1.448-2.66 0-1.392-.93-2.03-2.187-2.03-1.525.001-2.278.917-2.278 1.964 0 .18.023.36.068.533l1.045.098a2.642 2.642 0 0 1-.068-.58c0-.784.532-1.16 1.198-1.16.65 0 1.13.356 1.13 1.21 0 .867-.435 1.459-1.097 2.106-.693.676-1.8 1.482-2.333 1.854v.799h4.6V14.5h-3.126ZM8.58 17.125V18H3v-.875h5.58ZM8.58 6v.875H3V6h5.58Z',
},
})]);
},
};
exports.default = IconPaymentN26;