@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 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: 'PersonTag24Regular',
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: 'M10.998 13.996v1.5H4.25a.749.749 0 0 0-.749.748v.578c0 .536.191 1.054.54 1.461c1.253 1.468 3.22 2.214 5.958 2.214c1.106 0 2.086-.122 2.945-.363l1.17 1.192c-1.18.448-2.554.671-4.115.671c-3.146 0-5.533-.905-7.1-2.74A3.75 3.75 0 0 1 2 16.823v-.578a2.25 2.25 0 0 1 2.25-2.248h6.748zM15 7a5 5 0 1 0-10.001.001a5 5 0 0 0 10.001 0zM6.497 7a3.5 3.5 0 1 1 7.001 0a3.5 3.5 0 0 1-7 0zm10.074 15.4l-4-4.072a1.993 1.993 0 0 1-.573-1.398v-2.936A2 2 0 0 1 14 11.998l2.918-.002c.528 0 1.035.207 1.41.576l4.076 4.015c.79.777.795 2.045.013 2.828l-2.994 2.997a2.009 2.009 0 0 1-2.852-.012zm-1.576-6.404a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})