@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.65 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ChartPerson28Regular',
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: 'M14.25 2a.75.75 0 0 1 .75.75V3h7.75A3.25 3.25 0 0 1 26 6.25v10.5a.25.25 0 0 1-.25.25a.263.263 0 0 1-.258-.25a3.983 3.983 0 0 0-.992-2.396V6.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 6.25v12.5c0 .966.784 1.75 1.75 1.75h11.123a3.054 3.054 0 0 0-1.19 1.5h-4.599l-3.275 3.74a.75.75 0 0 1-1.129-.988L8.59 22H5.25A3.25 3.25 0 0 1 2 18.75V6.25A3.25 3.25 0 0 1 5.25 3h8.25v-.25a.75.75 0 0 1 .75-.75zM6.746 7.5a.75.75 0 1 0 0 1.5h5.501a.75.75 0 1 0 0-1.5h-5.5zm0 4a.75.75 0 1 0 0 1.5h10.502a.75.75 0 0 0 0-1.5H6.746zm0 4a.75.75 0 1 0 0 1.5h8.502a.75.75 0 1 0 0-1.5H6.745zM24.5 17a3 3 0 1 1-6 0a3 3 0 0 1 6 0zm2.5 6.25c0 1.868-1.571 3.75-5.5 3.75c-3.929 0-5.5-1.875-5.5-3.75v-.205c0-1.13.916-2.045 2.046-2.045h6.909c1.13 0 2.045.915 2.045 2.045v.205z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})