commonMain.androidx.compose.material.icons.rounded.SportsVolleyball.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.SportsVolleyball: ImageVector
get() {
if (_sportsVolleyball != null) {
return _sportsVolleyball!!
}
_sportsVolleyball = materialIcon(name = "Rounded.SportsVolleyball") {
materialPath {
moveTo(6.0f, 4.01f)
curveTo(3.58f, 5.84f, 2.0f, 8.73f, 2.0f, 12.0f)
curveToRelative(0.0f, 1.46f, 0.32f, 2.85f, 0.89f, 4.11f)
lineTo(6.0f, 14.31f)
verticalLineTo(4.01f)
close()
}
materialPath {
moveTo(11.0f, 11.42f)
verticalLineTo(2.05f)
curveTo(9.94f, 2.16f, 8.93f, 2.43f, 8.0f, 2.84f)
verticalLineToRelative(10.32f)
lineTo(11.0f, 11.42f)
close()
}
materialPath {
moveTo(12.0f, 13.15f)
lineToRelative(-8.11f, 4.68f)
curveToRelative(0.61f, 0.84f, 1.34f, 1.59f, 2.18f, 2.2f)
lineTo(15.0f, 14.89f)
lineTo(12.0f, 13.15f)
close()
}
materialPath {
moveTo(13.0f, 7.96f)
verticalLineToRelative(3.46f)
lineToRelative(8.11f, 4.68f)
curveToRelative(0.42f, -0.93f, 0.7f, -1.93f, 0.82f, -2.98f)
lineTo(13.0f, 7.96f)
close()
}
materialPath {
moveTo(8.07f, 21.2f)
curveTo(9.28f, 21.71f, 10.6f, 22.0f, 12.0f, 22.0f)
curveToRelative(3.34f, 0.0f, 6.29f, -1.65f, 8.11f, -4.16f)
lineTo(17.0f, 16.04f)
lineTo(8.07f, 21.2f)
close()
}
materialPath {
moveTo(21.92f, 10.81f)
curveToRelative(-0.55f, -4.63f, -4.26f, -8.3f, -8.92f, -8.76f)
verticalLineToRelative(3.6f)
lineTo(21.92f, 10.81f)
close()
}
}
return _sportsVolleyball!!
}
private var _sportsVolleyball: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy