UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.97 kB
'use strict' 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: 'PeopleSwap28Regular', 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.156-1.156c-.993.326-2.006.424-2.628.452l-.435.01l-.341-.005c-1.475-.047-2.868-.394-3.864-.97C4.087 22.829 3.5 21.839 3.5 20.5V18l.01-.101a.506.506 0 0 1 .136-.253a.51.51 0 0 1 .253-.136L4 17.5l11 .001l.09.008c.232.043.41.248.41.492v.524l.513-.512c.263-.264.59-.426.93-.486zm5.833-.027h-.054l-4.774.001a2.956 2.956 0 0 0-.595-1.34L17.22 16L24 16l.15.006a2.001 2.001 0 0 1 1.844 1.837L26 18v2.025l-1.5-1.5V18a.501.501 0 0 0-.41-.492L24 17.5h-1.223zm-4.802 7H18v.025l-.025-.025zM15 8.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-9.5 0c0-2.206 1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4s-4-1.794-4-4zm19.5 1a4.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-3zm.28 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 */ ) ]) ) ) } })