Iterable<Blob> get icon => js_util.getProperty(this, 'icon');
set icon(Iterable<Blob> newValue) { js_util.setProperty(this, 'icon', newValue); }