natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
996 stars 57 forks source link

Some icons are unavailable #80

Closed eric-do closed 1 year ago

eric-do commented 1 year ago

Example failing icon: tabler:123 Example passing icon: tabler:components

In your resolver.ts file you have the base url defined:

const baseUrl = https://api.astroicon.dev/v1/

When I go to https://api.astroicon.dev/v1/tabler/components, the link does work.

When I go to https://api.astroicon.dev/v1/tabler/123, the link does not work.

According to the Icon Sets reference provided, the 123 icon should work :)

POPOEVER commented 1 year ago

Same here, mdi:cloud-tags missing


UPDATE(2023-02-06): mdi:cloud-tags is restored

stramel commented 1 year ago

Duplicate of #29 Will continue tracking there