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.3 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: 'DrinkMargarita24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M20.49 2.627a.75.75 0 0 1-.617.863l-5.49.915l-.118.595h3.985a.75.75 0 0 1 .75.75v4a3.25 3.25 0 0 1-3 3.24v.51c0 1.953-1.4 3.579-3.25 3.93v3.07h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5v-3.07A4.001 4.001 0 0 1 8 13.5v-.51a3.25 3.25 0 0 1-3-3.24v-4A.75.75 0 0 1 5.75 5h6.985l.28-1.397a.75.75 0 0 1 .612-.593l6-1a.75.75 0 0 1 .863.617zM11.985 8.75l.45-2.25H6.5v2.25h5.485zm5.515 0V6.5h-3.535l-.45 2.25H17.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })