# Nerd Font Symbols A `const : &str = ""` definition for each of the symbols in [Nerd Fonts](https://www.nerdfonts.com/). Documentation: . ## Usage ```toml [dependencies] nerd-font-symbols = "0.2" ``` ```rust assert_eq!(nerd_font_symbols::md::MD_PERIODIC_TABLE, "󰢶"); ```