@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.38 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 16 16'
}
export default defineComponent({
name: 'DrinkMargarita16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.587 1.992a.5.5 0 0 0-.174-.984l-4.25.75a.5.5 0 0 0-.401.384L8.572 3H3.5a.5.5 0 0 0-.5.5v3a2 2 0 0 0 2 2a3 3 0 0 0 2.502 2.959a.51.51 0 0 0-.002.041V14h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.5a.51.51 0 0 0-.002-.041A3 3 0 0 0 11 8.5a2 2 0 0 0 2-2v-3a.5.5 0 0 0-.5-.5H9.596l.07-.316l3.921-.692zM8.349 4l-.222 1H4V4h4.349zM4 6h3.905l-.643 2.892a.5.5 0 0 0 .976.217L8.93 6H12v.5a1 1 0 0 1-1 1h-.5a.5.5 0 0 0-.5.5v.5a2 2 0 0 1-4 0V8a.5.5 0 0 0-.5-.5H5a1 1 0 0 1-1-1V6zm8-1H9.151l.222-1H12v1z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})