aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/radar.jsx
blob: 3dcbaf195f71e377acac92854c159db3eb1db690 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Icon from "../icon.jsx";

export default function Radar(props) {
  return (
    <Icon {...props}>
      <path d="M12.2308 10.3874a2.3999 2.3999 0 0 1 2.5472 1.1544h8.7234a1.2006 1.2006 0 0 1 1.2003 1.2006 12.0078 12.0078 0 0 1-3.5155 8.4895 12.0009 12.0009 0 0 1-8.487 3.5164 1.2 1.2 0 0 1-1.2003-1.2006v-8.7258a2.4003 2.4003 0 0 1-1.0175-1.1606 2.4017 2.4017 0 0 1 .5203-2.6168 2.4005 2.4005 0 0 1 1.2291-.6571Zm9.9951 3.5556h-8.3265v8.3288a9.6012 9.6012 0 0 0 5.5894-2.7378 9.6064 9.6064 0 0 0 2.7371-5.591Z" />
      <path d="M10.1809 5.9936a7.2 7.2 0 0 1 8.2794 2.4267c.3978.5304.2903 1.283-.24 1.6808-.5303.3978-1.2826.2903-1.6804-.2401a4.8015 4.8015 0 0 0-3.5004-1.9089 4.8002 4.8002 0 0 0-3.7352 1.3945 4.8023 4.8023 0 0 0-1.3941 3.7362 4.8037 4.8037 0 0 0 1.9083 3.5015c.5303.3978.6378 1.1503.2401 1.6808-.3978.5305-1.15.638-1.6804.2401a7.2021 7.2021 0 0 1-2.002-2.3148 7.2053 7.2053 0 0 1 1.2307-8.5417 7.2014 7.2014 0 0 1 2.574-1.655Z" />
      <path d="M9.3639 1.2226a11.9993 11.9993 0 0 1 11.3073 2.552 12.0056 12.0056 0 0 1 3.3444 4.9646c.2217.6248-.105 1.3112-.7297 1.5329-.6248.2218-1.3109-.1051-1.5326-.73a9.6041 9.6041 0 0 0-2.6755-3.9715 9.6009 9.6009 0 0 0-9.0458-2.0417 9.6014 9.6014 0 0 0-4.1213 2.4376A9.6054 9.6054 0 0 0 3.34 14.8788a9.6055 9.6055 0 0 0 2.1898 4.2589 9.602 9.602 0 0 0 3.9735 2.6718c.625.221.9525.907.7315 1.5321-.221.6252-.9068.9527-1.5317.7317a12.0025 12.0025 0 0 1-4.9669-3.3397 12.009 12.009 0 0 1 .4761-16.464 12.0018 12.0018 0 0 1 5.1516-3.047Z" />
    </Icon>
  );
}