UNPKG

@material-ui/icons

Version:

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

17 lines (12 loc) 614 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _TwoWheelerOutlined = _interopRequireDefault(require("./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(' ')); } var _default = _TwoWheelerOutlined.default; exports.default = _default;