@org-design-system/icons 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/LICENSE +19 -0
  2. package/README.md +40 -0
  3. package/dist/index.cjs +2 -0
  4. package/dist/index.d.cts +107 -0
  5. package/dist/index.d.ts +107 -0
  6. package/dist/index.js +2 -0
  7. package/package.json +45 -0
  8. package/src/AccordianCaretCloseIcon.tsx +25 -0
  9. package/src/AccordianCaretOpenIcon.tsx +25 -0
  10. package/src/AdcsIcon.tsx +22 -0
  11. package/src/AddIcon.tsx +22 -0
  12. package/src/AddcustomIcon.tsx +25 -0
  13. package/src/AxisIcon.tsx +26 -0
  14. package/src/BatteryIcon.tsx +25 -0
  15. package/src/BusIcon.tsx +22 -0
  16. package/src/CatalogIcon.tsx +25 -0
  17. package/src/CheckIcon.tsx +22 -0
  18. package/src/ChevronDownIcon.tsx +25 -0
  19. package/src/ChevronLeftIcon.tsx +25 -0
  20. package/src/ChevronRightIcon.tsx +25 -0
  21. package/src/ChevronUpIcon.tsx +25 -0
  22. package/src/ComboIcon.tsx +22 -0
  23. package/src/CommsIcon.tsx +22 -0
  24. package/src/CrossIcon.tsx +22 -0
  25. package/src/CustomIcon.tsx +22 -0
  26. package/src/DashIcon.tsx +19 -0
  27. package/src/DashboardIcon.tsx +25 -0
  28. package/src/DocsIcon.tsx +22 -0
  29. package/src/DownloadIcon.tsx +25 -0
  30. package/src/EarthobservationIcon.tsx +25 -0
  31. package/src/EclipseIcon.tsx +25 -0
  32. package/src/EdgeIcon.tsx +22 -0
  33. package/src/EditIcon.tsx +22 -0
  34. package/src/EpsIcon.tsx +22 -0
  35. package/src/EyeCloseIcon.tsx +25 -0
  36. package/src/EyeOpenIcon.tsx +25 -0
  37. package/src/FilterIcon.tsx +22 -0
  38. package/src/GpsIcon.tsx +22 -0
  39. package/src/GroundStationIcon.tsx +25 -0
  40. package/src/InfoIcon.tsx +22 -0
  41. package/src/LoadComponentsIcon.tsx +25 -0
  42. package/src/MassIcon.tsx +22 -0
  43. package/src/MissionDesignIcon.tsx +25 -0
  44. package/src/MissionIcon.tsx +25 -0
  45. package/src/NotificationsIcon.tsx +25 -0
  46. package/src/PayloadIcon.tsx +25 -0
  47. package/src/ProcessorIcon.tsx +25 -0
  48. package/src/RadioIcon.tsx +22 -0
  49. package/src/ReviewSatelliteIcon.tsx +25 -0
  50. package/src/RocketIcon.tsx +22 -0
  51. package/src/SatelliteIcon.tsx +25 -0
  52. package/src/SearchIcon.tsx +22 -0
  53. package/src/SettingsIcon.tsx +33 -0
  54. package/src/SizeIcon.tsx +22 -0
  55. package/src/SolarGenerationIcon.tsx +25 -0
  56. package/src/SunlitIcon.tsx +22 -0
  57. package/src/TempIcon.tsx +22 -0
  58. package/src/ThrusterIcon.tsx +25 -0
  59. package/src/UploadIcon.tsx +22 -0
  60. package/src/UsersIcon.tsx +22 -0
  61. package/src/index.ts +53 -0
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgGpsIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M7.6 14v-1.418A4.6 4.6 0 0 1 3.419 8.4H2a.4.4 0 0 1 0-.8h1.419a4.6 4.6 0 0 1 4.18-4.182V2A.4.4 0 0 1 8.4 2v1.418A4.6 4.6 0 0 1 12.581 7.6H14a.4.4 0 1 1 0 .8h-1.419a4.6 4.6 0 0 1-4.18 4.182V14a.4.4 0 0 1-.801 0M8 4.2a3.8 3.8 0 1 0 0 7.6 3.8 3.8 0 0 0 0-7.6M9.4 8a1.4 1.4 0 1 0-2.8 0 1.4 1.4 0 0 0 2.8 0m.8 0a2.2 2.2 0 1 1-4.4 0 2.2 2.2 0 0 1 4.4 0"
18
+ />
19
+ </svg>
20
+ );
21
+ const GpsIcon = forwardRef(SvgGpsIcon) as any;
22
+ export default GpsIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgGroundStationIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M2.786 9.797c0-1.072 1.3-1.607 2.054-.845l4.328 4.376h.28a.4.4 0 0 1 0 .8H2.742a.4.4 0 1 1 0-.8h.044zm3.109-6.152a.4.4 0 0 1 .565 0l.315.316 2.34 2.34 1.374-1.373a.4.4 0 0 1 .566.565L9.681 6.866l2.34 2.34.315.316a.4.4 0 1 1-.565.566l-.043-.043c-.818.715-1.712 1.084-2.63 1.073-1.024-.013-2.007-.498-2.871-1.362-.865-.865-1.35-1.848-1.363-2.873-.012-.917.357-1.812 1.072-2.63l-.041-.041a.4.4 0 0 1 0-.567m.607 1.174c-.588.688-.847 1.387-.839 2.054.01.764.371 1.559 1.13 2.317.757.758 1.551 1.119 2.316 1.128.667.008 1.366-.25 2.053-.839zm4.071-2.748a3.41 3.41 0 0 1 3.377 3.376.4.4 0 1 1-.8.008 2.61 2.61 0 0 0-2.584-2.583.4.4 0 0 1 .007-.8M3.587 13.328h4.456L4.271 9.515a.4.4 0 0 0-.684.282z"
21
+ />
22
+ </svg>
23
+ );
24
+ const GroundStationIcon = forwardRef(SvgGroundStationIcon) as any;
25
+ export default GroundStationIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgInfoIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M13.6 8A5.6 5.6 0 1 0 2.4 8 5.6 5.6 0 0 0 13.6 8m-6 2.4V8a.4.4 0 0 1 .8 0v2.4a.4.4 0 0 1-.8 0m.407-5.2a.4.4 0 0 1 0 .8H8a.4.4 0 1 1 0-.8zM14.4 8A6.4 6.4 0 1 1 1.6 8 6.4 6.4 0 0 1 14.4 8"
18
+ />
19
+ </svg>
20
+ );
21
+ const InfoIcon = forwardRef(SvgInfoIcon) as any;
22
+ export default InfoIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgLoadComponentsIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M13.192 8a4.613 4.613 0 0 0-5.805-4.455.4.4 0 0 1-.207-.773 5.412 5.412 0 1 1 0 10.456.4.4 0 1 1 .207-.773A4.613 4.613 0 0 0 13.192 8M1.83 3.023a.4.4 0 0 1 .426.054l5.539 4.616a.4.4 0 0 1 0 .615l-5.54 4.615a.4.4 0 0 1-.655-.308v-9.23a.4.4 0 0 1 .23-.362m.57 8.737L6.913 8 2.4 4.237z"
21
+ />
22
+ </svg>
23
+ );
24
+ const LoadComponentsIcon = forwardRef(SvgLoadComponentsIcon) as any;
25
+ export default LoadComponentsIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgMassIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M9.123 3.76a1.403 1.403 0 1 0-2.806 0 1.403 1.403 0 0 0 2.806 0M4.29 5.975a.8.8 0 0 0-.635.57v.002l-1.499 5.427h.001a.804.804 0 0 0 .762 1.003h9.61a.804.804 0 0 0 .792-.928l-.019-.09-1.518-5.386-.002-.009a.8.8 0 0 0-.64-.59l-.13-.011H4.418zM9.923 3.76c0 .533-.19 1.022-.505 1.403h1.6a1.6 1.6 0 0 1 1.538 1.201h-.001l1.517 5.378.039.18a1.6 1.6 0 0 1-1.582 1.855H2.905a1.602 1.602 0 0 1-1.522-2.003l.001-.005 1.5-5.435.001-.002a1.6 1.6 0 0 1 1.525-1.169h1.613A2.204 2.204 0 1 1 9.923 3.76"
18
+ />
19
+ </svg>
20
+ );
21
+ const MassIcon = forwardRef(SvgMassIcon) as any;
22
+ export default MassIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgMissionDesignIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M13.6 13.143a.457.457 0 1 0-.915 0 .457.457 0 0 0 .915 0M7.02 7.363A8.9 8.9 0 0 1 3.257 8.39v3.561c.372.125.667.42.792.792h7.902c.125-.373.42-.667.792-.792v-.139a5.54 5.54 0 0 1-4.034-2.2zm5.722-2.382a8.1 8.1 0 0 0-4.09 1.35l-.863.575-.075.048 1.634 2.178a4.74 4.74 0 0 0 3.394 1.878zM3.257 7.59a8.1 8.1 0 0 0 3.273-.872 4.74 4.74 0 0 0-3.273-1.728zm.792-4.332c-.125.372-.42.666-.792.79v.14A5.54 5.54 0 0 1 7.23 6.314l.116-.073.863-.576a8.9 8.9 0 0 1 4.533-1.484v-.133a1.26 1.26 0 0 1-.792-.791zM2.4 13.143a.457.457 0 1 0 .914 0 .457.457 0 0 0-.914 0M13.6 2.857a.457.457 0 1 0-.914 0 .457.457 0 0 0 .914 0m-11.2 0a.457.457 0 1 0 .915 0 .457.457 0 0 0-.915 0m12 0c0 .555-.36 1.024-.857 1.19v7.904a1.257 1.257 0 1 1-1.59 1.592H4.047a1.257 1.257 0 1 1-1.591-1.592V4.048a1.257 1.257 0 1 1 1.59-1.591h7.905a1.257 1.257 0 0 1 2.448.4"
21
+ />
22
+ </svg>
23
+ );
24
+ const MissionDesignIcon = forwardRef(SvgMissionDesignIcon) as any;
25
+ export default MissionDesignIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgMissionIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M5.653 2.43a6.2 6.2 0 0 1 4.013-.18l-.113.383-.112.384a5.401 5.401 0 1 0 3.672 3.693l.769-.221A6.2 6.2 0 1 1 5.653 2.43m.496 2.41a3.8 3.8 0 0 1 2.29-.405l-.055.397-.054.396a3 3 0 1 0 2.57 2.595l.793-.102a3.8 3.8 0 0 1-2.106 3.895A3.8 3.8 0 0 1 6.15 4.84m2.374 3.33-.334.335a.4.4 0 1 1-.566-.566l.338-.339c-.013 0-.025-.004-.038-.004a.605.605 0 1 0 .604.605c0-.01-.004-.021-.004-.031m.803.03a1.403 1.403 0 1 1-.731-1.234l1.81-1.81V3.975a.9.9 0 0 1 .264-.635l.918-.92.044-.038a.42.42 0 0 1 .633.156l.021.053.3.953.952.3a.42.42 0 0 1 .171.697l-.919.919a.9.9 0 0 1-.636.263H10.97L9.158 7.534c.108.198.168.426.168.667m1.88-3.277h.947c.026 0 .052-.011.07-.03l.475-.475-.543-.17a.42.42 0 0 1-.275-.276l-.17-.544-.476.476a.1.1 0 0 0-.029.07z"
21
+ />
22
+ </svg>
23
+ );
24
+ const MissionIcon = forwardRef(SvgMissionIcon) as any;
25
+ export default MissionIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgNotificationsIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M6.674 13.517a.4.4 0 0 1 .543.158.894.894 0 0 0 1.565 0 .4.4 0 0 1 .701.385 1.694 1.694 0 0 1-2.968 0 .4.4 0 0 1 .159-.543M11.6 6a3.601 3.601 0 0 0-7.2 0c0 2.627-.619 4.26-1.206 5.213a.2.2 0 0 0-.01.076.5.5 0 0 0 .041.175c.028.06.06.102.086.124q.013.01.018.012h9.342q.006-.002.017-.012a.474.474 0 0 0 .129-.299c.002-.053-.01-.075-.011-.076C12.219 10.259 11.6 8.627 11.6 6m.807.456c.066 2.223.61 3.574 1.08 4.337.2.325.14.727.017.999-.12.266-.395.608-.825.608H3.32c-.43 0-.704-.342-.824-.608-.123-.272-.185-.674.015-.999.47-.763 1.015-2.114 1.082-4.337L3.6 6a4.4 4.4 0 1 1 8.8 0z"
21
+ />
22
+ </svg>
23
+ );
24
+ const NotificationsIcon = forwardRef(SvgNotificationsIcon) as any;
25
+ export default NotificationsIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgPayloadIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="m13.594 5.246-1.059.61a.4.4 0 0 1-.398-.695l1.046-.602-.048-.032-4.667-2.666h-.001a.93.93 0 0 0-.934 0L2.864 4.527l-.049.032 1.047.602a.4.4 0 0 1-.398.694l-1.06-.61a1 1 0 0 0-.005.089v5.333a.93.93 0 0 0 .464.805h.001l4.667 2.667.001.001q.033.018.067.033V13a.4.4 0 0 1 .8 0v1.173q.034-.015.067-.033l4.668-2.668a.93.93 0 0 0 .465-.805V5.334zM10.329 8a1.32 1.32 0 0 1 .556-1.073.516.516 0 0 0 .146-.676.515.515 0 0 0-.658-.211v-.001a1.32 1.32 0 0 1-1.209-.054 1.32 1.32 0 0 1-.652-1.022v-.001a.515.515 0 0 0-1.024.003 1.316 1.316 0 0 1-1.861 1.074.516.516 0 0 0-.512.888 1.315 1.315 0 0 1 .408 1.68 1.3 1.3 0 0 1-.409.466.515.515 0 0 0 .51.889 1.32 1.32 0 0 1 1.663.484c.113.177.182.38.201.589l.018.094a.515.515 0 0 0 1.006-.091 1.32 1.32 0 0 1 .652-1.024 1.32 1.32 0 0 1 1.213-.052h-.001a.516.516 0 0 0 .713-.578.52.52 0 0 0-.204-.31v-.001A1.31 1.31 0 0 1 10.329 8M8.772 8a.773.773 0 1 0-1.545 0 .773.773 0 0 0 1.545 0m.8 0a1.572 1.572 0 1 1-3.144 0 1.572 1.572 0 0 1 3.144 0m1.557 0a.52.52 0 0 0 .219.42l.003.004a1.315 1.315 0 0 1-1.309 2.264h-.003a.52.52 0 0 0-.651.189.5.5 0 0 0-.08.231v.003a1.314 1.314 0 0 1-2.617 0v-.003a.515.515 0 0 0-.73-.42h-.003a1.316 1.316 0 0 1-1.682-.539 1.314 1.314 0 0 1 .373-1.725l.003-.003a.515.515 0 0 0 0-.842l-.004-.003a1.315 1.315 0 0 1 1.196-2.31l.113.045.004.002a.516.516 0 0 0 .73-.422V4.89a1.317 1.317 0 0 1 2.194-.848c.212.192.354.448.407.727l.017.121v.002a.517.517 0 0 0 .73.422l.003-.002a1.316 1.316 0 0 1 1.309 2.266l-.003.002a.52.52 0 0 0-.22.42m3.271 2.667-.015.226a1.74 1.74 0 0 1-.852 1.274l-4.668 2.667v-.001a1.73 1.73 0 0 1-.835.23l-.03.003q-.015-.001-.031-.004a1.73 1.73 0 0 1-.834-.23v.002l-4.667-2.666-.001-.001a1.73 1.73 0 0 1-.852-1.274l-.015-.226V5.333a1.73 1.73 0 0 1 .867-1.5l4.668-2.667a1.73 1.73 0 0 1 1.73 0l4.667 2.667h.001a1.73 1.73 0 0 1 .867 1.5z"
21
+ />
22
+ </svg>
23
+ );
24
+ const PayloadIcon = forwardRef(SvgPayloadIcon) as any;
25
+ export default PayloadIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgProcessorIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M12.4 4.4a.8.8 0 0 0-.8-.8H4.4a.8.8 0 0 0-.8.8v7.2a.8.8 0 0 0 .8.8h7.2a.8.8 0 0 0 .8-.8zm-3 2.4a.2.2 0 0 0-.2-.2H6.8a.2.2 0 0 0-.2.2v2.4c0 .11.09.2.2.2h2.4a.2.2 0 0 0 .2-.2zm.8 2.4a1 1 0 0 1-1 1H6.8a1 1 0 0 1-1-1V6.8a1 1 0 0 1 1-1h2.4a1 1 0 0 1 1 1zm3-3.4h.8a.4.4 0 0 1 0 .8h-.8v2.8h.8a.4.4 0 1 1 0 .8h-.8v1.4a1.6 1.6 0 0 1-1.6 1.6h-1.4v.8a.4.4 0 0 1-.8 0v-.8H6.6v.8a.4.4 0 1 1-.8 0v-.8H4.4a1.6 1.6 0 0 1-1.6-1.6v-1.4H2a.4.4 0 0 1 0-.8h.8V6.6H2a.4.4 0 1 1 0-.8h.8V4.4a1.6 1.6 0 0 1 1.6-1.6h1.4V2a.4.4 0 0 1 .8 0v.8h2.8V2a.4.4 0 0 1 .8 0v.8h1.4a1.6 1.6 0 0 1 1.6 1.6z"
21
+ />
22
+ </svg>
23
+ );
24
+ const ProcessorIcon = forwardRef(SvgProcessorIcon) as any;
25
+ export default ProcessorIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgRadioIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M3.468 3.468a.4.4 0 0 1 .565.566c-2.177 2.178-2.178 5.755 0 7.933a.4.4 0 1 1-.565.565c-2.49-2.49-2.49-6.574 0-9.064m8.499 0a.4.4 0 0 1 .565 0 6.36 6.36 0 0 1 0 9.005.4.4 0 1 1-.565-.567 5.56 5.56 0 0 0 0-7.872.4.4 0 0 1 0-.566M10.23 5.203a.4.4 0 0 1 .567 0c1.536 1.536 1.527 4.06.006 5.647a.4.4 0 0 1-.578-.553c1.231-1.285 1.223-3.31.005-4.528a.4.4 0 0 1 0-.566m-5.033-.054a.4.4 0 0 1 .578.554c-1.231 1.285-1.223 3.31-.005 4.527a.4.4 0 0 1-.567.567c-1.536-1.536-1.527-4.06-.006-5.648M8.797 8A.797.797 0 1 0 7.202 8a.797.797 0 0 0 1.595 0m.8 0a1.597 1.597 0 1 1-3.194 0 1.597 1.597 0 0 1 3.194 0"
18
+ />
19
+ </svg>
20
+ );
21
+ const RadioIcon = forwardRef(SvgRadioIcon) as any;
22
+ export default RadioIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgReviewSatelliteIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M2.35 14V2a.4.4 0 0 1 .8 0v12a.4.4 0 0 1-.8 0M5.576 1.64A.4.4 0 0 1 6 1.688l7.5 6a.4.4 0 0 1 0 .625l-7.5 6A.401.401 0 0 1 5.35 14V2a.4.4 0 0 1 .226-.36m.574 11.528L12.61 8 6.15 2.832z"
21
+ />
22
+ </svg>
23
+ );
24
+ const ReviewSatelliteIcon = forwardRef(SvgReviewSatelliteIcon) as any;
25
+ export default ReviewSatelliteIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgRocketIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M3.994 10.259c.4.012.783.153 1.094.4l.128.112.005.005c.686.677.681 1.772.084 2.48l.001.001c-.26.31-.63.55-1.006.732-.38.186-.794.329-1.171.437a11 11 0 0 1-1.29.286l-.086.013-.024.004h-.01a.4.4 0 0 1-.449-.449v-.002l.001-.007.004-.024.013-.085a11.314 11.314 0 0 1 .286-1.291c.108-.377.25-.792.436-1.172.184-.375.422-.744.733-1.005.349-.295.795-.45 1.25-.435m-.025.8c-.227-.007-.45.06-.634.188l-.078.059c-.189.159-.367.417-.528.745-.158.324-.286.69-.387 1.041-.077.272-.135.53-.18.744.214-.044.473-.1.746-.179.35-.1.717-.228 1.04-.386.33-.16.587-.34.746-.529h.001c.346-.411.33-1.03-.031-1.392l-.074-.065a1.05 1.05 0 0 0-.62-.226M7.6 13.333v-3.168L5.835 8.4H2.667a.4.4 0 0 1-.394-.471l.001-.003.001-.006.003-.02a5 5 0 0 1 .073-.322c.052-.209.131-.496.243-.805C2.81 6.18 3.18 5.403 3.778 5c.346-.23.762-.333 1.161-.37a5.5 5.5 0 0 1 1.184.035c.368.048.699.12.937.178l.116.03A8.99 8.99 0 0 1 14.67.934a.4.4 0 0 1 .397.4c0 1.849-.525 5.08-3.94 7.498q.015.051.029.108c.059.238.13.569.178.937.047.367.072.781.035 1.184-.037.399-.139.815-.37 1.16v.002c-.401.599-1.18.968-1.772 1.182a8 8 0 0 1-1.128.317l-.02.004h-.007a.401.401 0 0 1-.472-.393m2.813-4.047a15 15 0 0 1-2.013.986v2.553c.162-.044.354-.099.555-.171.58-.21 1.134-.51 1.38-.876.129-.194.206-.465.237-.792.03-.323.01-.675-.032-1.006a8 8 0 0 0-.127-.694m3.842-7.545a8.19 8.19 0 0 0-6.582 3.837l-.002.004a14.3 14.3 0 0 0-1.203 2.32L8.096 9.53a14.5 14.5 0 0 0 2.357-1.202c3.075-2.066 3.723-4.814 3.803-6.587M5.013 5.428a2 2 0 0 0-.632.15l-.159.088c-.367.246-.665.8-.875 1.38-.072.2-.128.392-.173.554H5.73q.424-1.043.998-2.011a8 8 0 0 0-.707-.129 4.7 4.7 0 0 0-1.007-.032"
18
+ />
19
+ </svg>
20
+ );
21
+ const RocketIcon = forwardRef(SvgRocketIcon) as any;
22
+ export default RocketIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSatelliteIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M8.794 1.712a.6.6 0 0 1 .685-.01l.094.076 2.041 2.041.986-.984a.4.4 0 0 1 .565.565l-.985.985 2.042 2.042a.603.603 0 0 1-.019.874c-.771.699-1.68 1.037-2.673.98l-.994.993 1.702 1.703a.61.61 0 0 1 0 .864l-2.38 2.38a.61.61 0 0 1-.865 0l-1.701-1.703-.28.282c-.368.367-.799.483-1.233.379-.397-.096-.751-.364-1.046-.659L3.48 11.268c-.294-.295-.562-.65-.658-1.046-.104-.434.012-.865.38-1.233l.28-.281-1.702-1.7a.61.61 0 0 1 0-.865l2.38-2.38.096-.078a.61.61 0 0 1 .673 0l.095.078 1.702 1.7.999-1a3.87 3.87 0 0 1 .973-2.661zm-.937 10.241 1.569 1.569 2.113-2.114L9.971 9.84zm-4.091-2.4c-.183.183-.203.334-.167.481.044.184.191.411.447.667l1.253 1.253c.256.256.483.403.667.447.147.036.298.016.48-.167l3.242-3.242.884-.886c-.617-.183-1.237-.505-1.705-.973a3.9 3.9 0 0 1-.994-1.687zm-1.288-2.98 1.568 1.569 2.113-2.114L4.591 4.46zm6.681-4.077a3.08 3.08 0 0 0-.628 2.098c.051.718.351 1.423.902 1.973.51.511 1.294.828 1.988.904.762.083 1.46-.126 2.085-.628z"
21
+ />
22
+ </svg>
23
+ );
24
+ const SatelliteIcon = forwardRef(SvgSatelliteIcon) as any;
25
+ export default SatelliteIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSearchIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M12.067 7.133a4.933 4.933 0 1 0-9.867.001 4.933 4.933 0 0 0 9.867 0m.8 0a5.7 5.7 0 0 1-1.408 3.76l2.624 2.624a.401.401 0 0 1-.566.566l-2.623-2.624a5.734 5.734 0 1 1 1.973-4.326"
18
+ />
19
+ </svg>
20
+ );
21
+ const SearchIcon = forwardRef(SvgSearchIcon) as any;
22
+ export default SearchIcon;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSettingsIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M12.148 13.266a.4.4 0 0 1-.8 0v-4.37a.4.4 0 0 1 .8 0zM12.152 4.085a.4.4 0 0 1-.801 0V2.4a.4.4 0 0 1 .8 0z"
21
+ />
22
+ <path
23
+ fill="currentColor"
24
+ d="M11.751 8.367a1.849 1.849 0 1 0 0-3.697 1.849 1.849 0 0 0 0 3.697m0 .8a2.648 2.648 0 1 1 0-5.296 2.648 2.648 0 0 1 0 5.296M3.849 2.398a.4.4 0 0 1 .8 0v4.37a.4.4 0 0 1-.8 0zM3.849 11.579a.4.4 0 0 1 .8 0v1.686a.4.4 0 0 1-.8 0z"
25
+ />
26
+ <path
27
+ fill="currentColor"
28
+ d="M4.249 7.297a1.849 1.849 0 1 0 0 3.697 1.849 1.849 0 0 0 0-3.697m0-.8a2.648 2.648 0 1 1 0 5.296 2.648 2.648 0 0 1 0-5.296"
29
+ />
30
+ </svg>
31
+ );
32
+ const SettingsIcon = forwardRef(SvgSettingsIcon) as any;
33
+ export default SettingsIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSizeIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M2.6 1a.4.4 0 0 1 .8 0v11.033l5.317-5.316a.4.4 0 0 1 .566.566L3.967 12.6H15a.4.4 0 0 1 0 .8H3a.4.4 0 0 1-.4-.4z"
18
+ />
19
+ </svg>
20
+ );
21
+ const SizeIcon = forwardRef(SvgSizeIcon) as any;
22
+ export default SizeIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSolarGenerationIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M11.598 7.6q.134 0 .257.052l.08.04.073.05a.7.7 0 0 1 .123.126l.048.074 2.354 4.238a.666.666 0 0 1-.58.989H3.726a.666.666 0 0 1-.581-.989L5.5 7.942l.048-.074q.08-.107.196-.176l.08-.04A.7.7 0 0 1 6.08 7.6zm-.319 4.769h2.444l-.439-.79h-2.18zm-4.06 0h3.241l-.175-.79H7.394zm-3.263 0h2.443l.176-.79h-2.18zm6.97-1.59h1.914l-.439-.79H10.75zm-3.355 0h2.536l-.175-.79H7.747zm-2.732 0h1.914l.176-.79H5.277zm.877-6.121a3.58 3.58 0 0 1 3.945.97.4.4 0 0 1-.598.53 2.779 2.779 0 0 0-4.857 1.843c0 .308.052.613.154.904a.4.4 0 1 1-.755.266 3.5 3.5 0 0 1-.186-.873L3.406 8a3.58 3.58 0 0 1 2.31-3.342m4.856 4.531h1.384l-.438-.789h-1.12zm-2.647 0h1.829L9.578 8.4H8.101zm-2.202 0h1.383l.175-.789h-1.12zM2.747 7.6a.4.4 0 0 1 0 .8h-.53a.4.4 0 1 1 0-.8zm.246-3.59a.4.4 0 0 1 .566 0l.529.53a.4.4 0 1 1-.566.565l-.529-.53a.4.4 0 0 1 0-.566m3.592-.248v-.53a.4.4 0 0 1 .8 0v.53a.4.4 0 0 1-.8 0"
21
+ />
22
+ </svg>
23
+ );
24
+ const SolarGenerationIcon = forwardRef(SvgSolarGenerationIcon) as any;
25
+ export default SolarGenerationIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgSunlitIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M7.6 14v-1.2a.4.4 0 0 1 .8 0V14a.4.4 0 0 1-.8 0m-3.278-2.887a.401.401 0 0 1 .566.566l-.846.846a.4.4 0 0 1-.566-.566zm6.792 0a.4.4 0 0 1 .565 0l.846.846a.4.4 0 1 1-.566.566l-.845-.846a.4.4 0 0 1 0-.566M10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-6.8-.4a.4.4 0 0 1 0 .8H2a.4.4 0 1 1 0-.8zm10.8 0a.4.4 0 0 1 0 .8h-1.2a.4.4 0 1 1 0-.8zM3.476 3.475a.4.4 0 0 1 .566 0l.846.847a.4.4 0 0 1-.566.565l-.846-.846a.4.4 0 0 1 0-.566m8.484 0a.4.4 0 0 1 .565.566l-.846.846a.4.4 0 0 1-.565-.565zM7.6 3.201V2a.4.4 0 0 1 .8 0v1.2a.4.4 0 0 1-.8 0M10.8 8a2.8 2.8 0 1 1-5.6-.002A2.8 2.8 0 0 1 10.8 8"
18
+ />
19
+ </svg>
20
+ );
21
+ const SunlitIcon = forwardRef(SvgSunlitIcon) as any;
22
+ export default SunlitIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgTempIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M8.8 3.202a.8.8 0 0 0-.8-.8.8.8 0 0 0-.8.8v6.322a.4.4 0 0 1-.2.346 2 2 0 1 0 2 0 .4.4 0 0 1-.2-.346zm.8 6.101A2.801 2.801 0 0 1 8 14.402a2.8 2.8 0 0 1-1.6-5.098V3.202A1.6 1.6 0 0 1 8 1.6a1.6 1.6 0 0 1 1.6 1.6z"
18
+ />
19
+ </svg>
20
+ );
21
+ const TempIcon = forwardRef(SvgTempIcon) as any;
22
+ export default TempIcon;
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgThrusterIcon = (
5
+ props: SVGProps<SVGSVGElement>,
6
+ ref: Ref<SVGSVGElement>
7
+ ) => (
8
+ <svg
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ width="1em"
11
+ height="1em"
12
+ fill="none"
13
+ viewBox="0 0 16 16"
14
+ className="org-icon"
15
+ ref={ref}
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="currentColor"
20
+ d="M8 7.1c1.36 0 2.4 1.24 2.4 2.61 0 .443-.148.887-.363 1.183a.4.4 0 0 1-.723-.235.38.38 0 0 0-.211-.356.25.25 0 0 0-.312.066c-.094.105-.123.228-.092.412.033.202.128.419.237.66.192.425.217.848.083 1.26-.13.398-.4.756-.741 1.087a.4.4 0 0 1-.671-.216c-.117-.644-.533-1.118-1.019-1.704-.46-.555-.988-1.22-.988-2.156C5.6 8.34 6.64 7.1 8 7.1m1.26-5c1.22 0 2.346.654 2.951 1.713l1.243 2.176c.466.815-.403 1.742-1.246 1.33a9.61 9.61 0 0 0-8.401-.002c-.828.402-1.737-.496-1.26-1.332L3.79 3.813A3.4 3.4 0 0 1 6.741 2.1zm-2.52.8a2.6 2.6 0 0 0-2.256 1.31L3.243 6.382a.14.14 0 0 0-.022.096q.007.042.045.085c.051.053.12.07.191.035a10.41 10.41 0 0 1 9.103.002c.135.066.275-.083.2-.214L11.517 4.21A2.6 2.6 0 0 0 9.259 2.9zM6.4 9.71c0 .618.334 1.08.803 1.646.311.375.688.805.943 1.334a1.3 1.3 0 0 0 .112-.238.9.9 0 0 0-.05-.681c-.101-.223-.246-.538-.3-.862-.055-.341-.017-.739.29-1.078a1.05 1.05 0 0 1 1.399-.163C9.577 8.676 8.828 7.901 8 7.9c-.84 0-1.6.798-1.6 1.81"
21
+ />
22
+ </svg>
23
+ );
24
+ const ThrusterIcon = forwardRef(SvgThrusterIcon) as any;
25
+ export default ThrusterIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgUploadIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M1.6 12.667V10a.4.4 0 0 1 .8 0v2.667a.93.93 0 0 0 .933.933h9.334a.93.93 0 0 0 .933-.933V10a.4.4 0 0 1 .8 0v2.667a1.734 1.734 0 0 1-1.733 1.733H3.333A1.734 1.734 0 0 1 1.6 12.667M7.6 10V2.966l-2.65 2.65a.4.4 0 0 1-.566-.565l3.333-3.334.063-.051a.4.4 0 0 1 .503.05l3.333 3.335a.4.4 0 1 1-.565.565L8.4 2.966V10a.4.4 0 0 1-.801 0"
18
+ />
19
+ </svg>
20
+ );
21
+ const UploadIcon = forwardRef(SvgUploadIcon) as any;
22
+ export default UploadIcon;
@@ -0,0 +1,22 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ import { Ref, forwardRef } from "react";
4
+ const SvgUsersIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
5
+ <svg
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ width="1em"
8
+ height="1em"
9
+ fill="none"
10
+ viewBox="0 0 16 16"
11
+ className="org-icon"
12
+ ref={ref}
13
+ {...props}
14
+ >
15
+ <path
16
+ fill="currentColor"
17
+ d="M8.076 6.968A2.315 2.315 0 0 0 5.754 4.66a2.315 2.315 0 0 0-2.322 2.308c0 1.193.911 2.177 2.084 2.295l.238.012.237-.012a2.314 2.314 0 0 0 2.085-2.295m4.474 0a2.316 2.316 0 0 0-2.323-2.308c-.265 0-.52.043-.755.124a.4.4 0 0 1-.26-.757c.32-.109.66-.168 1.015-.168a3.116 3.116 0 0 1 3.123 3.109c0 1.1-.576 2.062-1.44 2.614a4.95 4.95 0 0 1 2.407 1.892.4.4 0 1 1-.663.448 4.16 4.16 0 0 0-3.417-1.848l-.01.001a.4.4 0 1 1 .002-.8h.01a2.314 2.314 0 0 0 2.31-2.307m-3.674 0c0 1.099-.575 2.06-1.438 2.613a4.95 4.95 0 0 1 2.406 1.893.4.4 0 1 1-.663.448c-1.664-2.464-5.292-2.464-6.955 0a.4.4 0 1 1-.663-.448 4.94 4.94 0 0 1 2.47-1.915 3.1 3.1 0 0 1-1.402-2.591c0-1.719 1.4-3.109 3.123-3.109a3.116 3.116 0 0 1 3.122 3.109"
18
+ />
19
+ </svg>
20
+ );
21
+ const UsersIcon = forwardRef(SvgUsersIcon) as any;
22
+ export default UsersIcon;
package/src/index.ts ADDED
@@ -0,0 +1,53 @@
1
+ export { default as AccordianCaretCloseIcon } from "./AccordianCaretCloseIcon";
2
+ export { default as AccordianCaretOpenIcon } from "./AccordianCaretOpenIcon";
3
+ export { default as AdcsIcon } from "./AdcsIcon";
4
+ export { default as AddIcon } from "./AddIcon";
5
+ export { default as AddcustomIcon } from "./AddcustomIcon";
6
+ export { default as AxisIcon } from "./AxisIcon";
7
+ export { default as BatteryIcon } from "./BatteryIcon";
8
+ export { default as BusIcon } from "./BusIcon";
9
+ export { default as CatalogIcon } from "./CatalogIcon";
10
+ export { default as CheckIcon } from "./CheckIcon";
11
+ export { default as ChevronDownIcon } from "./ChevronDownIcon";
12
+ export { default as ChevronLeftIcon } from "./ChevronLeftIcon";
13
+ export { default as ChevronRightIcon } from "./ChevronRightIcon";
14
+ export { default as ChevronUpIcon } from "./ChevronUpIcon";
15
+ export { default as ComboIcon } from "./ComboIcon";
16
+ export { default as CommsIcon } from "./CommsIcon";
17
+ export { default as CrossIcon } from "./CrossIcon";
18
+ export { default as CustomIcon } from "./CustomIcon";
19
+ export { default as DashIcon } from "./DashIcon";
20
+ export { default as DashboardIcon } from "./DashboardIcon";
21
+ export { default as DocsIcon } from "./DocsIcon";
22
+ export { default as DownloadIcon } from "./DownloadIcon";
23
+ export { default as EarthobservationIcon } from "./EarthobservationIcon";
24
+ export { default as EclipseIcon } from "./EclipseIcon";
25
+ export { default as EdgeIcon } from "./EdgeIcon";
26
+ export { default as EditIcon } from "./EditIcon";
27
+ export { default as EpsIcon } from "./EpsIcon";
28
+ export { default as EyeCloseIcon } from "./EyeCloseIcon";
29
+ export { default as EyeOpenIcon } from "./EyeOpenIcon";
30
+ export { default as FilterIcon } from "./FilterIcon";
31
+ export { default as GpsIcon } from "./GpsIcon";
32
+ export { default as GroundStationIcon } from "./GroundStationIcon";
33
+ export { default as InfoIcon } from "./InfoIcon";
34
+ export { default as LoadComponentsIcon } from "./LoadComponentsIcon";
35
+ export { default as MassIcon } from "./MassIcon";
36
+ export { default as MissionIcon } from "./MissionIcon";
37
+ export { default as MissionDesignIcon } from "./MissionDesignIcon";
38
+ export { default as NotificationsIcon } from "./NotificationsIcon";
39
+ export { default as PayloadIcon } from "./PayloadIcon";
40
+ export { default as ProcessorIcon } from "./ProcessorIcon";
41
+ export { default as RadioIcon } from "./RadioIcon";
42
+ export { default as ReviewSatelliteIcon } from "./ReviewSatelliteIcon";
43
+ export { default as RocketIcon } from "./RocketIcon";
44
+ export { default as SatelliteIcon } from "./SatelliteIcon";
45
+ export { default as SearchIcon } from "./SearchIcon";
46
+ export { default as SettingsIcon } from "./SettingsIcon";
47
+ export { default as SizeIcon } from "./SizeIcon";
48
+ export { default as SolarGenerationIcon } from "./SolarGenerationIcon";
49
+ export { default as SunlitIcon } from "./SunlitIcon";
50
+ export { default as TempIcon } from "./TempIcon";
51
+ export { default as ThrusterIcon } from "./ThrusterIcon";
52
+ export { default as UploadIcon } from "./UploadIcon";
53
+ export { default as UsersIcon } from "./UsersIcon";