Defined the "trash" and "download" images in the Image+Constants extension for the Browse module.
This commit is contained in:
parent
265ebc8f25
commit
5c402f8958
14
Modules/Sources/Browse/UI/Extensions/Image+Constants.swift
Normal file
14
Modules/Sources/Browse/UI/Extensions/Image+Constants.swift
Normal file
@ -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")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user