import type { SVGProps } from "react" // linux-logo-bold from https://github.com/phosphor-icons/core (MIT license) export function TuxIcon(props: SVGProps) { return ( ) } // icon park (Apache 2.0) https://github.com/bytedance/IconPark/blob/master/LICENSE export function WindowsIcon(props: SVGProps) { return ( ) } // teenyicons (MIT) https://github.com/teenyicons/teenyicons/blob/master/LICENSE export function AppleIcon(props: SVGProps) { return ( ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function FreeBsdIcon(props: SVGProps) { return ( ) } // ion icons (MIT) https://github.com/ionic-team/ionicons/blob/main/LICENSE export function DockerIcon(props: SVGProps) { return ( ) } // MingCute Apache License 2.0 https://github.com/Richard9394/MingCute export function Rows(props: SVGProps) { return ( ) } // IconPark Apache License 2.0 https://github.com/bytedance/IconPark export function ChartAverage(props: SVGProps) { return ( ) } // IconPark Apache License 2.0 https://github.com/bytedance/IconPark export function ChartMax(props: SVGProps) { return ( ) } // Lucide https://github.com/lucide-icons/lucide (not in package for some reason) export function EthernetIcon(props: SVGProps) { return ( ) } // Phosphor MIT https://github.com/phosphor-icons/core export function ThermometerIcon(props: SVGProps) { return ( ) } // Huge icons (MIT) export function GpuIcon(props: SVGProps) { return ( ) } // Remix icons (Apache 2.0) https://github.com/Remix-Design/RemixIcon/blob/master/License export function HourglassIcon(props: SVGProps) { return ( ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function WebSocketIcon(props: SVGProps) { return ( WebSocket ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function BatteryMediumIcon(props: SVGProps) { return ( ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function BatteryLowIcon(props: SVGProps) { return ( ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function BatteryHighIcon(props: SVGProps) { return ( ) } // Apache 2.0 https://github.com/Templarian/MaterialDesign/blob/master/LICENSE export function BatteryFullIcon(props: SVGProps) { return ( ) } // https://github.com/phosphor-icons/core (MIT license) export function PlugChargingIcon(props: SVGProps) { return ( ) }