FabPrimarySmall.kt

/*
 * Copyright 2021 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.ui.unit.dp

internal object FabPrimarySmall {
    val PrimarySmallContainerColor = ColorSchemeKey.PrimaryContainer
    val PrimarySmallContainerElevation = Elevation.Level3
    val PrimarySmallContainerHeight = 40.0.dp
    val PrimarySmallContainerShape = RoundedCornerShape(12.0.dp)
    val PrimarySmallContainerWidth = 40.0.dp
    val PrimarySmallFocusContainerElevation = Elevation.Level3
    val PrimarySmallFocusIconColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallFocusStateLayerColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallHoverContainerElevation = Elevation.Level4
    val PrimarySmallHoverIconColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallHoverStateLayerColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallIconColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallIconSize = 24.0.dp
    val PrimarySmallLoweredContainerElevation = Elevation.Level1
    val PrimarySmallLoweredFocusContainerElevation = Elevation.Level1
    val PrimarySmallLoweredHoverContainerElevation = Elevation.Level2
    val PrimarySmallLoweredPressedContainerElevation = Elevation.Level1
    val PrimarySmallPressedContainerElevation = Elevation.Level3
    val PrimarySmallPressedIconColor = ColorSchemeKey.OnPrimaryContainer
    val PrimarySmallPressedStateLayerColor = ColorSchemeKey.OnPrimaryContainer
}