Appearance
export function getIcon(iconId: string): SVGSVGElement | null;
根据 iconId 创建 SVG。如果没有 icon 匹配改 iconId,则返回 null。
iconId