import React from 'react';
import withIcon from '../lib/withIcon';
export const IconNavigation = withIcon(function IconNavigation(props) {
    return (<svg data-tag="IconNavigation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M3.004 12.008a9 9 0 1 0 18 0 9 9 0 0 0-18 0m9.448-4.951 3.448 9.055a.479.479 0 0 1-.727.551l-2.898-1.958a.493.493 0 0 0-.55 0l-2.898 1.958a.479.479 0 0 1-.727-.55l3.448-9.056a.486.486 0 0 1 .904 0" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Navigation.jsx.map