UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.17 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconRestaurantLarge = { name: 'IconRestaurantLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurantLarge', 'IconRestaurantLarge'); 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: { 'fill-rule': 'evenodd', d: 'M24.75 23.875H16v-7h8.75zM23 18.625h-5.25v3.5H23z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'm26.806 4.52 1.934 1.934A4.26 4.26 0 0 1 30 9.49v.175a4.61 4.61 0 0 1-1.75 3.631V28.25H3.75V13.235a3 3 0 0 0-.142-.11 2 2 0 0 1-.208-.17A4.66 4.66 0 0 1 2 9.656v-.148a4.3 4.3 0 0 1 1.277-3.054l1.97-1.951a2.63 2.63 0 0 1 1.846-.753H24.95c.696 0 1.363.278 1.855.77M9 21.25v5.25h3.5v-5.25a1.75 1.75 0 0 0-3.5 0m5.25 5.25H26.5V14.154q-.216.06-.437.096a4.5 4.5 0 0 1-3.728-1.33 4.48 4.48 0 0 1-6.335 0 4.48 4.48 0 0 1-6.352 0 4.38 4.38 0 0 1-3.08 1.33c-.36-.01-.719-.06-1.068-.149V26.5h1.75v-5.25a3.5 3.5 0 0 1 7 0zm13.332-14.969c.44-.52.678-1.184.668-1.866V9.49a2.52 2.52 0 0 0-.744-1.794l-1.942-1.942a.88.88 0 0 0-.613-.254H7.093a.88.88 0 0 0-.613.254L4.511 7.696a2.56 2.56 0 0 0-.761 1.812v.148a2.88 2.88 0 0 0 .875 2.048 2.63 2.63 0 0 0 1.916.796 2.82 2.82 0 0 0 2.38-1.444l.263-.411h.989l.253.438a2.738 2.738 0 0 0 4.804 0l.245-.447h1.05l.254.464a2.74 2.74 0 0 0 4.786 0l.254-.446h1.024l.262.437a2.78 2.78 0 0 0 2.747 1.409 2.83 2.83 0 0 0 1.73-.969', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconRestaurantLarge;