chore: export IconFallback

This commit is contained in:
Ashley Wulber 2024-01-02 11:35:37 -05:00 committed by Ashley Wulber
parent a9df166740
commit 8cc0c3b469

View file

@ -7,7 +7,7 @@ mod named;
use std::ffi::OsStr;
use std::sync::Arc;
pub use named::Named;
pub use named::{IconFallback, Named};
mod handle;
pub use handle::{from_path, from_raster_bytes, from_raster_pixels, from_svg_bytes, Data, Handle};