UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.51 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'LightbulbFilament48Filled', 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: 'M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.239 1.82 8.054 4.718 10.704c.45.411.751.875.873 1.352l1.265 4.944h6.394v-14a1.25 1.25 0 0 1 2.5 0v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.465 14.465 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4zm7.006 34H16.995l.62 2.427A4.75 4.75 0 0 0 22.219 44h3.565a4.75 4.75 0 0 0 4.602-3.572L31.006 38zM25.25 12.25v3.5a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 1 1 2.5 0zm7.382 3.116a1.25 1.25 0 0 1 0 1.767l-2.497 2.497a1.25 1.25 0 0 1-1.769-1.768l2.498-2.496a1.25 1.25 0 0 1 1.768 0zm-13 2.496a1.25 1.25 0 1 1-1.768 1.768l-2.498-2.497a1.25 1.25 0 1 1 1.768-1.767l2.498 2.496z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })