commonMain.io.github.jan.supabase.compose.auth.ui.ProviderIcons.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-auth-ui-jvm Show documentation
Show all versions of compose-auth-ui-jvm Show documentation
Extends supabase-kt with a Apollo GraphQL Client
@file:Suppress("MagicNumber", "UndocumentedPublicFunction", "LongMethod")
package io.github.jan.supabase.compose.auth.ui
import io.github.jan.supabase.annotations.SupabaseInternal
@SupabaseInternal
object ProviderIcons {
val Apple by lazy {
"""
""".trimIndent()
}
val Azure by lazy {
"""
""".trimIndent()
}
val BitBucket by lazy {
"""
""".trimIndent()
}
val Discord by lazy {
"""
""".trimIndent()
}
val Facebook by lazy {
"""
""".trimIndent()
}
val Figma by lazy {
"""
""".trimIndent()
}
val Github by lazy {
"""
""".trimIndent()
}
val Gitlab by lazy {
"""
""".trimIndent()
}
val Google by lazy {
"""
""".trimIndent()
}
val Kakao by lazy {
"""
""".trimIndent()
}
val Keycloak by lazy {
"""
""".trimIndent()
}
val Linkedin by lazy {
"""
""".trimIndent()
}
val Notion by lazy {
"""
""".trimIndent()
}
val Slack by lazy {
"""
""".trimIndent()
}
val Spotify by lazy {
"""
""".trimIndent()
}
val Twitch by lazy {
"""
""".trimIndent()
}
val Twitter by lazy {
"""
""".trimIndent()
}
val WorkOS by lazy {
"""
""".trimIndent()
}
val Zoom by lazy {
"""
""".trimIndent()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy