mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
7 lines
102 B
Rust
7 lines
102 B
Rust
use crate::Style;
|
|
|
|
#[derive(Clone, Debug)]
|
|
pub struct Icon {
|
|
pub text: String,
|
|
pub style: Style,
|
|
}
|