| Tech | Version |
|---------------------|---------|
| material-ui-pickers | 1.0.0-rc.10 |
| @material-ui/core | 1.2.1 |
| @material-ui/icons | 1.1.0 |
| React | 16.4.1 |
| Browser | Chrome |
| Platform | OS X 10.13.5 |
Tabs should be icons
Tabs have cutoff text

Please read installation guide one more timr
I was just about to come back and close this as I did read the docs again. I think you should show in the examples using @material-ui/icons
import DateRange from '@material-ui/icons/DateRange'
import AccessTime from '@material-ui/icons/AccessTime'
<DateTimePickerComponent
dateRangeIcon={<DateRange />}
timeIcon={<AccessTime />}
//... other props
/>
Yes, you are right I will add an example with svg icons in the installation guide
Just what I was looking for, thanks!
Most helpful comment
I was just about to come back and close this as I did read the docs again. I think you should show in the examples using
@material-ui/icons