UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.32 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 536 512' } exports.default = (0, vue_1.defineComponent)({ name: 'StarHalfAlt', 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: 'M508.55 171.51L362.18 150.2L296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38l-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103l-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68l130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71c18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49l105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62l4.28 24.88l19.52 113.45l-102.13-53.59l-22.38-11.74l.03-317.19l51.03 103.29l11.18 22.63l25.01 3.64l114.23 16.63l-82.65 80.38z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })