// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.
/* Styles for SpeedDialIcon */
// Styles applied to the root element.
.ZuSpeedDialIcon-root {
}
// Styles applied to the icon component.
.ZuSpeedDialIcon-icon {
}
// Styles applied to the icon component if open={true}.
.ZuSpeedDialIcon-iconOpen {
}
// Styles applied to the icon when an openIcon is provided and if open={true}.
.ZuSpeedDialIcon-iconWithOpenIconOpen {
}
// Styles applied to the `openIcon` if provided.
.ZuSpeedDialIcon-openIcon {
}
// Styles applied to the `openIcon` if provided and if open={true}.
.ZuSpeedDialIcon-openIconOpen {
}