Next.js 16 enabled Turbopack as a default bundler. It is fast, modern, and noticeably improves the DX in many areas.

But when I started adding SVG icons to my project, I realized the common options did not cover my needs:


I wanted icons to be inlined, so they display instantly without an extra network request.
I wanted to avoid the SVG-in-JS...