@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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: 'PersonBoard24Regular',
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: 'M15.25 12.25a1.75 1.75 0 0 0-1.75-1.75h-6a1.75 1.75 0 0 0-1.75 1.75v.5c0 1.079.515 1.655 1.376 2.2c.85.538 2.027.8 3.374.8c1.589 0 2.775-.258 3.57-.805c.812-.559 1.18-1.144 1.18-2.195v-.5zm-8 0A.25.25 0 0 1 7.5 12h6a.25.25 0 0 1 .25.25v.5c0 .266-.035.329-.102.45c-.017.03-.036.065-.057.107a1.217 1.217 0 0 1-.503.516c-.493.284-1.309.427-2.588.427c-1.019 0-1.846-.14-2.41-.433a1.607 1.607 0 0 1-.625-.535a1.978 1.978 0 0 0-.086-.12c-.083-.11-.129-.17-.129-.412v-.5zM13 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0zm-1.5 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zM3 6.25A3.25 3.25 0 0 1 6.25 3h8.5A3.25 3.25 0 0 1 18 6.25v8.5A3.25 3.25 0 0 1 14.75 18h-8.5A3.25 3.25 0 0 1 3 14.75v-8.5zM6.25 4.5A1.75 1.75 0 0 0 4.5 6.25v8.5c0 .966.784 1.75 1.75 1.75h8.5a1.75 1.75 0 0 0 1.75-1.75v-8.5a1.75 1.75 0 0 0-1.75-1.75h-8.5zm2.5 16A3.248 3.248 0 0 1 6.01 19h9.24A3.75 3.75 0 0 0 19 15.25V6.01a3.247 3.247 0 0 1 1.5 2.74v6.5c0 2.9-2.35 5.25-5.25 5.25h-6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})