Skip to content
On this page

getIcon

ts
export function getIcon(iconId: string): SVGSVGElement | null;

根据 iconId 创建 SVG。如果没有 icon 匹配改 iconId,则返回 null。

Parameters

ParameterDescription
iconIdthe icon ID