import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTarget = withIcon(function IconTarget(props) {
    return (<svg data-tag="IconTarget" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="m19.05 4.951.003-2.209a.75.75 0 0 0-1.501 0L17.55 5.39l-5.394 5.394a2.5 2.5 0 1 0 1.06 1.06l5.393-5.391 2.65-.002a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/>
      <path d="M20 13a9 9 0 1 1-5.31-8.211c.46.207.535.804.18 1.16a.825.825 0 0 1-.912.157 7.5 7.5 0 1 0 3.936 3.936.825.825 0 0 1 .157-.911c.356-.356.954-.28 1.16.179A8.967 8.967 0 0 1 20 13"/>
      <path d="M12.496 8.323c.405-.406.266-1.089-.296-1.203a6 6 0 1 0 4.68 4.68c-.114-.562-.797-.7-1.202-.295a.904.904 0 0 0-.234.786 4.5 4.5 0 1 1-3.735-3.735.904.904 0 0 0 .787-.233"/>
    </svg>);
});
//# sourceMappingURL=Target.jsx.map