@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.68 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'LeafThree24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M19 7.5c0 .52-.072 1.023-.207 1.5h1.62C21.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.494 6.494 0 0 1-.954-1.655A6 6 0 0 1 2.25 12V7.514C2.25 6.678 2.928 6 3.764 6h4.443A5.502 5.502 0 0 1 13.5 2h4.06c.795 0 1.44.645 1.44 1.44V7.5zM9.722 6.182a6.013 6.013 0 0 1 3.879 3.1A6.499 6.499 0 0 1 15.5 9h1.71c.187-.463.29-.97.29-1.5v-4h-4a4.002 4.002 0 0 0-3.778 2.682zm2.813 13.344A5 5 0 0 0 20.5 15.5v-4.914a.086.086 0 0 0-.086-.086H15.5a5 5 0 0 0-4.026 7.965l4.246-4.245a.75.75 0 1 1 1.06 1.06l-4.245 4.246zM9 15.5c0-.592.08-1.166.228-1.711L6.47 11.03a.75.75 0 1 1 1.06-1.06l2.318 2.317a6.532 6.532 0 0 1 2.375-2.402A4.5 4.5 0 0 0 8.25 7.5H3.759l-.005.004a.022.022 0 0 0-.003.005l-.001.005V12a4.5 4.5 0 0 0 5.316 4.426A6.557 6.557 0 0 1 9 15.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})