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 COPY = "copy.svg" const val CUT = "cut.svg" const val DELETE = "delete.svg" const val DESCRIPTION = "description.svg" const val DONE = "done.svg" const val DOWNLOAD = "download.svg" const val DRAG = "drag.svg" const val DROPDOWN = "dropdown.svg" const val EDIT = "edit.svg" const val ERROR = "error.svg" const val EXPAND_MORE = "expand_more.svg" const val FETCH = "fetch.svg" const val FOLDER = "folder.svg" const val FOLDER_OPEN = "folder_open.svg" const val GRADE = "grade.svg" const val HORIZONTAL_SPLIT = "horizontal_split.svg" const val HISTORY = "history.svg" const val INFO = "info.svg" const val KEY = "key.svg" const val LAYOUT = "layout.svg" const val LIST = "list.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 NETWORK = "network.svg" const val OPEN = "open.svg" const val PALETTE = "palette.svg" const val PASSWORD = "password.svg" const val PASTE = "paste.svg" const val PERSON = "person.svg" const val REFRESH = "refresh.svg" const val REMOVE = "remove.svg" const val REMOVE_DONE = "remove_done.svg" const val REVERT = "revert.svg" const val SEARCH = "search.svg" const val SECURITY = "security.svg" const val SETTINGS = "settings.svg" const val SIGN = "sign.svg" const val SOURCE = "source.svg" const val START = "start.svg" const val STASH = "stash.svg" const val SYNC = "sync.svg" const val TAG = "tag.svg" const val TERMINAL = "terminal.svg" const val TOPIC = "topic.svg" const val TREE = "tree.svg" const val UNDO = "undo.svg" const val UNIFIED = "unified.svg" const val UPDATE = "update.svg" const val UPLOAD = "upload.svg" const val VERTICAL_SPLIT = "vertical_split.svg" const val VISIBILITY = "visibility.svg" const val VISIBILITY_OFF = "visibility_off.svg" const val WARNING = "warning.svg" }