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.4 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Drop16Regular', 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.004zM5.972 4.722C4.917 6.232 4 7.997 4 9.5c0 1.557.5 2.673 1.224 3.398C5.95 13.628 6.944 14 8 14c1.056 0 2.049-.373 2.776-1.102C11.501 12.173 12 11.058 12 9.5c0-1.503-.916-3.267-1.972-4.778A23.831 23.831 0 0 0 8 2.222a23.828 23.828 0 0 0-2.028 2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })