parent
63eeb921e3
commit
4bc2b427aa
@ -0,0 +1,15 @@
|
|||||||
|
//
|
||||||
|
// SystemIcons.swift
|
||||||
|
// DouShouQi_App
|
||||||
|
//
|
||||||
|
// Created by Rémi REGNAULT on 28/05/2024.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
public struct SystemIcons {
|
||||||
|
static let DarkTheme = "moon"
|
||||||
|
static let LightTheme = "sun.max"
|
||||||
|
static let SoundOn = "speaker.2"
|
||||||
|
static let SoundOff = "speaker.slash"
|
||||||
|
}
|
Loading…
Reference in new issue