@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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: 'LeafTwo16Filled',
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: 'M2.167 2C1.523 2 1 2.523 1 3.167v3.004a4.17 4.17 0 0 0 4.315 4.168A5.49 5.49 0 0 1 5 8.5c0-.544.08-1.07.226-1.567l-1.08-1.08a.5.5 0 1 1 .707-.707l.784.783a5.522 5.522 0 0 1 2.691-2.484A4.161 4.161 0 0 0 5.171 2H2.167zm4.817 9.31l-1.783 1.784a.5.5 0 0 0 .708.707l1.783-1.785A4.5 4.5 0 0 0 15 8.5V5.227C15 4.55 14.45 4 13.773 4H10.5a4.5 4.5 0 0 0-3.516 7.31zm3.873-2.461l-2.454 2.454a3.52 3.52 0 0 1-.707-.708l2.454-2.453a.5.5 0 1 1 .707.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})