An object that supports all Google Font Icons (https://fonts.google.com/icons).
Available for Google Workspace add-ons and Google Chat apps.
const materialIcon = CardService.newMaterialIcon() .setName('search') .setFill(true) .setWeight(400) .setGrade(0);
An object that supports all Google Font Icons (https://fonts.google.com/icons).
Available for Google Workspace add-ons and Google Chat apps.
const materialIcon = CardService.newMaterialIcon() .setName('search') .setFill(true) .setWeight(400) .setGrade(0);