slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `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.

---