🚧 [base] Añade nuevo componente Icon

This commit is contained in:
Manuel Cillero 2025-09-28 13:46:02 +02:00
parent f5fb4b7a1d
commit 744bd700fc
2 changed files with 137 additions and 0 deletions

View file

@ -8,3 +8,6 @@ pub use block::Block;
mod poweredby;
pub use poweredby::PoweredBy;
mod icon;
pub use icon::{Icon, IconKind};