//! Icon SVG rendering backed by hikari-icons (MDI design).
//!
//! Path data is sourced at build time via `hikari_icons::get()` — the same
//! data the hikari component library uses for its `Icon` component.
/// Return an inline `<svg>` element for the given MDI icon name.
///
/// Uses `fill="currentColor"` so the icon inherits its CSS `color`.
/// Return just the `d` attribute for a named MDI icon.