https://react.semantic-ui.com/modules/accordion
on their first example, I have a requirement where I need another icon instead of dropdown.
I need to replace it with "angle right, angle down".
<Accordion.Title active={activeIndex === 2} index={2}
onClick={this.handleClick}>
<Icon name='dropdown' />/* dropdown to angle right or down*/
How do you acquire a dog?
</Accordion.Title>
Is anyone has experience with this? how to change title icon on react-semantic-Accordion