@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.38 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DrinkBeer20Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M12.5 8a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V8zm-3-.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5zm-2 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V8zm-1-6A2.5 2.5 0 0 0 4 4.5v11.75c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0 0 15 16.25V15h.5a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 15.5 5H15v-.5A2.5 2.5 0 0 0 12.5 2h-6zM15 6h.5A1.5 1.5 0 0 1 17 7.5v5a1.5 1.5 0 0 1-1.5 1.5H15V6zM5 4.5A1.5 1.5 0 0 1 6.5 3h6A1.5 1.5 0 0 1 14 4.5V5H5v-.5zM5 6h9v10.25a.75.75 0 0 1-.75.75h-7.5a.75.75 0 0 1-.75-.75V6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})