import React from 'react' export default ({ isDisabled, direction, onClickHandler }) => { return (
{`chevron_${direction}`}
) }