commonMain.androidx.compose.material.icons.filled.Snowshoeing.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.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.Snowshoeing: ImageVector
get() {
if (_snowshoeing != null) {
return _snowshoeing!!
}
_snowshoeing = materialIcon(name = "Filled.Snowshoeing") {
materialPath {
moveTo(12.5f, 3.5f)
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveToRelative(2.0f, 0.9f, 2.0f, 2.0f)
curveToRelative(0.0f, 1.1f, -0.9f, 2.0f, -2.0f, 2.0f)
reflectiveCurveTo(12.5f, 4.6f, 12.5f, 3.5f)
close()
moveTo(6.32f, 19.03f)
lineToRelative(-1.14f, -1.47f)
lineTo(4.0f, 18.5f)
lineToRelative(2.38f, 3.04f)
curveToRelative(0.51f, 0.65f, 1.16f, 1.15f, 1.88f, 1.41f)
curveToRelative(0.28f, 0.1f, 0.53f, 0.04f, 0.72f, -0.11f)
curveToRelative(0.3f, -0.23f, 0.42f, -0.7f, 0.12f, -1.07f)
curveToRelative(-0.08f, -0.1f, -0.2f, -0.17f, -0.31f, -0.22f)
curveToRelative(-0.43f, -0.18f, -0.82f, -0.45f, -1.14f, -0.83f)
lineToRelative(-0.08f, -0.1f)
lineTo(11.0f, 18.2f)
lineToRelative(0.89f, -3.22f)
lineToRelative(2.11f, 2.0f)
verticalLineToRelative(4.52f)
horizontalLineToRelative(-2.0f)
verticalLineTo(23.0f)
horizontalLineToRelative(3.87f)
curveToRelative(0.82f, 0.0f, 1.61f, -0.21f, 2.26f, -0.61f)
curveToRelative(0.26f, -0.16f, 0.37f, -0.39f, 0.37f, -0.64f)
curveToRelative(0.0f, -0.38f, -0.3f, -0.75f, -0.77f, -0.75f)
curveToRelative(-0.13f, 0.0f, -0.26f, 0.04f, -0.37f, 0.1f)
curveToRelative(-0.4f, 0.23f, -0.87f, 0.37f, -1.36f, 0.4f)
lineToRelative(0.0f, -6.02f)
lineToRelative(-2.11f, -2.0f)
lineToRelative(0.6f, -3.0f)
curveTo(15.79f, 11.98f, 17.8f, 13.0f, 20.0f, 13.0f)
verticalLineToRelative(-2.0f)
curveToRelative(-1.9f, 0.0f, -3.51f, -1.02f, -4.31f, -2.42f)
lineToRelative(-1.0f, -1.58f)
curveToRelative(-0.4f, -0.6f, -1.0f, -1.0f, -1.7f, -1.0f)
curveTo(12.24f, 6.0f, 11.58f, 6.34f, 7.0f, 8.28f)
verticalLineTo(13.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(9.58f)
lineToRelative(1.79f, -0.7f)
lineTo(9.2f, 17.0f)
lineTo(6.32f, 19.03f)
close()
}
}
return _snowshoeing!!
}
private var _snowshoeing: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy