import { DarkMode, Gradient, LightMode } from "@syntax/Icon"; import React from "react"; export function WarningIcon({ id, color }: { id: string; color?: React.ComponentProps["color"] }) { return ( <> ); }