Overview
Cards need icons for both workshop topics and outpost-themed notes.
Problem
Adding a large icon library too early would make the foundation heavier than necessary.
Tools Used
- Inline SVG paths
- Astro component props
- Frontmatter icon keys
Implementation Notes
The Icon component maps simple names like unity, lantern, and scroll to internal SVG paths.
Result
Cards can display icons without paid assets or additional dependencies.
Next Step
Replace rough paths or add a small open-source library later if the visual direction calls for it.
Status
Prototype.