@vicons/tabler
Version:
Vue3 SVG icon components integrated from [`tabler`](https://github.com/tabler/tabler-icons)
15 lines (14 loc) • 1.08 kB
JavaScript
'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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Recharging',
render: function render(_ctx, _cache) {
return (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)('svg', _hoisted_1, _cache[0] || (_cache[0] = [(0, vue_1.createStaticVNode)('<g fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7.038 4.5a9 9 0 0 0-2.495 2.47"></path><path d="M3.186 10.209a9 9 0 0 0 0 3.508"></path><path d="M4.5 16.962a9 9 0 0 0 2.47 2.495"></path><path d="M10.209 20.814a9 9 0 0 0 3.5 0"></path><path d="M16.962 19.5a9 9 0 0 0 2.495-2.47"></path><path d="M20.814 13.791a9 9 0 0 0 0-3.508"></path><path d="M19.5 7.038a9 9 0 0 0-2.47-2.495"></path><path d="M13.791 3.186a9 9 0 0 0-3.508-.02"></path><path d="M12 8l-2 4h4l-2 4"></path><path d="M12 21a9 9 0 0 0 0-18"></path></g>', 1)]))
}
})