@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.42 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 512 512'
}
export default defineComponent({
name: 'Meteor',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M511.328 20.803c-11.608 38.702-34.307 111.701-61.303 187.7c6.999 2.094 13.404 4 18.606 5.594a16.062 16.062 0 0 1 9.499 22.906c-22.106 42.297-82.69 152.795-142.478 214.404c-1 1.093-2 2.5-3 3.5A194.83 194.83 0 1 1 57.085 179.41c1-1 2.406-2 3.5-3c61.6-59.905 171.973-120.405 214.373-142.498a16.058 16.058 0 0 1 22.903 9.5c1.593 5.093 3.5 11.593 5.593 18.593c75.894-27 148.977-49.702 187.674-61.296a16.183 16.183 0 0 1 20.2 20.094zm-191.377 299.2A127.98 127.98 0 1 0 191.971 448a127.976 127.976 0 0 0 127.98-127.998zm-127.98-32a31.995 31.995 0 1 1-31.996-32a31.959 31.959 0 0 1 31.996 32zM223.966 368a15.998 15.998 0 1 1-15.998-16a16.05 16.05 0 0 1 15.998 16z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})