All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.compose.material.icons.filled.SportsBaseball.kt Maven / Gradle / Ivy

Go to download

Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.

The newest version!
/*
 * Copyright 2024 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.
 */

package androidx.compose.material.icons.filled

import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.materialIcon
import androidx.compose.material.icons.materialPath
import androidx.compose.ui.graphics.vector.ImageVector

public val Icons.Filled.SportsBaseball: ImageVector
    get() {
        if (_sportsBaseball != null) {
            return _sportsBaseball!!
        }
        _sportsBaseball = materialIcon(name = "Filled.SportsBaseball") {
            materialPath {
                moveTo(3.81f, 6.28f)
                curveTo(2.67f, 7.9f, 2.0f, 9.87f, 2.0f, 12.0f)
                reflectiveCurveToRelative(0.67f, 4.1f, 1.81f, 5.72f)
                curveTo(6.23f, 16.95f, 8.0f, 14.68f, 8.0f, 12.0f)
                reflectiveCurveTo(6.23f, 7.05f, 3.81f, 6.28f)
                close()
            }
            materialPath {
                moveTo(20.19f, 6.28f)
                curveTo(17.77f, 7.05f, 16.0f, 9.32f, 16.0f, 12.0f)
                reflectiveCurveToRelative(1.77f, 4.95f, 4.19f, 5.72f)
                curveTo(21.33f, 16.1f, 22.0f, 14.13f, 22.0f, 12.0f)
                reflectiveCurveTo(21.33f, 7.9f, 20.19f, 6.28f)
                close()
            }
            materialPath {
                moveTo(14.0f, 12.0f)
                curveToRelative(0.0f, -3.28f, 1.97f, -6.09f, 4.79f, -7.33f)
                curveTo(17.01f, 3.02f, 14.63f, 2.0f, 12.0f, 2.0f)
                reflectiveCurveTo(6.99f, 3.02f, 5.21f, 4.67f)
                curveTo(8.03f, 5.91f, 10.0f, 8.72f, 10.0f, 12.0f)
                reflectiveCurveToRelative(-1.97f, 6.09f, -4.79f, 7.33f)
                curveTo(6.99f, 20.98f, 9.37f, 22.0f, 12.0f, 22.0f)
                reflectiveCurveToRelative(5.01f, -1.02f, 6.79f, -2.67f)
                curveTo(15.97f, 18.09f, 14.0f, 15.28f, 14.0f, 12.0f)
                close()
            }
        }
        return _sportsBaseball!!
    }

private var _sportsBaseball: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy