Skip to content

probe-web / @probe-web/ui / IconName

Type Alias: IconName

ts
type IconName = 
  | "play"
  | "pause"
  | "stop"
  | "step-over"
  | "step-into"
  | "step-out"
  | "step-instruction"
  | "restart"
  | "restart-halt"
  | "sun"
  | "moon"
  | "github"
  | "plug"
  | "chip"
  | "file"
  | "refresh"
  | "layout"
  | "link"
  | "trash"
  | "x"
  | "check"
  | "zap"
  | "download"
  | "search"
  | "folder"
  | "eye"
  | "plus"
  | "send";

Defined in: packages/ui/src/icons.ts:5

The name of an icon in the probe-web set.