Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 22, 2024
1 parent d00f342 commit 3f14db1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/7.blog/29.nuxt-icon-v1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ At first glance, icons seem simple - they are essentially just tiny image elemen

![Icons Showcases](/assets/blog/nuxt-icon/icons-showcase.png){.border.border-gray-200.dark:border-gray-700.rounded-lg}

However, from an engineering perspective, they pose several challenges. Icons need to be:
However, from an engineering perspective, they pose several challenges. Ideal icons should to be:

- **Colorable**: Adapt to different color schemes and themes.
- **Colorable**: Adaptable to themes and color schemes.
- **Scalable**: Render crisply at various sizes and resolutions.
- **Manageable**: Icon sets can contain hundreds or thousands of icons.
- **Efficiently Bundled**: Minimize network requests.
Expand All @@ -36,7 +36,7 @@ However, from an engineering perspective, they pose several challenges. Icons ne

![Engineering Challenges with Icons](/assets/blog/nuxt-icon/challenges.png){.border.border-gray-200.dark:border-gray-700.rounded-lg}

Meeting all these needs requires a carefully engineered solution that balances trade-offs.
Meeting all these needs requires a carefully engineered solution that balances trade-offs. Let’s explore the evolution of icon solutions and how they address these challenges.

---

Expand Down

0 comments on commit 3f14db1

Please sign in to comment.