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 rivejä
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 MapsDirectionsSubway = function MapsDirectionsSubway(props) {
  13. return _react2.default.createElement(
  14. _SvgIcon2.default,
  15. props,
  16. _react2.default.createElement('path', { d: 'M12 2c-4.42 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h12v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-3.58-4-8-4zM7.5 17c-.83 0-1.5-.67-1.5-1.5S6.67 14 7.5 14s1.5.67 1.5 1.5S8.33 17 7.5 17zm3.5-6H6V6h5v5zm5.5 6c-.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.5zm1.5-6h-5V6h5v5z' })
  17. );
  18. };
  19. MapsDirectionsSubway = (0, _pure2.default)(MapsDirectionsSubway);
  20. MapsDirectionsSubway.displayName = 'MapsDirectionsSubway';
  21. MapsDirectionsSubway.muiName = 'SvgIcon';
  22. exports.default = MapsDirectionsSubway;