@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.05 kB
JavaScript
'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 IconMealVoucherLarge = {
name: 'IconMealVoucherLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucherLarge', 'IconMealVoucherLarge');
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: 'm9.07 12.342.053.132a3.5 3.5 0 0 0 2.502 2.056v5.845h1.75v-5.88A3.5 3.5 0 0 0 15.73 12.5l.053-.131c0-.07.043-.132.06-.202.056-.181.085-.37.088-.56V5.045l-1.75.875v5.591a1.051 1.051 0 0 1-.052.289.438.438 0 0 1-.385.254.437.437 0 0 1-.438-.438V5.045l-1.75.875v5.705a.446.446 0 0 1-.437.437.438.438 0 0 1-.394-.253 1.05 1.05 0 0 1-.044-.29V5.046l-1.75.875v5.705c0 .19.026.378.079.56-.009.026.044.087.061.157Z',
},
}), h('path', {
attrs: {
d: 'M18.205 16.158c.271.06 1.321.245 1.969.358a107.47 107.47 0 0 1-.228 3.86h1.75a116.9 116.9 0 0 0 .219-14.123c-.114-1.453-.525-1.83-.875-1.995a1.33 1.33 0 0 0-1.68.542 16.949 16.949 0 0 0-2.258 9.896 1.453 1.453 0 0 0 1.103 1.462Zm2.004-9.214c.13 2.362.105 5.25 0 7.805l-1.392-.245a16.415 16.415 0 0 1 1.392-7.56Z',
},
}), h('path', {
attrs: {
d: 'M27.375 10.75h-3.5v1.75h3.5v11.375H4.625V12.5H7.25v-1.75H4.625a1.75 1.75 0 0 0-1.75 1.75v11.375a1.75 1.75 0 0 0 1.75 1.75h22.75a1.75 1.75 0 0 0 1.75-1.75V12.5a1.75 1.75 0 0 0-1.75-1.75Z',
},
})]);
},
};
exports.default = IconMealVoucherLarge;