This commit is contained in:
sxyazi 2024-02-13 16:25:02 +08:00
parent bd9ccd30e1
commit daca83c7d2
No known key found for this signature in database

View file

@ -1,11 +1,7 @@
use serde::{Deserialize, Deserializer}; use serde::{Deserialize, Deserializer};
use super::Style; use super::Style;
use crate::{ use crate::{preset::Preset, theme::{Color, StyleShadow}, Pattern};
preset::Preset,
theme::{Color, StyleShadow},
Pattern,
};
pub struct Icon { pub struct Icon {
pub name: Pattern, pub name: Pattern,