UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.28 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'DrinkWine24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6.75 2a.75.75 0 0 0-.75.75v7a5.751 5.751 0 0 0 5 5.701v5.057L8.753 20.5a.75.75 0 0 0-.006 1.5l3 .011h.005l3.5-.011a.75.75 0 0 0-.004-1.5l-2.748.009v-5.053A6.251 6.251 0 0 0 18 9.25v-6.5a.75.75 0 0 0-.75-.75H6.75zm.75 5V3.5h9V7h-9zm8.183 2.707a3.727 3.727 0 0 1-1.159 2.066a3.753 3.753 0 0 1-1.754.898a.5.5 0 0 1-.205-.979a2.736 2.736 0 0 0 1.286-.658a2.763 2.763 0 0 0 .85-1.515a.5.5 0 0 1 .982.188z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })