commonMain.androidx.compose.material.icons.sharp.SportsRugby.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.sharp
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.Sharp.SportsRugby: ImageVector
get() {
if (_sportsRugby != null) {
return _sportsRugby!!
}
_sportsRugby = materialIcon(name = "Sharp.SportsRugby") {
materialPath {
moveTo(20.49f, 3.51f)
curveToRelative(-0.56f, -0.56f, -2.15f, -0.97f, -4.16f, -0.97f)
curveToRelative(-3.08f, 0.0f, -7.15f, 0.96f, -9.98f, 3.79f)
curveTo(1.66f, 11.03f, 2.1f, 19.07f, 3.51f, 20.49f)
curveToRelative(0.56f, 0.56f, 2.15f, 0.97f, 4.16f, 0.97f)
curveToRelative(3.08f, 0.0f, 7.15f, -0.96f, 9.98f, -3.79f)
curveTo(22.34f, 12.97f, 21.9f, 4.93f, 20.49f, 3.51f)
close()
moveTo(7.76f, 7.76f)
curveToRelative(2.64f, -2.64f, 6.35f, -3.12f, 8.03f, -3.19f)
curveToRelative(-2.05f, 0.94f, -4.46f, 2.45f, -6.61f, 4.61f)
curveToRelative(-2.16f, 2.16f, -3.67f, 4.58f, -4.61f, 6.63f)
curveTo(4.66f, 13.33f, 5.44f, 10.07f, 7.76f, 7.76f)
close()
moveTo(16.24f, 16.24f)
curveToRelative(-2.64f, 2.64f, -6.35f, 3.12f, -8.03f, 3.19f)
curveToRelative(2.05f, -0.94f, 4.46f, -2.45f, 6.61f, -4.61f)
curveToRelative(2.16f, -2.16f, 3.67f, -4.58f, 4.62f, -6.63f)
curveTo(19.34f, 10.67f, 18.56f, 13.93f, 16.24f, 16.24f)
close()
}
}
return _sportsRugby!!
}
private var _sportsRugby: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy