@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.78 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 48 48'
}
export default defineComponent({
name: 'BrightnessLow48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M24 7c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 1 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zm.046 27.022c5.51 0 9.975-4.466 9.975-9.976c0-5.509-4.466-9.975-9.975-9.975c-5.51 0-9.975 4.466-9.975 9.975c0 5.51 4.466 9.976 9.975 9.976zm0-2.5a7.475 7.475 0 1 1 0-14.951a7.475 7.475 0 0 1 0 14.95zM39.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 0 0 0 2.5h2.5zM24 36c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 0 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25zM10.75 25.25a1.25 1.25 0 1 0 0-2.5h-2.5a1.25 1.25 0 1 0 0 2.5h2.5zm1.617-12.884a1.25 1.25 0 0 1 1.767 0l1.5 1.5a1.25 1.25 0 1 1-1.767 1.768l-1.5-1.5a1.25 1.25 0 0 1 0-1.768zm1.767 23.268a1.25 1.25 0 0 1-1.767-1.768l1.5-1.5a1.25 1.25 0 0 1 1.767 1.768l-1.5 1.5zm21.5-23.268a1.25 1.25 0 0 0-1.767 0l-1.5 1.5a1.25 1.25 0 1 0 1.767 1.768l1.5-1.5a1.25 1.25 0 0 0 0-1.768zm-1.767 23.268a1.25 1.25 0 0 0 1.767-1.768l-1.5-1.5a1.25 1.25 0 0 0-1.767 1.768l1.5 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})