@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PersonTag32Regular',
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: 'M13.998 15.997a6.999 6.999 0 1 0 0-13.997a6.999 6.999 0 0 0 0 13.997zm0-2a4.999 4.999 0 1 1 0-9.997a4.999 4.999 0 0 1 0 9.997zm-8.498 6a1.5 1.5 0 0 0-1.5 1.5v.499c0 1.472.94 2.948 2.758 4.105c1.807 1.15 4.364 1.894 7.24 1.894c1.389 0 2.703-.174 3.895-.483l1.606 1.606c-1.657.564-3.53.877-5.501.877c-3.198 0-6.14-.823-8.314-2.207C3.522 26.413 2 24.39 2 21.996v-.5a3.5 3.5 0 0 1 3.5-3.5h9.533c-.023.164-.035.33-.035.5v1.5H5.5zm24.797 6.195a2.4 2.4 0 0 0 0-3.393l-5.716-5.716a2 2 0 0 0-1.414-.586h-4.67a2 2 0 0 0-2 2v4.67a2 2 0 0 0 .586 1.414l5.716 5.716a2.4 2.4 0 0 0 3.393 0l4.105-4.105zm-10.3-5.195a1 1 0 1 1 0-2a1 1 0 0 1 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})