Skip to content
New issue

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 not importing #284

Open
5 tasks done
notAutomne opened this issue May 25, 2023 · 0 comments
Open
5 tasks done

Solar icon set not importing #284

notAutomne opened this issue May 25, 2023 · 0 comments

Comments

@notAutomne
Copy link

notAutomne commented May 25, 2023

Describe the bug

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>

Reproduction

https://git.illya.network/automne/reprod-solar-issue

System Info

{
  "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"
  }
}

Used Package Manager

pnpm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant