import React from 'react'; import rndId from 'rnd-id'; import Rotate from './rotate'; import calcFill from './fill'; const ids = [rndId(), rndId()]; export default ({ fill = null, light = false, disabled = false, direction = 'down', colors = {}, style = {}, ...rest }) => ( {({ style: rotateStyle }) => ( )} );