@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.45 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: 'GlideG',
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: 'M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8c-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0C97.3 0 39 113.7 39 198.4C39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8c-16.9 128.9-90.8 133.1-90.8 94.6c0-39.2 45-58.6 45.5-61c-.3-12.2-47-27.6-58.9-27.6c-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4c15.1-60.5 11.2-63.3 19.7-67.6c32.2-16.2 57.5-27 93.8-27c17.8 0 30.5 3.7 58.9 8.4c2.9 0 6.7-2.9 6.7-5.8c0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3c-2.3 10.2-13.3 7.8-22 7.8c-38.3 0-49-41.8-49-73.1c0-47 18-109.3 61.8-133.4c7-4.1 14.8-6.7 22.6-6.7c18.6 0 20 13.3 20 28.7c-.1 14.3-2.7 28.5-5.6 42.4z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})