commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
icons.hpp File Reference

Opt-in catalog of predefined Iconify icons. More...

#include <commons/icon.hpp>
#include <commons/icons/mdi.hpp>
Include dependency graph for icons.hpp:

Go to the source code of this file.

Classes

struct  comms::Icons
 Top-level collection of predefined Iconify sets: currently the Material Design Icons (comms::Icons::mdi::abacus). More...
 

Detailed Description

Opt-in catalog of predefined Iconify icons.

This header is not pulled by the umbrella commons/commons.hpp: the generated icon tables are large (the MDI set alone is 7,447 entries), so only translation units that ask for them pay the parse cost. Include it to get comms::Icons::mdi::abacus and friends; the core Icon type stays in commons/icon.hpp.