import { ComponentProps } from "react" export function BackupRestoreIcon(props: ComponentProps<"svg">) { return ( ) }