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.6 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BranchForkHint24Regular', 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.5 2a3.5 3.5 0 0 0-1 6.855v5.395a.75.75 0 0 0 1.5 0V13h6.25A3.75 3.75 0 0 0 17 9.25v-.285a3.5 3.5 0 1 0-1.5-.11v.395a2.25 2.25 0 0 1-2.25 2.25H7V8.965A3.5 3.5 0 0 0 6.5 2zm-2 3.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm12-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4zM5.341 16.884a.75.75 0 0 0-.872-1.22a3.525 3.525 0 0 0-1.231 1.588a.75.75 0 1 0 1.4.54a1.986 1.986 0 0 1 .703-.908zm3.19-1.22a.75.75 0 0 0-.872 1.22a2.011 2.011 0 0 1 .704.907a.75.75 0 1 0 1.4-.539a3.487 3.487 0 0 0-1.232-1.588zM4.777 19.52a.75.75 0 1 0-1.294.759a3.501 3.501 0 0 0 1.474 1.37a.75.75 0 0 0 .662-1.346a1.993 1.993 0 0 1-.842-.783zm4.74.759a.75.75 0 0 0-1.294-.759a2.001 2.001 0 0 1-.842.783a.75.75 0 0 0 .662 1.346a3.494 3.494 0 0 0 1.474-1.37z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })