@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LeafThree24Filled',
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: 'M13.5 2a5.5 5.5 0 0 0-4.905 3.008a6.995 6.995 0 0 1 5.49 3.125C14.545 8.046 15.018 8 15.5 8h3.478c.014-.165.022-.331.022-.5V3.44A1.44 1.44 0 0 0 17.56 2H13.5zM8.426 17.997A6 6 0 0 1 2.25 12V7.514C2.25 6.678 2.928 6 3.764 6H8.25c1.966 0 3.712.946 4.806 2.407a7.522 7.522 0 0 0-3.938 3.15L7.53 9.97a.75.75 0 0 0-1.06 1.06l1.96 1.96A7.488 7.488 0 0 0 8 15.5c0 .876.15 1.716.426 2.497zM9 15.5A6.5 6.5 0 0 1 15.5 9h4.914C21.29 9 22 9.71 22 10.586V15.5a6.5 6.5 0 0 1-10.535 5.096L10.28 21.78a.75.75 0 1 1-1.06-1.06l1.184-1.185A6.473 6.473 0 0 1 9 15.5zm3.177 4.383l4.603-4.603a.75.75 0 1 0-1.06-1.06l-4.603 4.603c.303.4.66.757 1.06 1.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})