@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.32 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'WindowAdPerson20Regular',
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: 'M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3.401a2.98 2.98 0 0 0-1-.36V7H4v7a2 2 0 0 0 2 2h5.05c-.033.162-.05.329-.05.5c0 .167.013.334.038.5H6a3 3 0 0 1-3-3V6zm3-2a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2H6zm9.5 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm0 5c2.5 0 3.5-1.255 3.5-2.5a1.5 1.5 0 0 0-1.5-1.5h-4a1.5 1.5 0 0 0-1.5 1.5c0 1.25 1 2.5 3.5 2.5zM6 12h3V9H6v3zM5 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})