@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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: 'PersonSwap16Regular',
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: 'M10.75 4.5a2.75 2.75 0 1 0-5.5 0a2.75 2.75 0 0 0 5.5 0zm-4.5 0a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0zm.801 8.674l1.079 1.075l-.13.001c-3.14 0-5-2.029-5-4v-.5a1.5 1.5 0 0 1 1.5-1.5h4.18c-.083.055-.162.12-.236.193l-.81.807H4.5a.5.5 0 0 0-.5.5v.5c0 1.25 1.082 2.593 3.051 2.924zm.096-1.317a.5.5 0 0 1 0-.708L9.15 9.151a.5.5 0 1 1 .706.708L8.71 11.002h4.581l-1.145-1.144a.5.5 0 1 1 .707-.707l2 1.999a.5.5 0 0 1 0 .707l-2 1.997a.5.5 0 1 1-.706-.708l1.146-1.144H8.709l1.147 1.144a.5.5 0 0 1-.706.708l-2.003-1.997z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})