@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.26 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 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Avianex',
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: 'M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5l-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2l-17.9 12.7l-40.6-61l-52.4-48.1l15.7-15.4l58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8l18.8-28.9l8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4c7.7-6.5 21.5-2.9 30.7 7.9c9 10.5 10.6 24.7 2.7 31.3c-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3l94.9 119.4l-6.3 7.9z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})