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.48 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BranchForkHint20Filled', 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: 'M6 2a3 3 0 0 0-.5 5.959v3.791a.5.5 0 0 0 1 0V11H12a2.5 2.5 0 0 0 2.5-2.5v-.541a3 3 0 1 0-1 0V8.5A1.5 1.5 0 0 1 12 10H6.5V7.959A3 3 0 0 0 6 2zM4.875 13.407a.5.5 0 1 0-.582-.814a3.019 3.019 0 0 0-1.122 1.55a.5.5 0 1 0 .955.297a1.989 1.989 0 0 1 .749-1.033zm2.903-.814a.5.5 0 1 0-.581.814a2.022 2.022 0 0 1 .748 1.033a.5.5 0 1 0 .955-.297a2.99 2.99 0 0 0-1.122-1.55zm-3.492 3.413a.5.5 0 0 0-.874.486a3.002 3.002 0 0 0 1.381 1.275a.5.5 0 1 0 .414-.91a1.996 1.996 0 0 1-.92-.85zm4.373.486a.5.5 0 0 0-.874-.486a2.001 2.001 0 0 1-.978.875a.5.5 0 1 0 .386.923a2.995 2.995 0 0 0 1.466-1.312z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })