import { shortcut, Widget } from "@/core";
@shortcut()
export class CustomIcon extends Widget {
static xtype = "demo.downlist.icon";
render() {
return {
type: "bi.label",
text: "✨",
};
}