@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.09 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 448 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Superpowers',
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)(
'path',
{
d: 'M448 32c-83.3 11-166.8 22-250 33c-92 12.5-163.3 86.7-169 180c-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33c91.8-12.5 163.3-86.8 168.7-179.8c3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5c-79.5-4.7-140.7-71-136.3-151c4.5-79.2 74.3-139.3 153-134.5c79.3 4.7 140.5 71 136.1 151z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})