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.83 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BatterySaver20Filled', 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: 'M9.585 5l3.915.015a2.5 2.5 0 0 1 2.496 2.353l.004.147v.833h1.167a.83.83 0 0 1 .827.732l.006.102v1.666a.833.833 0 0 1-.721.826l-.112.008H16v.833a2.5 2.5 0 0 1-2.353 2.496l-.147.004L6 15c-.18 0-.499-.12-.499-.502S5.792 14 6 14h.045C7.317 14 10 13.01 10 9.716c0-1.014-.452-2.675-.955-3.913a.583.583 0 0 1 .46-.798L9.586 5zm-2.419-.712C8.382 6.528 9 8.328 9 9.564c0 1.237-.578 2.274-1.14 2.764a.932.932 0 0 1-.152.107l-.089.045a.351.351 0 0 1-.467-.177a.36.36 0 0 1-.025-.211l.02-.07c.475-1.189.705-2.358.687-3.505a.586.586 0 0 0-.592-.58a.586.586 0 0 0-.573.563l.003.018c.004.29-.01.583-.043.88l-.052.374l-.032.186l-.054.259l-.079.324l-.033.122a9.91 9.91 0 0 1-.532 1.44c-.593 1.301-1.616 2.257-3.04 2.852a.58.58 0 0 1-.763-.319a.591.591 0 0 1 .316-.77c.75-.313 1.35-.736 1.806-1.273c-1.292-.412-2.045-1.311-2.147-2.567c-.117-1.42.413-2.382 1.757-3.464l.657-.507l.287-.227c.648-.529 1.133-1.048 1.459-1.555c.234-.364.779-.369.987.015z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })