commonMain.androidx.compose.material.icons.outlined.SportsTennis.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.outlined
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.Outlined.SportsTennis: ImageVector
get() {
if (_sportsTennis != null) {
return _sportsTennis!!
}
_sportsTennis = materialIcon(name = "Outlined.SportsTennis") {
materialPath {
moveTo(19.52f, 2.49f)
curveToRelative(-2.34f, -2.34f, -6.62f, -1.87f, -9.55f, 1.06f)
curveToRelative(-1.6f, 1.6f, -2.52f, 3.87f, -2.54f, 5.46f)
curveToRelative(-0.02f, 1.58f, 0.26f, 3.89f, -1.35f, 5.5f)
lineToRelative(-4.24f, 4.24f)
lineToRelative(1.42f, 1.42f)
lineToRelative(4.24f, -4.24f)
curveToRelative(1.61f, -1.61f, 3.92f, -1.33f, 5.5f, -1.35f)
reflectiveCurveToRelative(3.86f, -0.94f, 5.46f, -2.54f)
curveTo(21.38f, 9.11f, 21.86f, 4.83f, 19.52f, 2.49f)
close()
moveTo(10.32f, 11.68f)
curveToRelative(-1.53f, -1.53f, -1.05f, -4.61f, 1.06f, -6.72f)
reflectiveCurveToRelative(5.18f, -2.59f, 6.72f, -1.06f)
curveToRelative(1.53f, 1.53f, 1.05f, 4.61f, -1.06f, 6.72f)
reflectiveCurveTo(11.86f, 13.21f, 10.32f, 11.68f)
close()
}
materialPath {
moveTo(18.0f, 17.0f)
curveToRelative(0.53f, 0.0f, 1.04f, 0.21f, 1.41f, 0.59f)
curveToRelative(0.78f, 0.78f, 0.78f, 2.05f, 0.0f, 2.83f)
curveTo(19.04f, 20.79f, 18.53f, 21.0f, 18.0f, 21.0f)
reflectiveCurveToRelative(-1.04f, -0.21f, -1.41f, -0.59f)
curveToRelative(-0.78f, -0.78f, -0.78f, -2.05f, 0.0f, -2.83f)
curveTo(16.96f, 17.21f, 17.47f, 17.0f, 18.0f, 17.0f)
moveTo(18.0f, 15.0f)
curveToRelative(-1.02f, 0.0f, -2.05f, 0.39f, -2.83f, 1.17f)
curveToRelative(-1.56f, 1.56f, -1.56f, 4.09f, 0.0f, 5.66f)
curveTo(15.95f, 22.61f, 16.98f, 23.0f, 18.0f, 23.0f)
reflectiveCurveToRelative(2.05f, -0.39f, 2.83f, -1.17f)
curveToRelative(1.56f, -1.56f, 1.56f, -4.09f, 0.0f, -5.66f)
curveTo(20.05f, 15.39f, 19.02f, 15.0f, 18.0f, 15.0f)
lineTo(18.0f, 15.0f)
close()
}
}
return _sportsTennis!!
}
private var _sportsTennis: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy