import React from "react" import { Icon } from "./Icon" interface KiloCodeIconProps { size?: string } export function KiloCodeIcon({ size = "1.2em" }: KiloCodeIconProps) { return }