@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
13 lines (12 loc) • 1.42 kB
JavaScript
import { openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'BrightnessHigh16Filled',
render: function render(_ctx, _cache) {
return _openBlock(), _createElementBlock('svg', _hoisted_1, _cache[0] || (_cache[0] = [_createStaticVNode('<g fill="none"><path d="M8.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1z" fill="currentColor"></path><path d="M11 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0zM8 6v4a2 2 0 1 0 0-4z" fill="currentColor"></path><path d="M15 8a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 1 .5.5z" fill="currentColor"></path><path d="M8.5 13.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1z" fill="currentColor"></path><path d="M3 8a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1 0-1h1A.5.5 0 0 1 3 8z" fill="currentColor"></path><path d="M3.854 3.147a.5.5 0 0 0-.708.707l1 1a.5.5 0 1 0 .708-.707l-1-1z" fill="currentColor"></path><path d="M3.146 12.854a.5.5 0 0 0 .708 0l1-1a.5.5 0 1 0-.708-.707l-1 1a.5.5 0 0 0 0 .707z" fill="currentColor"></path><path d="M12.146 3.147a.5.5 0 0 1 .708.707l-1 1a.5.5 0 0 1-.708-.707l1-1z" fill="currentColor"></path><path d="M12.854 12.854a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.707l1 1a.5.5 0 0 1 0 .707z" fill="currentColor"></path></g>', 1)]))
}
})