@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.52 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LightbulbFilament16Filled',
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: 'M4.83 3.31a4.414 4.414 0 0 1 3.168-1.309a4.55 4.55 0 0 1 3.184 1.284a4.318 4.318 0 0 1 1.32 3.102c0 1.293-.585 2.443-1.619 3.438L10.577 11H8.5V7.5a.5.5 0 0 0-1 0V11H5.466l-.23-.963C4.154 8.907 3.556 7.819 3.5 6.582v-.038c.04-1.296.533-2.423 1.331-3.233zM7.5 4.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-1 0zm3.078.795a.5.5 0 0 0-.707 0l-.708.707a.5.5 0 0 0 .708.707l.707-.707a.5.5 0 0 0 0-.707zm-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707L6.1 5.294zM5.704 12l.233.978l.008.022c.1.297.292.544.534.717c.251.18.558.282.882.282h.002l1.383-.004l.021-.002a1.51 1.51 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.229-.874H5.704z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})