@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
31 lines (30 loc) • 1.38 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 384 512'
}
export default defineComponent({
name: 'Gripfire',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'path',
{
d: 'M112.5 301.4c0-73.8 105.1-122.5 105.1-203c0-47.1-34-88-39.1-90.4c.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3c65.1 46.7 78.1 71.4 78.1 86.6c0 10.1-4.8 17-4.8 22.3c13.1-16.7 17.4-31.9 17.5-46.4c0-29.6-21.7-56.3-44.2-86.5c-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1c0 44.7-54.2 111.2-56.6 116.7c-2.2 5.1-3.2 10.5-3.2 15.8c0 20.1 15.2 42.1 17.9 42.1c2.4 0 56.6-55.4 58.1-87.7c6.4 11.7 9.1 22.6 9.1 33.4c0 41.2-41.8 96.9-41.8 96.9c0 11.6 31.9 53.2 35.5 53.2c1 0 2.2-1.4 3.2-2.4c37.9-39.3 67.3-85 67.3-136.8c0-8-.7-16.2-2.2-24.6z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})