UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.44 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: 'Mendeley', 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: 'M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2c-43.3-1-49.7-34.9-37.5-98.8c22.8-57.5-14.9-131.5-87.4-130.8c-77.4.7-81.7 82-130.9 82c-48.1 0-54-81.3-130.9-82c-72.9-.8-110.1 73.3-87.4 130.8c12.2 63.9 5.8 97.8-37.5 98.8c-21.2-2.3-37 6.5-53 22.5c-19.9 19.7-19.3 94.8 42.6 102.6c47.1 5.9 81.6-42.9 61.2-87.8c-47.3-103.7 185.9-106.1 146.5-8.2c-.1.1-.2.2-.3.4c-26.8 42.8 6.8 97.4 58.8 95.2c52.1 2.1 85.4-52.6 58.8-95.2c-.1-.2-.2-.3-.3-.4c-39.4-97.9 193.8-95.5 146.5 8.2c-4.6 10-6.7 21.3-5.7 33c4.9 53.4 68.7 74.1 104.9 35.2c17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8c0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8c0 25-19.2 62.8-62.8 62.8z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })