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.78 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: 'LightbulbFilament48Regular', 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 6.5c-6.627 0-12 5.373-12 12c0 3.508 1.504 6.663 3.905 8.859c.717.655 1.338 1.522 1.608 2.577L18.68 34.5h4.07v-13a1.25 1.25 0 0 1 2.5 0v13h4.071l1.17-4.568c.27-1.054.89-1.92 1.606-2.575A11.965 11.965 0 0 0 36 18.5c0-6.627-5.373-12-12-12zm-3.962 33.307a2.25 2.25 0 0 0 2.18 1.693h3.565a2.25 2.25 0 0 0 2.18-1.692L28.68 37H19.32l.718 2.807zM9.5 18.5C9.5 10.492 15.992 4 24 4s14.5 6.492 14.5 14.5c0 4.237-1.82 8.052-4.715 10.701c-.45.412-.75.875-.873 1.351l-2.527 9.876A4.75 4.75 0 0 1 25.783 44h-3.566a4.75 4.75 0 0 1-4.601-3.573l-2.525-9.871c-.122-.477-.423-.94-.873-1.352A14.465 14.465 0 0 1 9.5 18.5zm15.75-6.25a1.25 1.25 0 1 0-2.5 0v3.5a1.25 1.25 0 1 0 2.5 0v-3.5zm7.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 */ ) ]) ) ) } })