UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.88 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconMealVoucherLarge = { name: 'IconMealVoucherLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--mealVoucherLarge', 'IconMealVoucherLarge'); 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: 'm9.07 12.342.053.132a3.5 3.5 0 0 0 2.502 2.056v5.845h1.75v-5.88A3.5 3.5 0 0 0 15.73 12.5l.053-.131c0-.07.043-.132.06-.202q.084-.273.088-.56V5.045l-1.75.875v5.591a1 1 0 0 1-.052.289.44.44 0 0 1-.385.254.437.437 0 0 1-.438-.438V5.045l-1.75.875v5.705a.446.446 0 0 1-.437.437.44.44 0 0 1-.394-.253 1 1 0 0 1-.044-.29V5.046l-1.75.875v5.705q0 .286.079.56c-.009.026.044.087.061.157', }, }), h('path', { attrs: { d: 'M18.205 16.158c.271.06 1.321.245 1.969.358a108 108 0 0 1-.228 3.86h1.75a117 117 0 0 0 .219-14.123c-.114-1.453-.525-1.83-.875-1.995a1.33 1.33 0 0 0-1.68.542 16.95 16.95 0 0 0-2.258 9.896 1.45 1.45 0 0 0 1.103 1.462m2.004-9.214c.13 2.362.105 5.25 0 7.805l-1.392-.245a16.4 16.4 0 0 1 1.392-7.56', }, }), h('path', { attrs: { d: 'M27.375 10.75h-3.5v1.75h3.5v11.375H4.625V12.5H7.25v-1.75H4.625a1.75 1.75 0 0 0-1.75 1.75v11.375a1.75 1.75 0 0 0 1.75 1.75h22.75a1.75 1.75 0 0 0 1.75-1.75V12.5a1.75 1.75 0 0 0-1.75-1.75', }, })]); }, }; export { IconMealVoucherLarge as default };