/* Copyright 2026 Marimo. All rights reserved. */ import type { SVGProps } from "react"; export const GitHubCopilotIcon = (props: SVGProps) => { return ( ); };