@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.24 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 IconEuro = {
name: 'IconEuro',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--euro', 'IconEuro');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.885 11.815a3.93 3.93 0 0 1-3.062 1.339 4.08 4.08 0 0 1-3.982-2.748h4.034V9.094H4.5a6 6 0 0 1 0-.656 6 6 0 0 1 0-.657h4.375V6.47H4.841A4.08 4.08 0 0 1 8.822 3.72a4.02 4.02 0 0 1 3.072 1.348l.962-.875a5.25 5.25 0 0 0-4.033-1.75 5.45 5.45 0 0 0-5.39 4.025H1.875V7.78h1.304a6 6 0 0 0 0 1.313H1.875v1.312h1.558a5.45 5.45 0 0 0 5.39 4.06 5.25 5.25 0 0 0 4.042-1.75z',
},
})]);
},
};
exports.default = IconEuro;