@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.29 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 IconPaymentKlarna = {
name: 'IconPaymentKlarna',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--klarna', 'IconPaymentKlarna');
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: '#ffb3c7',
d: 'M19.964 7.507H4.05c-1.044 0-1.891.798-1.891 1.783v6.746c0 .985.847 1.783 1.891 1.783h15.913c1.044 0 1.89-.798 1.89-1.783V9.29c0-.985-.846-1.783-1.89-1.783',
},
}), h('path', {
attrs: {
fill: '#0a0b09',
'fill-rule': 'evenodd',
d: 'M20.01 13.56a.456.456 0 0 0-.466.443c0 .245.209.444.467.444a.456.456 0 0 0 .466-.444.456.456 0 0 0-.466-.444m-1.535-.344c0-.335-.301-.607-.673-.607s-.674.272-.674.607c0 .336.302.608.674.608s.674-.272.674-.608m.003-1.18h.743v2.36h-.743v-.15a1.35 1.35 0 0 1-.737.216c-.723 0-1.31-.558-1.31-1.246s.587-1.246 1.31-1.246c.274 0 .527.08.737.217zm-5.949.307v-.307h-.76v2.36h.762v-1.102c0-.372.424-.572.718-.572h.009v-.686c-.302 0-.58.123-.729.307m-1.896.873c0-.335-.301-.607-.673-.607s-.674.272-.674.607c0 .336.302.608.674.608s.673-.272.673-.608m.003-1.18h.743v2.36h-.743v-.15c-.21.136-.464.216-.737.216-.723 0-1.31-.558-1.31-1.246s.587-1.246 1.31-1.246c.274 0 .527.08.737.217zm4.474-.064c-.297 0-.578.088-.766.33v-.266h-.74v2.36h.75v-1.24c0-.36.253-.535.557-.535.327 0 .515.186.515.53v1.246h.742v-1.502c0-.55-.459-.923-1.058-.923m-7.604 2.425h.778v-3.414h-.778zm-3.418 0h.824v-3.414h-.824zm2.882-3.414a2.65 2.65 0 0 1-.843 1.938l1.139 1.477H6.248l-1.237-1.605.32-.228a1.93 1.93 0 0 0 .833-1.582z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentKlarna;