@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PersonSwap16Filled',
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.441 12.56l1.693 1.689L8 14.25c-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h4.174a1.507 1.507 0 0 0-.23.188L6.44 10.437a1.5 1.5 0 0 0 0 2.124zM8 1.75a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5zm.71 10.248h4.583l-1.146 1.143a.5.5 0 1 0 .706.708l2-1.996a.5.5 0 0 0 0-.708l-2-1.999a.5.5 0 0 0-.707.708l1.145 1.144H8.71l1.146-1.144a.5.5 0 0 0-.706-.708l-2.003 1.998a.5.5 0 0 0 0 .709l2.003 1.996a.5.5 0 0 0 .706-.708L8.71 11.998z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})