import React from 'react'; export default ({ direction, action }) => { return <> { direction === 'left' ? '〈' : '〉' } >; }