# `dsl/icons.rs`
## `pub enum IconName`
*Line 9 · enum*
Strongly-typed icon names from the Fluent icon set.
I co nn am e enum.
---
## `pub fn fluent_icon(name: &str) -> Option<&'static str>`
*Line 143 · fn*
Look up the Segoe Fluent Icons codepoint for an icon name string.
Returns `None` if the name is not recognized.
---