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.14 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 16 16' } export default defineComponent({ name: 'Drop16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M7.646 1.146a.5.5 0 0 1 .708 0c.261.262 1.408 1.45 2.493 3.003C11.917 5.68 13 7.665 13 9.5c0 1.78-.577 3.165-1.516 4.105C10.549 14.542 9.291 15 8 15s-2.549-.458-3.484-1.395C3.577 12.665 3 11.281 3 9.5c0-1.835 1.083-3.82 2.153-5.35a24.329 24.329 0 0 1 2.493-3.004z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })