UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 2.09 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconRestaurantCancelledLarge = { name: 'IconRestaurantCancelledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurantCancelledLarge', 'IconRestaurantCancelledLarge'); 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: 'm27.559 21.434-1.243-1.243-2.44 2.45-2.442-2.45-1.243 1.243 2.45 2.441-2.45 2.441 1.243 1.243 2.441-2.45 2.441 2.45 1.243-1.243-2.45-2.441 2.45-2.441Z', }, }), h('path', { attrs: { d: 'M16.49 20.253a2.498 2.498 0 0 0-2.494-2.494h-.262a2.498 2.498 0 0 0-2.494 2.494v2.756H6.865v-9.021c1.418.157 2.818-.272 3.798-1.138.84.744 1.986 1.181 3.202 1.181s2.363-.437 3.203-1.181c.98.875 2.37 1.295 3.797 1.146v4.646h1.75v-5.18c1.321-.717 2.196-2.056 2.196-3.543 0-1.129-.525-2.24-1.443-3.028l-1.952-1.68a2.327 2.327 0 0 0-1.513-.56H7.853c-.55 0-1.084.193-1.495.551L4.38 6.893c-.936.795-1.47 1.907-1.47 3.044 0 1.479.875 2.809 2.205 3.527v11.304h13.51v-1.75H16.49v-2.764ZM4.66 9.919c0-.639.306-1.252.849-1.715l1.977-1.689a.557.557 0 0 1 .368-.131h12.049c.13 0 .262.052.367.14l1.951 1.68c.543.463.84 1.067.84 1.715 0 1.093-.883 2.056-2.09 2.292-1.488.289-2.66-.376-3.168-1.164h-1.48c-.49.762-1.434 1.234-2.467 1.234-1.032 0-1.986-.472-2.467-1.234H9.91c-.507.788-1.671 1.462-3.167 1.164-1.217-.236-2.092-1.199-2.092-2.292h.01ZM14.74 23h-1.75v-2.756c0-.412.333-.744.744-.744h.262c.412 0 .744.332.744.744V23Z', }, })]); }, }; export { IconRestaurantCancelledLarge as default };