mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Prettier
This commit is contained in:
@@ -9,7 +9,11 @@ interface IIcon {
|
||||
}
|
||||
|
||||
const Icon: React.FC<IIcon> = ({ icon, className, color }) => (
|
||||
<FontAwesomeIcon icon={icon} className={`fa-icon ${className}`} color={color} />
|
||||
<FontAwesomeIcon
|
||||
icon={icon}
|
||||
className={`fa-icon ${className}`}
|
||||
color={color}
|
||||
/>
|
||||
);
|
||||
|
||||
export default Icon;
|
||||
|
||||
Reference in New Issue
Block a user