/* Copyright 2026 Marimo. All rights reserved. */ import type { SVGProps } from "react"; export const PythonIcon = (props: SVGProps) => ( Python Logo ); export const MarkdownIcon = (props: SVGProps) => ( Markdown Icon );