standardSet top-level constant

List<int> const standardSet

The standard set of icons required for most applications.

Implementation

const standardSet = [
  16, // Standard browser.
  32, // Taskbar shorcuts
  48,
  64,
  96, // Desktop shortcuts
  128,
  180, // Apple touch icons
  192, // Android
  196,
  228, // Opera Coast
  256,
  300, // Required by Squarespace
  512 // WordPress
];