@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (34 loc) • 1.37 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconRestaurantMenu = {
name: 'IconRestaurantMenu',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurantMenu', 'IconRestaurantMenu');
return h('svg', _mergeJSXProps([{
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: 'M12.375 2.094h-8.75a1.54 1.54 0 0 0-1.531 1.531v10.281h11.812V3.625a1.54 1.54 0 0 0-1.531-1.531m.219 10.5H3.406V3.625a.22.22 0 0 1 .219-.219h8.75a.22.22 0 0 1 .219.219z',
},
}), h('path', {
attrs: {
d: 'M10.625 7.668A2.625 2.625 0 0 0 8.43 5.524a.437.437 0 1 0-.875 0 2.625 2.625 0 0 0-2.135 2.144 2.5 2.5 0 0 0 0 .437v.438h5.25v-.438a2.5 2.5 0 0 0-.044-.437',
},
}), h('path', {
attrs: {
d: 'M10.625 9.645h-5.25v1.313h5.25z',
},
})]);
},
};
export { IconRestaurantMenu as default };