uzor_render/icons/mod.rs
1//! SVG icon catalog for map rendering
2//!
3//! Usage:
4//! ```
5//! use uzor_render::icons::aviation;
6//! // Then use draw_svg_icon(ctx, aviation::JET, x, y, w, h, color);
7//! ```
8
9pub mod aviation;
10pub mod maritime;
11pub mod markers;
12pub mod weather;
13pub mod infrastructure;
14pub mod military;