@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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: 'LeafThree20Regular',
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: 'M16 7c0 .342-.034.677-.1 1h.765C17.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.996 4.996 0 0 1-.788-1.346A5 5 0 0 1 2 10V6.335C1.999 5.598 2.597 5 3.334 5h3.081A5.001 5.001 0 0 1 11 2h3.665C15.402 2 16 2.598 16 3.335V7zM7.52 5.027a5.004 5.004 0 0 1 4.14 3.155A5.005 5.005 0 0 1 13 8h1.874c.082-.32.126-.655.126-1V3.335A.335.335 0 0 0 14.665 3H11a3.999 3.999 0 0 0-3.48 2.027zm3.027 11.133A4 4 0 0 0 17 13V9.335A.335.335 0 0 0 16.665 9H13a4 4 0 0 0-3.16 6.453l3.306-3.307a.5.5 0 0 1 .708.708l-3.307 3.306zM8 13c0-.399.047-.786.135-1.158L5.646 9.354a.5.5 0 1 1 .708-.708l2.154 2.155a5.022 5.022 0 0 1 2.22-2.256A4.001 4.001 0 0 0 7 6H3.335A.335.335 0 0 0 3 6.335V10a4 4 0 0 0 5.073 3.854A5.033 5.033 0 0 1 8 13z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})