UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.72 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 IconRestaurantCancelled = { name: 'IconRestaurantCancelled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--restaurantCancelled', 'IconRestaurantCancelled'); 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.057 10.555-.927-.936-1.286 1.286-1.287-1.286-.927.936 1.286 1.286L8.63 13.12l.927.936 1.287-1.286 1.286 1.286.927-.936-1.286-1.278 1.286-1.286Z', }, }), h('path', { attrs: { d: 'M6.005 6.311a2.272 2.272 0 0 0 2.853-.009c.393.315.892.5 1.417.5v1.452h1.312V6.38a2.383 2.383 0 0 0 .28-3.614l-.866-.875a1.248 1.248 0 0 0-.884-.376H4.754c-.315 0-.64.131-.875.368l-.884.875a2.404 2.404 0 0 0-.718 1.706c0 .779.385 1.487.98 1.916v4.603c0 .358.298.656.657.656h2.843v-1.313H4.57V6.802c.525 0 1.024-.184 1.417-.499l.018.01Zm-1.671-.84c-.43-.096-.735-.516-.735-.989 0-.288.113-.568.323-.77l.832-.866h5.31l.867.866c.201.202.315.473.315.77 0 .473-.315.893-.735.99a.98.98 0 0 1-1.094-.482H8.262c-.34.63-1.356.63-1.697 0H5.41a.98.98 0 0 1-1.085.481h.009Z', }, })]); }, }; export { IconRestaurantCancelled as default };