Variable ICONSConst

ICONS: {
    arrow: string;
    close: string;
    download: string;
    fullscreenIn: string;
    fullscreenOut: string;
    info: string;
    menu: string;
    zoomIn: string;
    zoomOut: string;
} = ...

Collection of SVG icons

Type declaration

  • arrow: string
  • close: string
  • download: string
  • fullscreenIn: string
  • fullscreenOut: string
  • info: string
  • menu: string
  • zoomIn: string
  • zoomOut: string

Generated using TypeDoc