mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Code cleanup
This commit is contained in:
parent
d3881620b8
commit
7dd16dc6ae
@ -28,7 +28,16 @@ const SvgWrapper = styled.svg`
|
||||
const Path = styled.path``;
|
||||
|
||||
const Icon = ({
|
||||
icon, size = 32, color = 'black', isActive, canAnimate, className, onMouseEnter, onMouseLeave, onFocus, onClick,
|
||||
icon,
|
||||
size = 32,
|
||||
color = 'black',
|
||||
isActive,
|
||||
canAnimate,
|
||||
className,
|
||||
onMouseEnter,
|
||||
onMouseLeave,
|
||||
onFocus,
|
||||
onClick,
|
||||
}) => (
|
||||
<SvgWrapper
|
||||
className={className}
|
||||
|
Loading…
Reference in New Issue
Block a user