@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.39 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'DrinkMargarita20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.109 2.988a.5.5 0 0 0-.217-.976l-4.5 1a.5.5 0 0 0-.377.367l-.28 1.121H4.5A.5.5 0 0 0 4 5v3.5A2.5 2.5 0 0 0 6.5 11H7v.5a3 3 0 0 0 2.5 2.959V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2V14.46A3 3 0 0 0 13 11.5V11h.5A2.5 2.5 0 0 0 16 8.5V5a.5.5 0 0 0-.5-.5h-3.735l.145-.579l4.199-.933zM10.485 5.5L10.11 7H5V5.5h5.485zM5 8h4.86l-.845 3.379a.5.5 0 0 0 .97.242l.905-3.62H15v.5a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 0-.5.5v1a2 2 0 1 1-4 0v-1a.5.5 0 0 0-.5-.5h-1A1.5 1.5 0 0 1 5 8.5V8zm10-1h-3.86l.375-1.5H15V7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})