UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.88 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 IconLocationRestaurantLarge = { name: 'IconLocationRestaurantLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--locationRestaurantLarge', 'IconLocationRestaurantLarge'); 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: 'm16 14.618 3.596-3.632a5.17 5.17 0 0 0 0-7.236 5.05 5.05 0 0 0-7.192 0 5.17 5.17 0 0 0 0 7.236zm-2.345-9.625a3.3 3.3 0 0 1 4.69 0 3.404 3.404 0 0 1 0 4.777L16 12.133l-2.345-2.38a3.404 3.404 0 0 1 0-4.778zm13.3 10.132a3.98 3.98 0 0 0-1.453-3.036l-1.933-1.654a2.5 2.5 0 0 0-.875-.455l-1.112 1.645h.464a.54.54 0 0 1 .376.14l1.943 1.68a2.25 2.25 0 0 1 .875 1.75 2.47 2.47 0 0 1-2.1 2.293 3.03 3.03 0 0 1-3.168-1.173h-1.505A2.9 2.9 0 0 1 16 17.523a2.9 2.9 0 0 1-2.468-1.243h-1.47a3.03 3.03 0 0 1-3.167 1.173 2.47 2.47 0 0 1-2.1-2.328 2.27 2.27 0 0 1 .875-1.75l1.969-1.68a.6.6 0 0 1 .358-.07h.875L9.77 9.875a2.4 2.4 0 0 0-1.278.534l-1.977 1.706a4 4 0 0 0-1.47 3.01 4.05 4.05 0 0 0 2.205 3.5v10.5h17.5V18.686a4.07 4.07 0 0 0 2.205-3.56m-11.83 12.25V24.75a.875.875 0 1 1 1.75 0v2.625zm3.5 0V24.75a2.625 2.625 0 1 0-5.25 0v2.625H9V19.23a4.9 4.9 0 0 0 3.797-1.146 4.9 4.9 0 0 0 6.405 0A4.9 4.9 0 0 0 23 19.229v8.146z', }, })]); }, }; exports.default = IconLocationRestaurantLarge;