import React from 'react';
import withIcon from '../lib/withIcon';
export const IconJourney = withIcon(function IconJourney(props) {
    return (<svg data-tag="IconJourney" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M3.702 15.02c0 1.343.36 2.375 1.054 3.07.696.695 1.727 1.054 3.071 1.054h5.859c.155 0 .294.054.471.18.177.127.35.37.35.37a3.44 3.44 0 0 0 6.446-1.675 3.606 3.606 0 0 0-.382-1.588c-.564-1.129-1.71-1.852-3.059-1.852a3.439 3.439 0 0 0-3.005 1.766s-.167.272-.348.384c-.18.111-.318.165-.473.165H7.827c-.61 0-1.08-.163-1.396-.479-.316-.316-.479-.785-.479-1.396 0-.61.163-1.08.48-1.396.315-.316.784-.479 1.395-.479h8.251c1.344 0 2.375-.359 3.07-1.054.696-.695 1.055-1.726 1.055-3.07 0-1.345-.36-2.376-1.054-3.071-.696-.696-1.727-1.055-3.071-1.055h-5.803s-.331-.018-.5-.12a.909.909 0 0 1-.276-.32c-.564-1.129-1.71-1.851-3.059-1.851A3.44 3.44 0 1 0 9.5 7.618s.145-.203.326-.311c.182-.109.449-.163.449-.163h5.803c.61 0 1.08.164 1.396.48.316.316.479.784.479 1.395s-.163 1.08-.48 1.396c-.315.316-.784.48-1.395.48H7.827c-1.344 0-2.375.358-3.07 1.054-.696.695-1.055 1.726-1.055 3.07m2.753-7.231a1.73 1.73 0 1 0 0-3.459 1.73 1.73 0 0 0 0 3.459" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Journey.jsx.map