@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.76 kB
JavaScript
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: 'BatterySaver24Filled',
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: 'M8.645 4.361c1.564 2.852 2.359 5.145 2.359 6.72c0 1.575-.744 2.896-1.466 3.52c-.058.05-.123.096-.196.137l-.114.057a.454.454 0 0 1-.634-.495l.025-.088c.612-1.515.909-3.004.885-4.464a.75.75 0 0 0-1.499-.023l.004.023c.006.37-.013.744-.056 1.12l-.066.478l-.042.237l-.068.33l-.102.412l-.043.156c-.17.602-.399 1.213-.684 1.833c-.763 1.658-2.079 2.875-3.912 3.634a.75.75 0 0 1-.574-1.387c.965-.399 1.737-.938 2.324-1.621c-1.663-.525-2.63-1.671-2.763-3.27c-.15-1.81.532-3.035 2.26-4.412l.49-.378l.356-.269l.37-.289c.832-.673 1.457-1.335 1.876-1.98c.3-.464 1.001-.47 1.27.02zM17 6.001a3 3 0 0 1 2.995 2.823l.005.177v1l1 .017a1 1 0 0 1 .993.879l.008.121v2a1 1 0 0 1-.866.991l-.134.01L20 14v1a3 3 0 0 1-2.824 2.994L17 18H8.243a1 1 0 0 1-.117-1.993L8.243 16h.63l.075-.005l.105-.019C9.796 15.814 12 14.773 12 11.018c0-1.216-.302-2.568-.905-4.054a.7.7 0 0 1 .553-.957L11.743 6H17z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})