You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
1.1 KiB

  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var _react = require('react');
  6. var _react2 = _interopRequireDefault(_react);
  7. var _pure = require('recompose/pure');
  8. var _pure2 = _interopRequireDefault(_pure);
  9. var _SvgIcon = require('../../SvgIcon');
  10. var _SvgIcon2 = _interopRequireDefault(_SvgIcon);
  11. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
  12. var MapsDirectionsCar = function MapsDirectionsCar(props) {
  13. return _react2.default.createElement(
  14. _SvgIcon2.default,
  15. props,
  16. _react2.default.createElement('path', { d: 'M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.21.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z' })
  17. );
  18. };
  19. MapsDirectionsCar = (0, _pure2.default)(MapsDirectionsCar);
  20. MapsDirectionsCar.displayName = 'MapsDirectionsCar';
  21. MapsDirectionsCar.muiName = 'SvgIcon';
  22. exports.default = MapsDirectionsCar;