Icon set
The system's own icons — grouped, stroke-consistent, currentColor, and including a creator group no stock set has.
Shipped as real files in creator-design-system/icons/<group>/<name>.svg — 24×24 grid, 1.5px stroke, currentColor only, so every icon follows the text colour and dark/light theming is automatic. The creator group is ours alone: rec, viewfinder, slate, take, sting — the production-desk icons a template like this needs.
ui/
creator/
media/
social/
travel/
resume/
<!-- inline: inherits color, themes automatically --><svg class="icon">…paste the file's paths…</svg><!-- sizes ride the icon ladder -->.icon-sm (16) · .icon (20) · .icon-lg (24)prefer inline or a sprite — an <img> can't inherit currentColor (the grid above inverts via filter)