diff --git a/apps/icons/literals.py b/apps/icons/literals.py index b4c3068246..ee456e547f 100644 --- a/apps/icons/literals.py +++ b/apps/icons/literals.py @@ -69,6 +69,7 @@ PRINTER = 'printer' RAINBOW = 'rainbow' ROUTING_TURNAROUND_RIGHT = 'routing_turnaround_right' SCRIPT = 'script' +SERVER = 'server' STORAGE = 'storage' TABLE = 'table' TABLE_ADD = 'table_add' @@ -83,6 +84,8 @@ TAG_BLUE_EDIT = 'tag_blue_edit' TEXT_DROPCAPS = 'text_dropcaps' TEXT_STRIKETHROUGH = 'text_strikethrough' TICK = 'tick' +TIME = 'time' +TIMELINE_MARKER = 'timeline_marker' USER = 'user' USER_ADD = 'user_add' USER_EDIT = 'user_edit' diff --git a/apps/icons/sets/fat_cow.py b/apps/icons/sets/fat_cow.py index aa2c996f5c..f9db4fc592 100644 --- a/apps/icons/sets/fat_cow.py +++ b/apps/icons/sets/fat_cow.py @@ -68,6 +68,7 @@ DICTIONARY = { RAINBOW: 'rainbow.png', ROUTING_TURNAROUND_RIGHT: 'routing_turnaround_right.png', SCRIPT: 'script.png', + SERVER: 'server.png', STORAGE: 'storage.png', TABLE: 'table.png', TABLE_ADD: 'table_add.png', @@ -82,6 +83,8 @@ DICTIONARY = { TEXT_DROPCAPS: 'text_dropcaps.png', TEXT_STRIKETHROUGH: 'text_strikethrough.png', TICK: 'tick.png', + TIME: 'time.png', + TIMELINE_MARKER: 'timeline_marker.png', USER: 'user.png', USER_ADD:'user_add.png', USER_EDIT: 'user_edit.png',