@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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PersonLightbulb24Regular',
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.025 15.5a4.965 4.965 0 0 1 .391-1.5H6.252a2.249 2.249 0 0 0-2.249 2.25v.577c0 .892.319 1.756.899 2.435c1.566 1.834 3.952 2.74 7.098 2.74c1.175 0 2.244-.127 3.204-.38l-.294-1.474c-.85.235-1.82.353-2.91.353c-2.738 0-4.704-.745-5.958-2.213a2.25 2.25 0 0 1-.539-1.461v-.578c0-.413.336-.749.75-.749h6.772zM17 7.005a5 5 0 1 0-10 0a5 5 0 0 0 10 0zm-8.5 0a3.5 3.5 0 1 1 7 0a3.5 3.5 0 0 1-7 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 */
)
])
)
)
}
})