UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.5 kB
'use strict' 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: 'LeafTwo16Regular', 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: 'M1 3.167v3.004a4.17 4.17 0 0 0 5.328 4.008c.164.41.387.789.658 1.128l-1.785 1.787a.5.5 0 0 0 .708.707l1.784-1.786A4.498 4.498 0 0 0 15 8.502v-3.27c0-.678-.55-1.227-1.227-1.227h-3.27c-.566 0-1.106.104-1.604.294A4.17 4.17 0 0 0 5.17 2H2.167C1.523 2 1 2.523 1 3.167zm7.405 8.135l2.452-2.453a.5.5 0 0 0-.708-.707L7.7 10.594a3.498 3.498 0 0 1 2.803-5.59h3.271c.125 0 .227.102.227.227v3.271a3.498 3.498 0 0 1-5.595 2.8zM5.171 3A3.17 3.17 0 0 1 8.01 4.758A4.515 4.515 0 0 0 6.389 6.68L4.853 5.146a.5.5 0 1 0-.707.708L6.064 7.77a4.53 4.53 0 0 0-.003 1.444A3.17 3.17 0 0 1 2 6.17l-.001-3.004C2 3.075 2.075 3 2.167 3h3.004z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })