/*
* These icons are kept out of the consolidated icons file because they use different props
* I think we should move them to the component where they are used, for I don't think
* they are used anywhere else, so there's little use in having them here
*/
export const RotateIconInner = ({ flipX = false }) => (
)
const RotateIcon = () => {
return (
)
}
export default RotateIcon