@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.29 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: 'LightbulbCircle24Filled',
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: 'M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2zm2.481 15H9.519l.103.454l.043.152l.057.143c.288.646.902 1.05 1.587 1.05h1.382l.156-.009l.15-.023l.147-.035a1.727 1.727 0 0 0 1.233-1.276l.104-.456zM12 5.202a5 5 0 0 0-5 5l.008.271l.02.256l.034.252a4.995 4.995 0 0 0 1.64 2.978l.154.129l.321 1.412h5.644l.32-1.41l.163-.136a4.995 4.995 0 0 0 1.69-3.497l.006-.255a5 5 0 0 0-5-5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})