UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.54 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 512 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Satellite', 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: 'M502.61 310.042l-96.704 96.716a31.882 31.882 0 0 1-45.008 0l-80.326-80.417l-9.892 9.908a190.563 190.563 0 0 1-5.407 168.523c-4.501 8.5-16.394 9.595-23.208 2.797L134.547 400.054l-17.8 17.8c.703 2.61 1.61 5 1.61 7.798a32.005 32.005 0 1 1-32.006-32.005c2.798 0 5.189.907 7.799 1.61l17.8-17.8L4.43 269.943c-6.798-6.814-5.704-18.612 2.798-23.206a190.582 190.582 0 0 1 168.528-5.407l9.799-9.799l-80.31-80.417a32.002 32.002 0 0 1 0-45.1l96.719-96.716A31.626 31.626 0 0 1 224.469 0a32 32 0 0 1 22.597 9.298l80.326 80.308l47.805-47.897a33.608 33.608 0 0 1 47.509 0l47.508 47.506a33.633 33.633 0 0 1 0 47.507l-47.805 47.897l80.31 80.417a31.79 31.79 0 0 1-.11 45.006zM219.562 197.433l73.825-73.823l-68.918-68.9l-73.81 73.807zm237.743 90.106l-68.902-68.916l-73.825 73.823l68.918 68.9z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })