@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.69 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 IconMustardLarge = {
name: 'IconMustardLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mustardLarge', 'IconMustardLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M22.619 15.255v-.166c0-.697-.27-1.35-.828-1.9l-1.935-1.603-.06-2.98h-1.09l-1.821-5.734h-1.857l-1.742 5.734h-1.09l-.035 2.98-2.013 1.656a2.6 2.6 0 0 0-.767 1.847v.166l.061.157a13.74 13.74 0 0 1 .593 8.383l-.628 2.562-.026.21a2.62 2.62 0 0 0 2.615 2.614h8.017a2.62 2.62 0 0 0 2.614-2.614l-.653-2.772c-.689-2.806-.48-5.699.593-8.383l.06-.157zm-5.734-6.632h-1.796l.88-2.884zm-5.578 5.9 2.58-2.118.026-2.074h.017v.026h4.122v-.026h.01l.06 2.074 2.492 2.057c.131.13.218.296.244.48-.148.383-.278.775-.4 1.167h-8.942a12 12 0 0 0-.4-1.168.85.85 0 0 1 .183-.418zm.619 3.329h8.14a15.6 15.6 0 0 0-.14 4.366h-7.87c.166-1.455.114-2.92-.139-4.366zm8.078 9.569h-8.017a.885.885 0 0 1-.871-.785l.6-2.44c.018-.078.036-.165.053-.244h8.453c.018.079.026.166.053.244l.6 2.44a.88.88 0 0 1-.87.785',
},
})]);
},
};
exports.default = IconMustardLarge;