UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.17 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Drop12Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.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 */ ) ]) ) ) } })