import styled from 'styled-components'; import Icon from './Icon'; const Grab = styled(Icon)` > g { fill: #b3b5b9; &:hover { fill: #aed4fb; } } `; export default Grab;