UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.32 kB
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 16 16' } export default defineComponent({ name: 'LeafTwo16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })