@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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: 'PersonLightbulb24Filled',
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 16c0-.711.148-1.387.416-2H6.252a2.249 2.249 0 0 0-2.249 2.25v.919c0 .572.179 1.13.51 1.596C6.057 20.929 8.58 22 12 22c1.175 0 2.244-.126 3.204-.38l-.346-1.731A4.992 4.992 0 0 1 13 16zm4-8.995a5 5 0 1 0-10 0a5 5 0 0 0 10 0zM22 16c0 1.38-.7 2.598-1.763 3.317L20.1 20h-4.2l-.137-.683A4 4 0 1 1 22 16zm-5.9 5l.159.794A1.5 1.5 0 0 0 17.729 23h.541a1.5 1.5 0 0 0 1.471-1.206L19.9 21h-3.8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})