@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.4 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'PersonSwap16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})