UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.63 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 IconAlcoholFilled = { name: 'IconAlcoholFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--alcoholFilled', 'IconAlcoholFilled'); return h('svg', helper.default([{ 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: 'M6.396 5.28V2.576c0-.419-.17-.82-.47-1.115A1.62 1.62 0 0 0 4.788 1h-.68c-.426 0-.834.166-1.136.462-.301.295-.47.696-.47 1.115v2.702a2.1 2.1 0 0 1-.533 1.424 4.67 4.67 0 0 0-.964 3.08v3.604c-.015.401.132.792.409 1.087s.66.471 1.07.49h3.93a1.57 1.57 0 0 0 1.069-.49c.277-.295.424-.686.409-1.087V9.784a4.6 4.6 0 0 0-.918-3.054 2.1 2.1 0 0 1-.579-1.45M5.02 5.026v.252c-.008.797.268 1.571.78 2.19q.241.338.423.711H2.677q.186-.373.432-.712A3.43 3.43 0 0 0 3.88 5.28v-.225z', }, }), h('path', { attrs: { d: 'M8.6 3.081v4c0 .713.249 1.405.705 1.96a3.2 3.2 0 0 0 1.802 1.094v3.514h-1.46V15h4.297v-1.351h-1.46v-3.514a3.2 3.2 0 0 0 1.806-1.093 3.1 3.1 0 0 0 .71-1.96v-4z', }, })]); }, }; exports.default = IconAlcoholFilled;