UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.18 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: 'Infinity', 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: 'M471.1 96C405 96 353.3 137.3 320 174.6C286.7 137.3 235 96 168.9 96C75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6c33.3 37.3 85 78.6 151.1 78.6c93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64c-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64c20.4-27.6 55.9-64 94-64c40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })