@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleSwap28Filled',
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: 'M16.944 17.527A2.001 2.001 0 0 0 15 16L4 16l-.15.006A2.001 2.001 0 0 0 2 18v2.5l.005.248C2.171 24.752 6.351 26 9.5 26c1.35 0 2.888-.23 4.219-.806l-1.206-1.207a1.75 1.75 0 0 1 0-2.474l3.5-3.5c.263-.264.59-.426.93-.486zm1.04 3.465l.503-.505a1.75 1.75 0 0 0-.507-2.828a2.98 2.98 0 0 0-.634-1.509l-.126-.149L24 16c1.054 0 1.918.816 1.994 1.85L26 18v2.025l-2.013-2.012a1.75 1.75 0 1 0-2.474 2.474l.512.513h-4.042v-.008zm-.01 3.508H18v.025l-.025-.025zM15 8.5a5.5 5.5 0 1 0-11.001.001A5.5 5.5 0 0 0 15 8.5zm10 1a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0zm-7.22 10.28a.75.75 0 1 0-1.06-1.06l-3.5 3.5a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 1 0 1.06-1.06l-2.22-2.22h8.88l-2.22 2.22a.75.75 0 1 0 1.06 1.06l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 1 0-1.06 1.06L24.44 22h-8.88l2.22-2.22z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})