UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

7 lines (5 loc) 355 B
import TwoWheelerOutlined from './TwoWheelerOutlined'; if (process.env.NODE_ENV !== 'production') { console.warn(['Material-UI: MotorcycleOutlined icon has been replaced with TwoWheelerOutlined.', "Please change your import to `import MotorcycleOutlined from '@material-ui/icons/TwoWheelerOutlined';`"].join(' ')); } export default TwoWheelerOutlined;