export interface StrongIconNode extends BaseNode {
  type: "strongIcon";
  pathType: "root" | "relative";
  path: string;
}