import type { SVGProps } from "react"; export function PlexIcon(props: SVGProps) { return ( ); } export function JellyfinIcon(props: SVGProps) { return ( ); }