@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.9 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PeopleSwap24Regular',
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: 'M14.937 15.5A2.001 2.001 0 0 0 13 14l-9-.001l-.15.005A2.001 2.001 0 0 0 2 16V17.5l.005.23C2.165 21.044 5.778 22 8.5 22c.855 0 1.798-.094 2.694-.326l-.681-.682a1.75 1.75 0 0 1-.401-.622a9.718 9.718 0 0 1-1.295.125L8.5 20.5l-.317-.005c-1.263-.039-2.44-.308-3.266-.753C3.95 19.222 3.5 18.509 3.5 17.5v-1.501l.01-.101a.506.506 0 0 1 .136-.253a.51.51 0 0 1 .253-.136l.101-.01l10.937.001zm-.157 6.223a.75.75 0 0 1-1.06 1.06l-2.5-2.498a.75.75 0 0 1 0-1.061l2.5-2.501a.75.75 0 1 1 1.06 1.06l-1.22 1.22h6.878l-1.219-1.22a.75.75 0 1 1 1.061-1.06l2.5 2.502a.75.75 0 0 1 0 1.06l-2.5 2.499a.75.75 0 1 1-1.06-1.061l1.22-1.22h-6.88l1.22 1.22zM22 17v.03l-1.012-1.014a1.742 1.742 0 0 0-.71-.432a.497.497 0 0 0-.188-.076L20 15.5h-4.051a2.957 2.957 0 0 0-.595-1.34L15.22 14H20c1.054 0 1.918.816 1.994 1.85L22 16v1zm-9-9.5a4.5 4.5 0 1 0-9 0a4.5 4.5 0 0 0 9 0zm-7.5 0c0-1.654 1.346-3 3-3s3 1.346 3 3s-1.346 3-3 3s-3-1.346-3-3zm15.5 1a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0zm-5.5 0c0-1.103.897-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})