import React from 'react' const Up = ({ color = 'white' }) => ( ) const Down = ({ color = 'white' }) => ( ) const Right = ({ color = 'white' }) => ( ) export { Up, Down, Right }