package com.jetpackduba.gitnuro object AppIcons { const val ADD = "add.svg" const val ALIGN_TOP = "align_top.svg" const val APPLY_STASH = "apply_stash.svg" const val BINARY = "binary.svg" const val BLAME = "blame.svg" const val BOLT = "bolt.svg" const val BRANCH = "branch.svg" const val BUG = "bug.svg" const val CHEVRON_RIGHT = "chevron_right.svg" const val CLOSE = "close.svg" const val CLOUD = "cloud.svg" const val CODE = "code.svg" const val COMPUTER = "computer.svg" const val DELETE = "delete.svg" const val DOWNLOAD = "download.svg" const val DROPDOWN = "dropdown.svg" const val ERROR = "error.svg" const val EXPAND_MORE = "expand_more.svg" const val FETCH = "fetch.svg" const val GRADE = "grade.svg" const val HISTORY = "history.svg" const val INFO = "info.svg" const val KEY = "key.svg" const val LOCATION = "location.svg" const val LOCK = "lock.svg" const val LOGO = "logo.svg" const val MERGE = "merge.svg" const val MESSAGE = "message.svg" const val MORE_VERT = "more_vert.svg" const val OPEN = "open.svg" const val PERSON = "person.svg" const val REFRESH = "refresh.svg" const val REMOVE = "remove.svg" const val REVERT = "revert.svg" const val SEARCH = "search.svg" const val SETTINGS = "settings.svg" const val SOURCE = "source.svg" const val START = "start.svg" const val STASH = "stash.svg" const val TAG = "tag.svg" const val TERMINAL = "terminal.svg" const val TOPIC = "topic.svg" const val UNDO = "undo.svg" const val UPLOAD = "upload.svg" const val VISIBILITY = "visibility.svg" const val VISIBILITY_OFF = "visibility_off.svg" const val WARNING = "warning.svg" }