@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 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: 'LeafThree16Filled',
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: 'M9 1a3.999 3.999 0 0 0-3.48 2.027a4.997 4.997 0 0 1 3.605 2.146c.44-.113.9-.173 1.375-.173H13V2.15A1.15 1.15 0 0 0 11.85 1H9zm4.758 5C14.444 6 15 6.556 15 7.242V10.5a4.5 4.5 0 0 1-7.309 3.516l-.837.838a.5.5 0 0 1-.707-.708l.837-.837a4.49 4.49 0 0 1-.6-4.632a4.517 4.517 0 0 1 3.237-2.591C9.905 6.03 10.199 6 10.5 6h3.258zm-6.061 6.596c.2.268.439.506.707.707l2.45-2.45a.5.5 0 0 0-.707-.707l-2.45 2.45zm.448-7.068A5.523 5.523 0 0 0 5.636 7.93l-.782-.783a.5.5 0 1 0-.708.708l1.08 1.08A5.501 5.501 0 0 0 5 10.5c0 .518.072 1.02.206 1.495A4 4 0 0 1 1 8V5.15C1 4.514 1.515 4 2.15 4H5c1.276 0 2.413.598 3.145 1.528z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})