UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.43 kB
'use strict' 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 640 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Skyatlas', 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: 'M640 329.3c0 65.9-52.5 114.4-117.5 114.4c-165.9 0-196.6-249.7-359.7-249.7c-146.9 0-147.1 212.2 5.6 212.2c42.5 0 90.9-17.8 125.3-42.5c5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1c-40.9 35.6-100.3 61.2-154.7 61.2c-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9c99.9 0 94.8-139.7 3.4-139.7c-17.5 0-35 11.6-46.9 11.6c-8.4 0-15.9-7.2-15.9-15.6c0-11.6 5.3-23.7 5.3-36.3c0-66.6-50.9-114.7-116.9-114.7c-53.1 0-80 36.9-88.8 36.9c-6.2 0-11.2-5-11.2-11.2c0-5.6 4.1-10.3 7.8-14.4c25.3-28.8 64.7-43.7 102.8-43.7c79.4 0 139.1 58.4 139.1 137.8c0 6.9-.3 13.7-1.2 20.6c11.9-3.1 24.1-4.7 35.9-4.7c60.7 0 111.9 45.3 111.9 107.2z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })