@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.64 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 IconAppRestaurant = {
name: 'IconAppRestaurant',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--appRestaurant', 'IconAppRestaurant');
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: 'M13.906 4.395a2.52 2.52 0 0 0-.796-1.829l-1.015-.971a1.37 1.37 0 0 0-.945-.376H4.867c-.346 0-.679.135-.927.376l-1.032.963a2.54 2.54 0 0 0-.814 1.846 2.53 2.53 0 0 0 .875 1.89v6.519a1.97 1.97 0 0 0 1.969 1.968h6.125a1.97 1.97 0 0 0 1.968-1.969V6.295a2.55 2.55 0 0 0 .875-1.899M3.8 3.52l1.068-.989h6.317l1.024.963a1.24 1.24 0 0 1 .385.875 1.19 1.19 0 0 1-.945 1.155 1.295 1.295 0 0 1-1.409-.578H9.102a1.295 1.295 0 0 1-2.205 0H5.76a1.295 1.295 0 0 1-1.409.578 1.19 1.19 0 0 1-.945-1.12A1.2 1.2 0 0 1 3.8 3.52m7.263 9.949H4.937a.665.665 0 0 1-.656-.656v-5.95A2.63 2.63 0 0 0 6.33 6.31a2.625 2.625 0 0 0 3.342 0 2.63 2.63 0 0 0 2.048.551v5.95a.665.665 0 0 1-.656.657M8.875 11.5a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0',
},
})]);
},
};
exports.default = IconAppRestaurant;