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.21 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 48 48' } export default defineComponent({ name: 'Drop48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M24 4c.331 0 .65.132.884.366l.235.233c1.135 1.125 4.249 4.21 7.173 8.228C35.42 17.124 38.5 22.71 38.5 28.25c0 5.376-1.599 9.357-4.312 11.99C31.485 42.865 27.829 44 24 44c-3.83 0-7.485-1.136-10.188-3.76C11.1 37.608 9.5 33.627 9.5 28.25c0-5.535 3.013-11.057 6.113-15.328c2.89-3.981 5.996-7.061 7.235-8.29l.268-.266A1.25 1.25 0 0 1 24 4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })