AzureCommunicationUI/sdk/AzureCommunicationUICalling/Sources/Presentation/Style/StyleProvider.swift (5 lines of code) (raw):
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
import Foundation
struct StyleProvider {
static var color = ColorThemeProvider(themeOptions: nil)
static var icon = IconProvider()
// static var font = FontProvider()
}