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.16 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 12 12' } export default defineComponent({ name: 'Drop12Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M6 1a.5.5 0 0 1 .354.146v.002c.256.255 1.032 1.03 1.746 2.069C8.806 4.244 9.5 5.597 9.5 7c0 1.337-.36 2.352-1.019 3.035C7.821 10.718 6.928 11 6 11c-.928 0-1.822-.282-2.481-.965C2.86 9.352 2.5 8.337 2.5 7c0-1.403.694-2.756 1.4-3.783a14.898 14.898 0 0 1 1.745-2.07h.001A.5.5 0 0 1 6 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })