commonMain.androidx.compose.material.icons.rounded.Stadium.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
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.rounded
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.Rounded.Stadium: ImageVector
get() {
if (_stadium != null) {
return _stadium!!
}
_stadium = materialIcon(name = "Rounded.Stadium") {
materialPath {
moveTo(6.11f, 5.45f)
lineTo(3.72f, 6.64f)
curveTo(3.39f, 6.8f, 3.0f, 6.56f, 3.0f, 6.19f)
verticalLineTo(3.81f)
curveTo(3.0f, 3.44f, 3.39f, 3.2f, 3.72f, 3.36f)
lineToRelative(2.38f, 1.19f)
curveTo(6.47f, 4.74f, 6.47f, 5.26f, 6.11f, 5.45f)
close()
moveTo(18.0f, 3.81f)
verticalLineToRelative(2.38f)
curveToRelative(0.0f, 0.37f, 0.39f, 0.61f, 0.72f, 0.45f)
lineToRelative(2.38f, -1.19f)
curveToRelative(0.37f, -0.18f, 0.37f, -0.71f, 0.0f, -0.89f)
lineToRelative(-2.38f, -1.19f)
curveTo(18.39f, 3.2f, 18.0f, 3.44f, 18.0f, 3.81f)
close()
moveTo(11.0f, 2.81f)
verticalLineToRelative(2.38f)
curveToRelative(0.0f, 0.37f, 0.39f, 0.61f, 0.72f, 0.45f)
lineToRelative(2.38f, -1.19f)
curveToRelative(0.37f, -0.18f, 0.37f, -0.71f, 0.0f, -0.89f)
lineToRelative(-2.38f, -1.19f)
curveTo(11.39f, 2.2f, 11.0f, 2.44f, 11.0f, 2.81f)
close()
moveTo(5.0f, 10.04f)
curveTo(6.38f, 10.53f, 8.77f, 11.0f, 12.0f, 11.0f)
reflectiveCurveToRelative(5.62f, -0.47f, 7.0f, -0.96f)
curveTo(19.0f, 9.86f, 16.22f, 9.0f, 12.0f, 9.0f)
reflectiveCurveTo(5.0f, 9.86f, 5.0f, 10.04f)
close()
moveTo(14.0f, 17.0f)
horizontalLineToRelative(-4.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
lineToRelative(0.0f, 3.88f)
curveTo(4.94f, 21.49f, 2.0f, 20.34f, 2.0f, 19.0f)
verticalLineToRelative(-9.0f)
curveToRelative(0.0f, -1.66f, 4.48f, -3.0f, 10.0f, -3.0f)
reflectiveCurveToRelative(10.0f, 1.34f, 10.0f, 3.0f)
verticalLineToRelative(9.0f)
curveToRelative(0.0f, 1.34f, -2.94f, 2.48f, -7.0f, 2.87f)
lineTo(15.0f, 18.0f)
curveTo(15.0f, 17.45f, 14.55f, 17.0f, 14.0f, 17.0f)
close()
}
}
return _stadium!!
}
private var _stadium: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy