UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.42 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 384 512' } exports.default = (0, vue_1.defineComponent)({ name: 'GoodreadsG', 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: 'M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1c1.6 0 3.1-.4 3.6 2.1c7.1 34.9 30 54.6 62.9 63.9c26.9 7.6 54.1 7.8 81.3 1.8c33.8-7.4 56-28.3 68-60.4c8-21.5 10.7-43.8 11-66.5c.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4c-22.1 43.1-61.3 67.4-105.4 69.1c-103 4-169.4-57-172-176.2c-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3c.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2c-.1 78.5-26.7 143.7-103 162.2c-69.5 16.9-159 4.8-196-57.2c-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8c-4.1 59 14.8 122.2 71.5 148.6c27.6 12.9 74.3 15 108.3-8.7c47.6-33.2 62.7-97 54.8-154c-9.7-71.1-47.8-120-119.6-119.7z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })