React: Using Material UI Icons as a button?

Viewed 10424

I'm a newb to React and front-end development and I recently started playing with Material UI. Is there a way to hook an icon to an action?

I'm looking for something like this:

<DeleteIcon onClick={this.handleClick} />

Thanks for your help!

1 Answers
Related