mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
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")
|
|
}
|