We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solar icon set doesn't seems to be working
<!-- Not working --> <div class="badge badge-primary"> <i-solar:cup-star-bold mr-1 /> {{ metadata.data.rank }} </div> <!-- Working --> <div class="badge badge-primary"> <i-fa6-solid:ranking-star mr-1 /> {{ metadata.data.rank }} </div>
https://git.illya.network/automne/reprod-solar-issue
{ "name": "reprod-solar-issue", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@unocss/reset": "^0.52.3", "@vueuse/core": "^10.1.2", "@vueuse/head": "^1.1.26", "vue": "^3.3.4" }, "devDependencies": { "@iconify/json": "^2.2.69", "@types/node": "^20.2.3", "@vitejs/plugin-vue": "^4.2.3", "autoprefixer": "^10.4.14", "critters": "^0.0.16", "tailwindcss": "^3.3.2", "typescript": "^5.0.4", "unocss": "^0.52.3", "unplugin-auto-import": "^0.16.2", "unplugin-icons": "^0.16.1", "unplugin-vue-components": "^0.24.1", "unplugin-vue-macros": "^2.2.0", "vite": "^4.3.8", "vite-ssg": "^0.22.2" } }
pnpm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Solar icon set doesn't seems to be working
Reproduction
https://git.illya.network/automne/reprod-solar-issue
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: