Function matchBestIcon

Find icon closest to the given size among given alternatives.

string matchBestIcon(Range) (
  Range alternatives,
  uint matchSize
);

Parameters

NameDescription
alternatives Range of IconSearchResults, usually returned by lookupIcon.
matchSize Desired size of icon.