This is a convenience helper to instantiate a GIcon like so: auto icon = GIcon::default_icon("filetype-image"); This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes.
A GIcon can contain any number of bitmaps internally, and will give you the best fitting icon when you call bitmap_for_size().