UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.34 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 IconDrinkLarge = { name: 'IconDrinkLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--drinkLarge', 'IconDrinkLarge'); 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: 'M24.75 9.875h-7.875V6.13l4.655-1.505-.56-1.663-5.845 1.908v5.005H7.25v1.75h1.566l1.374 15.111a2.625 2.625 0 0 0 2.625 2.389h6.388a2.625 2.625 0 0 0 2.625-2.389l1.356-15.111h1.566zm-5.556 17.5h-6.388a.875.875 0 0 1-.875-.796l-.875-9.127a4.66 4.66 0 0 1 4.752.158 7.96 7.96 0 0 0 3.762 1.015q.616-.004 1.225-.105l-.735 8.059a.875.875 0 0 1-.866.796m1.75-10.666a5.92 5.92 0 0 1-4.375-.674 6.23 6.23 0 0 0-5.679-.403l-.315-4.007h10.85z', }, })]); }, }; exports.default = IconDrinkLarge;