@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.73 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconLocationPinRestaurantLarge = {
name: 'IconLocationPinRestaurantLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--locationPinRestaurantLarge', 'IconLocationPinRestaurantLarge');
return h('svg', _mergeJSXProps([{
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: 'M22.038 8.895 20.856 7.74a1.7 1.7 0 0 0-1.18-.49H12.35a1.7 1.7 0 0 0-1.172.481L9.98 8.886A3.16 3.16 0 0 0 9 11.153a3.11 3.11 0 0 0 1.794 2.808v4.664a.875.875 0 0 0 .831.875h8.75a.875.875 0 0 0 .875-.875v-4.664a3.107 3.107 0 0 0 .831-5.066zm-5.163 8.899V16h-1.75v1.794H12.5V14.25a3.1 3.1 0 0 0 1.601-.63 3.13 3.13 0 0 0 3.894 0c.46.357 1.012.579 1.593.639v3.587zm3.36-5.294a1.41 1.41 0 0 1-1.522-.648H17.18a1.364 1.364 0 0 1-2.362 0h-1.531a1.38 1.38 0 0 1-1.514.648 1.34 1.34 0 0 1-1.024-1.348 1.4 1.4 0 0 1 .438-1.006L12.35 9h7.29l1.18 1.155a1.37 1.37 0 0 1 .43.998 1.34 1.34 0 0 1-1.016 1.347m3.815-7a11.305 11.305 0 0 0-16.1 0 11.603 11.603 0 0 0 0 16.249L16 29.886l8.05-8.137a11.603 11.603 0 0 0 0-16.301zM22.8 20.462 16 27.376l-6.799-6.913a9.835 9.835 0 0 1 0-13.79 9.546 9.546 0 0 1 13.598 0 9.835 9.835 0 0 1 0 13.79',
},
})]);
},
};
export { IconLocationPinRestaurantLarge as default };