commons 0.1.5
Header-only C++23 library of common/shared types for the C++ libraries
Loading...
Searching...
No Matches
icons.hpp
Go to the documentation of this file.
1#pragma once
2
11
12#include <commons/icon.hpp>
13#include <commons/icons/mdi.hpp>
14
15namespace comms {
16
20struct Icons {
21 using mdi = MdiSet;
22};
23
24} // namespace comms
A tiny value type carrying an Iconify icon identifier such as mdi:abacus (a set:name pair).
Top-level collection of predefined Iconify sets: currently the Material Design Icons (comms::Icons::m...
Definition icons.hpp:20
The Material Design Icons set (https://pictogrammers.com/library/mdi/).
Definition mdi.hpp:13