UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.53 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconRestaurant = { name: 'IconRestaurant', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurant', 'IconRestaurant'); 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: 'm13.863 3.485-1.19-1.015a1.5 1.5 0 0 0-.998-.376H4.351c-.365 0-.719.13-.997.367L2.155 3.485a2.57 2.57 0 0 0-.936 1.943 2.51 2.51 0 0 0 .875 1.88v6.598h11.812V7.31a2.52 2.52 0 0 0 .875-1.881 2.62 2.62 0 0 0-.918-1.943m-5.05 9.109H7.187v-1.216a.814.814 0 0 1 1.628 0zm3.78 0h-2.467v-1.216a2.126 2.126 0 0 0-4.252 0v1.216H3.406V8a3.17 3.17 0 0 0 2.625-.621 3.13 3.13 0 0 0 3.903 0A3.17 3.17 0 0 0 12.559 8h.043zm-.297-5.889a1.75 1.75 0 0 1-1.793-.656H9.4A1.65 1.65 0 0 1 8 6.74a1.65 1.65 0 0 1-1.4-.691H5.498a1.75 1.75 0 0 1-1.75.656A1.38 1.38 0 0 1 2.53 5.428a1.24 1.24 0 0 1 .473-.928L4.21 3.459a.2.2 0 0 1 .14-.053h7.324a.2.2 0 0 1 .14.053l1.19 1.041a1.26 1.26 0 0 1 .464.945 1.38 1.38 0 0 1-1.173 1.26', }, })]); }, }; export { IconRestaurant as default };