UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.35 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'DrinkBeer16Filled', 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: 'M5.25 1A2.25 2.25 0 0 0 3 3.25V13.5A1.5 1.5 0 0 0 4.5 15h6a1.5 1.5 0 0 0 1.5-1.5V12h.75A2.25 2.25 0 0 0 15 9.75v-3.5A2.25 2.25 0 0 0 12.75 4H12v-.75A2.25 2.25 0 0 0 9.75 1h-4.5zM12 5h.75c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25H12V5zM4 3.25C4 2.56 4.56 2 5.25 2h4.5c.69 0 1.25.56 1.25 1.25V4H4v-.75zm6 3.25v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0zM7.5 6a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 .5-.5zM6 6.5v5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })