13 lines
212 B
Swift
13 lines
212 B
Swift
|
//
|
||
|
// UIImage+SFSymbols.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by Marcus Kida on 18.11.22.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
|
||
|
extension UIImage {
|
||
|
static let chevronUpChevronDown = UIImage(systemName: "chevron.up.chevron.down")
|
||
|
}
|