@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.41 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'ArrowForwardDownPerson20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})