@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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LeafThree16Regular',
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 1h2.85c.635 0 1.15.515 1.15 1.15V5c0 .345-.044.68-.126 1h.884C14.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.489 4.489 0 0 1-.788-1.49A4 4 0 0 1 1 8V5.148C1 4.515 1.515 4 2.15 4H5c.042 0 .084 0 .126.002A4.002 4.002 0 0 1 9 1zm1.854 9.854l-2.45 2.45A3.5 3.5 0 0 0 14 10.5V7.241A.242.242 0 0 0 13.758 7H10.5a3.5 3.5 0 0 0-2.803 5.596l2.45-2.45a.5.5 0 0 1 .707.708zM11.829 6c.11-.313.171-.65.171-1V2.15a.15.15 0 0 0-.15-.15H9a3.001 3.001 0 0 0-2.88 2.159A4.01 4.01 0 0 1 8.663 6.39A4.484 4.484 0 0 1 10.5 6h1.33zm-4.035.904A3.001 3.001 0 0 0 5 5H2.15a.15.15 0 0 0-.15.15V8a3 3 0 0 0 4.012 2.825a4.572 4.572 0 0 1 .047-1.058L4.146 7.854a.5.5 0 1 1 .708-.708l1.53 1.531c.313-.704.801-1.314 1.41-1.773z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})