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.42 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: 'ArrowForwardDownPerson20Filled', 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: 'M13.434 4.745l2.256 2.256H12l-.258-.005C8.942 6.908 7.25 5.38 7.25 3.25a.75.75 0 0 0-1.5 0l.004.213C5.867 6.423 8.35 8.5 12 8.5l3.69.001l-2.256 2.255l-.072.084a.75.75 0 0 0 1.133.976l3.535-3.535a.746.746 0 0 0 .089-.107l.035-.055l.046-.099l.03-.1l.016-.093l.004-.06l-.004-.093l-.009-.062l-.016-.068l-.032-.091l-.05-.095l-.04-.06l-.069-.078l-3.535-3.535l-.084-.073a.75.75 0 0 0-.977 1.133zM7.5 11a2 2 0 1 1-4 0a2 2 0 0 1 4 0zM9 15.5C9 16.745 8 18 5.5 18S2 16.75 2 15.5A1.5 1.5 0 0 1 3.5 14h4A1.5 1.5 0 0 1 9 15.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })