UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

31 lines (30 loc) 1.18 kB
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: 'EdgeLegacy', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M25.71 228.16l.35-.48c0 .16 0 .32-.07.48zm460.58 15.51c0-44-7.76-84.46-28.81-122.4C416.5 47.88 343.91 8 258.89 8C119 7.72 40.62 113.21 26.06 227.68c42.42-61.31 117.07-121.38 220.37-125c0 0 109.67 0 99.42 105H170c6.37-37.39 18.55-59 34.34-78.93c-75.05 34.9-121.85 96.1-120.75 188.32c.83 71.45 50.13 144.84 120.75 172c83.35 31.84 192.77 7.2 240.13-21.33V363.31c-80.87 56.49-270.87 60.92-272.26-67.57h314.08v-52.07z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })