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.56 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'LightbulbCircle24Regular', 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 2zm0 1.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17zm0 1.702a5 5 0 0 1 3.11 8.915l.032-.028l-.765 3.367a1.734 1.734 0 0 1-1.38 1.311l-.15.023l-.156.008h-1.382c-.734 0-1.386-.463-1.644-1.192l-.043-.152l-.766-3.366l-.155-.129a5 5 0 0 1-1.672-3.23l-.021-.256L7 10.202a5 5 0 0 1 5-5zM13.17 16h-2.342l.245 1.078l.019.067a.23.23 0 0 0 .217.153l1.34.001l.069-.002a.23.23 0 0 0 .197-.175L13.17 16zM12 6.702c-1.933 0-3.5 1.567-3.5 3.478l.006.228a3.493 3.493 0 0 0 1.459 2.641a.75.75 0 0 1 .294.444l.229 1.009l.04-.002h2.943l.039.002l.23-1.008a.75.75 0 0 1 .199-.363l.08-.069l.169-.128A3.5 3.5 0 0 0 12 6.702z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })