@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.27 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'PersonLightbulb24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})