// 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 Icon */
// Styles applied to the root element.
.ZuIcon-root {
}
// Styles applied to the root element if color="primary".
.ZuIcon-colorPrimary {
}
// Styles applied to the root element if color="secondary".
.ZuIcon-colorSecondary {
}
// Styles applied to the root element if color="action".
.ZuIcon-colorAction {
}
// Styles applied to the root element if color="error".
.ZuIcon-colorError {
}
// Styles applied to the root element if color="disabled".
.ZuIcon-colorDisabled {
}
// Styles applied to the root element if fontSize="inherit".
.ZuIcon-fontSizeInherit {
}
// Styles applied to the root element if fontSize="small".
.ZuIcon-fontSizeSmall {
}
// Styles applied to the root element if fontSize="large".
.ZuIcon-fontSizeLarge {
}