@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.45 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: 'Person632Regular',
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 16a7 7 0 1 0 0-14a7 7 0 0 0 0 14zm0-2a5 5 0 1 1 0-10a5 5 0 0 1 0 10zm-8.5 6A1.5 1.5 0 0 0 6 21.5v.5c0 1.473.94 2.949 2.759 4.106c1.807 1.15 4.364 1.894 7.24 1.894c.956 0 1.875-.082 2.744-.233c.19.674.486 1.303.869 1.87A17.84 17.84 0 0 1 16 30c-3.198 0-6.14-.823-8.315-2.206C5.523 26.417 4 24.394 4 22v-.5A3.5 3.5 0 0 1 7.5 18h11.83a6.694 6.694 0 0 0-.716 2H7.5zm17.743-2A3.243 3.243 0 0 0 22 21.243V22a5 5 0 1 1-2 4v-4.757a5.243 5.243 0 0 1 8.95-3.707l.257.257a1 1 0 0 1-1.414 1.414l-.258-.257a3.243 3.243 0 0 0-2.292-.95zM25 29a3 3 0 1 0 0-6a3 3 0 0 0 0 6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})