@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.36 kB
JavaScript
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: 'ArrowForwardDownPerson20Regular',
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.61 4.319L16.294 7H12l-.261-.005C8.806 6.906 7 5.274 7 3a.5.5 0 0 0-1 0l.004.208C6.114 6.025 8.478 8 12 8l4.293.001l-2.682 2.681l-.058.07a.5.5 0 0 0 .765.638l3.55-3.551l.055-.072l.04-.075l.02-.063l.015-.086v-.067L18 7.5a.496.496 0 0 0-.011-.104l-.005-.021l-.023-.068l-.027-.056l-.05-.07l-3.566-3.57l-.07-.057a.5.5 0 0 0-.637.765zM7.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 */
)
])
)
)
}
})