From 57c41a9c633e4c48aff716d85a0977e4b39a8bdd Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 25 Feb 2021 18:04:36 +0100 Subject: Icons: Add icon for the upcoming spreadsheet editor The editor is being worked on by the geometry nodes team. Icon created by Andrzej Ambroz (jendrzych). Addresses https://developer.blender.org/T85925. --- source/blender/editors/include/UI_icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/UI_icons.h') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index b7eb5cab7f9..f0a4b3c462e 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -173,7 +173,7 @@ DEF_ICON(IMAGE) DEF_ICON(INFO) DEF_ICON(SEQUENCE) DEF_ICON_OBJECT_DATA(TEXT) -DEF_ICON_BLANK(174) +DEF_ICON(SPREADSHEET) DEF_ICON(SOUND) DEF_ICON(ACTION) DEF_ICON(NLA) -- cgit v1.2.3