diff --git a/Modules/Sources/Browse/UI/Extensions/Image+Constants.swift b/Modules/Sources/Browse/UI/Extensions/Image+Constants.swift new file mode 100644 index 0000000..adebaa7 --- /dev/null +++ b/Modules/Sources/Browse/UI/Extensions/Image+Constants.swift @@ -0,0 +1,14 @@ +// +// Image+Constants.swift +// Browse +// +// Created by Javier Cicchelli on 14/12/2022. +// Copyright © 2022 Röck+Cöde. All rights reserved. +// + +import SwiftUI + +extension Image { + static let trash = Image(systemName: "trash") + static let download = Image(systemName: "arrow.down.doc") +}