@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
36 lines (31 loc) • 2.37 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconPaymentVanLanschot = {
name: 'IconPaymentVanLanschot',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--vanLanschot', 'IconPaymentVanLanschot');
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: '#00585a',
'fill-rule': 'evenodd',
d: 'm14.246 4.71-.644 1.24h-.282l.64-1.2h-.718v-.23h1zm-1.326.814a.457.457 0 0 1-.5.45.68.68 0 0 1-.546-.25l.176-.164a.47.47 0 0 0 .465.178.225.225 0 0 0 .157-.206c0-.142-.13-.222-.33-.222h-.116l-.04-.156.386-.414h-.618v-.22h.944v.188l-.4.4c.216.03.42.138.42.4zm-1.294-.814-.644 1.24H10.7l.64-1.2h-.716v-.23h1zm-1.44 1.24H9.94V4.766l-.26.072-.052-.2.384-.124h.174zM15.292 3H8.708s-.768 0-.768.668v16.664s0 .668.768.668h2.868v-3.05a.3.3 0 0 0 0-.056c-.016-.084-.012-.2-.068-.234-.096-.072-.2-.134-.294-.2a4.7 4.7 0 0 1-1.01-.898 3.3 3.3 0 0 1-.644-1.434 1.88 1.88 0 0 1 .112-1.074q.086-.18.226-.32a.31.31 0 0 0 .042-.366 3.5 3.5 0 0 1-.234-.588 1.6 1.6 0 0 1-.05-.6.97.97 0 0 1 .234-.534c.112-.118.254-.136.34-.324a3.4 3.4 0 0 1-.18-1.01 1.6 1.6 0 0 1 .038-.45c.078-.262.262-.322.4-.4.072-.038.15-.06.224-.096s.092-.068.092-.228c0-.726.096-1.414.48-1.772a.9.9 0 0 1 .656-.246.97.97 0 0 1 .684.242c.4.358.502 1.046.502 1.772 0 .16 0 .188.098.228s.158.058.234.098c.152.076.344.136.426.4q.055.222.04.45a3.3 3.3 0 0 1-.184 1.008c.09.19.24.2.356.326a.93.93 0 0 1 .244.532c.022.202.004.406-.054.6a3.3 3.3 0 0 1-.236.6.3.3 0 0 0 .036.366q.146.139.236.32c.15.337.19.712.118 1.074a3.2 3.2 0 0 1-.676 1.432 4.8 4.8 0 0 1-1.058.898c-.102.068-.2.132-.306.2-.06.042-.054.15-.072.234V21h2.964s.768 0 .768-.668V3.668s0-.668-.768-.668',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentVanLanschot;