UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.73 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 IconAlcoholFilledLarge = { name: 'IconAlcoholFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--alcoholFilledLarge', 'IconAlcoholFilledLarge'); 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: 'M17.444 6.917v7.254a5.67 5.67 0 0 0 4.786 5.583v7.621h-3.22v1.75h8.199v-1.75H23.98v-7.621a5.66 5.66 0 0 0 4.786-5.583V6.917zm9.572 4.28c-2.406.69-3.325.393-4.375 0a7 7 0 0 0-3.5-.412V8.667h7.823z', }, }), h('path', { attrs: { d: 'M14.679 16a10 10 0 0 0-1.208-2.187 5 5 0 0 1-1.023-2.188 6 6 0 0 1-.062-.822V5.5a2.625 2.625 0 0 0-2.625-2.625H8.466A2.625 2.625 0 0 0 5.841 5.5v5.303q.002.413-.07.822a5 5 0 0 1-1.023 2.188A9.7 9.7 0 0 0 3.548 16a8.8 8.8 0 0 0-.437 1.75q-.121.871-.122 1.75v7a2.51 2.51 0 0 0 2.371 2.625h7.499a2.52 2.52 0 0 0 2.38-2.625v-7q.01-.879-.114-1.75A8.3 8.3 0 0 0 14.68 16M6.19 14.81a6.5 6.5 0 0 0 1.4-4.008v-.927h3.045v.928q.001.412.044.822a6.5 6.5 0 0 0 1.356 3.185q.407.57.735 1.19h-7.27a9.4 9.4 0 0 1 .69-1.19', }, })]); }, }; exports.default = IconAlcoholFilledLarge;