UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.78 kB
'use strict'; 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 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.59 2.59 0 0 0-.767 1.847v.166l.061.157a13.738 13.738 0 0 1 .593 8.383l-.628 2.562-.026.21a2.622 2.622 0 0 0 2.615 2.614h8.017a2.622 2.622 0 0 0 2.614-2.614l-.653-2.772c-.689-2.806-.48-5.699.593-8.383l.06-.157h-.008Zm-5.734-6.632h-1.796l.88-2.884.916 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.942a11.54 11.54 0 0 0-.4-1.168.847.847 0 0 1 .183-.418h.008Zm.619 3.329h8.14a15.582 15.582 0 0 0-.14 4.366h-7.87c.166-1.455.114-2.92-.139-4.366h.009Zm8.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.878.878 0 0 1-.87.785Z', }, })]); }, }; exports.default = IconMustardLarge;