@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.26 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 24 24'
}
export default defineComponent({
name: 'ArrowForwardDownPerson24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M16.296 5.706a1 1 0 1 1 1.415-1.414l4.997 5.004a1 1 0 0 1 0 1.413l-4.997 4.998a1 1 0 1 1-1.415-1.414L19.59 11H13a8 8 0 0 1-7.996-7.75L5 3a1 1 0 0 1 2 0a6 6 0 0 0 5.775 5.996L13 9h6.586l-3.29-3.294zM9 13.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zm2 5.375C11 20.431 9.714 22 6.5 22S2 20.437 2 18.875v-.103C2 17.792 2.794 17 3.773 17h5.454c.98 0 1.773.793 1.773 1.772v.103z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})