import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCompass = withIcon(function IconCompass(props) {
    return (<svg data-tag="IconCompass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m2.698 8.133a10.4 10.4 0 0 1-3.565 3.565c-2.226 1.335-3.35 1.99-3.586 1.755-.235-.235.42-1.36 1.755-3.586a10.4 10.4 0 0 1 3.565-3.565c2.226-1.335 3.35-1.99 3.586-1.755.235.235-.42 1.36-1.755 3.586"/>
    </svg>);
});
//# sourceMappingURL=Compass.jsx.map