@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.6 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 IconMealVoucherFilled = {
name: 'IconMealVoucherFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucherFilled', 'IconMealVoucherFilled');
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: 'M9.12 6.933a7.88 7.88 0 0 1 .761-4.314.76.76 0 0 1 .42-.35.65.65 0 0 1 .508.061c.254.149.367.429.411 1.015.114 2.03 0 4.961-.061 6.405h-1.05c0-.481.052-1.146.079-1.907l-.517-.114a.78.78 0 0 1-.551-.796M5.725 6.73v3.02h1.05V6.73c.446-.13.875-.428.875-.927V2.26l-2.852.289v3.255c.034.49.48.787.927.927m7.963-1.137h-1.103c0 1.636-.061 3.281-.114 4.226a1.32 1.32 0 0 1-1.312 1.243h-.534a1.75 1.75 0 0 1-1.75-1.75v-.875H8v.875a1.75 1.75 0 0 1-1.75 1.75 1.837 1.837 0 0 1-1.838-1.838V7.528a2.13 2.13 0 0 1-.874-1.75v-.184H2.313a1.094 1.094 0 0 0-1.094 1.094v5.25a1.094 1.094 0 0 0 1.094 1.093h11.375a1.094 1.094 0 0 0 1.093-1.093v-5.25a1.094 1.094 0 0 0-1.094-1.094',
},
})]);
},
};
exports.default = IconMealVoucherFilled;