import React from 'react'; import Colors from './colors'; import Rotate from './rotate'; import calcFill from './fill'; export default ({ fill = null, light = false, disabled = false, direction = 'down', style = {}, ...rest }) => ( {colors => ( {({ style: rotateStyle }) => ( )} )} );