
commonMain.androidx.compose.material.icons.rounded.Hiking.kt Maven / Gradle / Ivy
/*
* 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.Hiking: ImageVector
get() {
if (_hiking != null) {
return _hiking!!
}
_hiking = materialIcon(name = "Rounded.Hiking") {
materialPath {
moveTo(13.5f, 5.5f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
reflectiveCurveToRelative(-0.9f, -2.0f, -2.0f, -2.0f)
reflectiveCurveToRelative(-2.0f, 0.9f, -2.0f, 2.0f)
reflectiveCurveTo(12.4f, 5.5f, 13.5f, 5.5f)
close()
moveTo(18.25f, 9.0f)
curveToRelative(-0.41f, 0.0f, -0.75f, 0.34f, -0.75f, 0.75f)
lineToRelative(0.0f, 1.03f)
curveToRelative(-1.23f, -0.37f, -2.22f, -1.17f, -2.8f, -2.18f)
lineToRelative(-1.0f, -1.6f)
curveToRelative(-0.41f, -0.65f, -1.11f, -1.0f, -1.84f, -1.0f)
curveToRelative(-0.78f, 0.0f, -1.59f, 0.5f, -1.78f, 1.44f)
lineTo(7.25f, 21.76f)
curveTo(7.12f, 22.4f, 7.61f, 23.0f, 8.27f, 23.0f)
curveToRelative(0.49f, 0.0f, 0.91f, -0.34f, 1.02f, -0.81f)
lineTo(10.9f, 15.0f)
lineToRelative(2.1f, 2.0f)
verticalLineToRelative(5.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-5.64f)
curveToRelative(0.0f, -0.55f, -0.22f, -1.07f, -0.62f, -1.45f)
lineTo(12.9f, 13.5f)
lineToRelative(0.6f, -3.0f)
curveToRelative(1.0f, 1.15f, 2.41f, 2.01f, 4.0f, 2.34f)
verticalLineToRelative(9.41f)
curveToRelative(0.0f, 0.41f, 0.34f, 0.75f, 0.75f, 0.75f)
reflectiveCurveTo(19.0f, 22.66f, 19.0f, 22.25f)
verticalLineTo(9.75f)
curveTo(19.0f, 9.34f, 18.66f, 9.0f, 18.25f, 9.0f)
close()
moveTo(7.43f, 13.13f)
lineToRelative(-2.12f, -0.41f)
curveToRelative(-0.54f, -0.11f, -0.9f, -0.63f, -0.79f, -1.17f)
lineToRelative(0.76f, -3.93f)
curveToRelative(0.21f, -1.08f, 1.26f, -1.79f, 2.34f, -1.58f)
lineToRelative(1.16f, 0.23f)
lineTo(7.43f, 13.13f)
close()
}
}
return _hiking!!
}
private var _hiking: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy