@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.15 kB
JavaScript
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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Drop16Filled',
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: '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 */
)
])
)
)
}
})