@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.13 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 IconMealVoucherFilledLarge = {
name: 'IconMealVoucherFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucherFilledLarge', 'IconMealVoucherFilledLarge');
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: 'M29.125 12.5v11.375a1.75 1.75 0 0 1-1.75 1.75H4.625a1.75 1.75 0 0 1-1.75-1.75V12.5a1.75 1.75 0 0 1 1.75-1.75H7.18v.875q.009.446.123.875c0 .105.052.21.096.341 0 0 .079.22.105.263a4.84 4.84 0 0 0 1.942 2.371.93.93 0 0 1 .429.753v5.022a.875.875 0 0 0 .875.875h3.5a.875.875 0 0 0 .875-.875v-5.119a.87.87 0 0 1 .332-.673 3.13 3.13 0 0 0 2.39 2.415l.507.096a84 84 0 0 1-.158 2.257l-.079.954a.875.875 0 0 0 .875.945h3.5a.875.875 0 0 0 .875-.805l.07-.805c.15-1.855.36-5.88.35-9.765h3.588a1.75 1.75 0 0 1 1.75 1.75M9.07 12.343l.053.13a3.5 3.5 0 0 0 2.502 2.057v5.845h1.75v-5.88a3.5 3.5 0 0 0 2.354-1.995l.052-.131c0-.07.044-.131.061-.201q.084-.274.088-.56V5.045l-1.75.875v5.591a1 1 0 0 1-.053.29.44.44 0 0 1-.385.253.44.44 0 0 1-.437-.438V5.045l-1.75.875v5.705a.447.447 0 0 1-.437.438.44.44 0 0 1-.394-.254 1 1 0 0 1-.044-.289V5.045l-1.75.875v5.705q0 .286.079.56c-.009.026.043.088.061.158m8.032 2.353A16.95 16.95 0 0 1 19.36 4.8a1.33 1.33 0 0 1 1.68-.542c.35.166.761.542.875 1.995a117 117 0 0 1-.219 14.122h-1.75c.07-.875.158-2.231.228-3.859-.648-.113-1.698-.297-1.969-.358a1.45 1.45 0 0 1-1.102-1.462m1.75-.192 1.392.245c.079-2.564.105-5.443 0-7.805a16.4 16.4 0 0 0-1.4 7.56z',
},
})]);
},
};
exports.default = IconMealVoucherFilledLarge;