<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

StockIconOptions

public enum StockIconOptions
Provides options for use with GetStockIcon.
namespace System.Drawing { [Flags] public enum StockIconOptions { Default = 0, SmallIcon = 1, ShellIconSize = 4, LinkOverlay = 32768, Selected = 65536 } }