@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.45 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 24 24'
}
export default defineComponent({
name: 'BatteryWarning24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.244 11.2a1.5 1.5 0 0 1 .556.556l4.01 6.998A1.5 1.5 0 0 1 11.507 21H3.489a1.5 1.5 0 0 1-1.302-2.246l4.01-6.998a1.5 1.5 0 0 1 2.047-.556zM7.5 18a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1zM17 6a3 3 0 0 1 3 3v1h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v1a3 3 0 0 1-3 3h-3.471l-.859-1.5h4.328a1.5 1.5 0 0 0 1.493-1.355l.007-.145V9a1.5 1.5 0 0 0-1.355-1.493l-.145-.007H5a1.5 1.5 0 0 0-1.493 1.356L3.5 9l-.001 5.453l-1.135 1.982A2.987 2.987 0 0 1 2 15V9a3 3 0 0 1 3-3h12zm-9.502 7a.5.5 0 0 0-.492.41l-.008.09v3l.008.09a.5.5 0 0 0 .984 0l.008-.09v-3l-.008-.09a.5.5 0 0 0-.492-.41z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})