UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.44 kB
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: 'PersonLightbulb24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })