@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.3 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: 'Person632Filled',
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: 'M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0zM4 21.5A3.5 3.5 0 0 1 7.5 18h11.83a6.712 6.712 0 0 0-.83 3.243V26a6.47 6.47 0 0 0 1.112 3.637A17.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-.5zM25.243 18A3.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 */
)
])
)
)
}
})