|
commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
|
Opt-in catalog of predefined Iconify icons. More...
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... | |
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.