@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LeafThree20Filled',
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: 'M11 2a4.992 4.992 0 0 0-4 2a5.999 5.999 0 0 1 5.226 3.05A6.06 6.06 0 0 1 13 7h3V3.335C16 2.598 15.402 2 14.665 2H11zM7.337 14.989A5 5 0 0 1 2 10V6.335C2 5.598 2.598 5 3.335 5H7c1.757 0 3.302.906 4.194 2.277a6.017 6.017 0 0 0-3.426 2.784L6.354 8.646a.5.5 0 1 0-.708.708l1.683 1.682A5.992 5.992 0 0 0 7 13c0 .697.119 1.366.337 1.989zM8 13a5 5 0 0 1 5-5h3.665C17.402 8 18 8.598 18 9.335V13a5 5 0 0 1-8.164 3.872l-.982.982a.5.5 0 0 1-.707-.708l.982-.982A4.98 4.98 0 0 1 8 13zm2.547 3.16l3.307-3.306a.5.5 0 0 0-.707-.708L9.84 15.453c.205.264.443.502.707.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})