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.31 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DrinkMargarita24Filled', 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: '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 */ ) ]) ) ) } })