@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.42 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: 'Innosoft',
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: 'M422.559 159.71a27.379 27.379 0 0 0-13.866-23.337a26.42 26.42 0 0 0-26.211.133L73.943 314.647V176.261a11.955 11.955 0 0 1 6.047-10.34l138.076-79.713a12.153 12.153 0 0 1 11.922.025l32.656 18.853l-150.063 86.637v56l247.061-142.637l-118.513-68.407c-10.992-6.129-22.3-6.255-33.8-.27l-164.6 95.026c-10.634 6.12-16.771 16.39-17.29 29.124v191.5c.17 10.135 5.08 18.672 13.474 23.428a27.037 27.037 0 0 0 26.736-.045l308.408-178.066v138.281a11.976 11.976 0 0 1-5.92 10.368L230.025 425.77a12.175 12.175 0 0 1-11.937.062l-32.723-18.9l150.051-86.627v-56L88.367 406.932l118.794 68.583a33.88 33.88 0 0 0 34.25-.327l164.527-94.995c10.746-6.631 16.649-17.118 16.624-29.528z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})