commonMain.androidx.compose.material.icons.filled.Kayaking.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.Kayaking: ImageVector
get() {
if (_kayaking != null) {
return _kayaking!!
}
_kayaking = materialIcon(name = "Filled.Kayaking") {
materialPath {
moveTo(21.0f, 23.0f)
curveToRelative(-1.03f, 0.0f, -2.06f, -0.25f, -3.0f, -0.75f)
horizontalLineToRelative(0.0f)
curveToRelative(-1.89f, 1.0f, -4.11f, 1.0f, -6.0f, 0.0f)
curveToRelative(-1.89f, 1.0f, -4.11f, 1.0f, -6.0f, 0.0f)
curveTo(5.05f, 22.75f, 4.03f, 23.0f, 3.0f, 23.0f)
horizontalLineTo(2.0f)
lineToRelative(0.0f, -2.0f)
horizontalLineToRelative(1.0f)
curveToRelative(1.04f, 0.0f, 2.08f, -0.35f, 3.0f, -1.0f)
curveToRelative(1.83f, 1.3f, 4.17f, 1.3f, 6.0f, 0.0f)
curveToRelative(1.83f, 1.3f, 4.17f, 1.3f, 6.0f, 0.0f)
curveToRelative(0.91f, 0.65f, 1.96f, 1.0f, 3.0f, 1.0f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(2.0f)
horizontalLineTo(21.0f)
close()
moveTo(12.0f, 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(13.1f, 5.5f, 12.0f, 5.5f)
close()
moveTo(24.0f, 17.5f)
curveToRelative(0.0f, 0.0f, -1.52f, 0.71f, -3.93f, 1.37f)
curveToRelative(-0.82f, -0.23f, -1.53f, -0.75f, -2.07f, -1.37f)
curveToRelative(-0.73f, 0.84f, -1.8f, 1.5f, -3.0f, 1.5f)
reflectiveCurveToRelative(-2.27f, -0.66f, -3.0f, -1.5f)
curveToRelative(-0.73f, 0.84f, -1.8f, 1.5f, -3.0f, 1.5f)
reflectiveCurveToRelative(-2.27f, -0.66f, -3.0f, -1.5f)
curveToRelative(-0.54f, 0.61f, -1.25f, 1.13f, -2.07f, 1.37f)
curveTo(1.52f, 18.21f, 0.0f, 17.5f, 0.0f, 17.5f)
reflectiveCurveToRelative(2.93f, -1.36f, 7.13f, -2.08f)
lineToRelative(1.35f, -4.17f)
curveToRelative(0.31f, -0.95f, 1.32f, -1.47f, 2.27f, -1.16f)
curveToRelative(0.09f, 0.03f, 0.19f, 0.07f, 0.27f, 0.11f)
lineToRelative(0.0f, 0.0f)
lineToRelative(2.47f, 1.3f)
lineToRelative(2.84f, -1.5f)
lineToRelative(1.65f, -3.71f)
lineToRelative(-0.51f, -1.32f)
lineTo(18.8f, 2.0f)
lineTo(22.0f, 3.43f)
lineTo(20.67f, 6.4f)
lineToRelative(-1.31f, 0.5f)
lineToRelative(-3.72f, 8.34f)
curveTo(20.49f, 15.87f, 24.0f, 17.5f, 24.0f, 17.5f)
close()
moveTo(15.02f, 12.96f)
lineToRelative(-1.52f, 0.8f)
lineToRelative(-1.75f, -0.92f)
lineToRelative(-0.71f, 2.17f)
curveTo(11.36f, 15.01f, 11.68f, 15.0f, 12.0f, 15.0f)
curveToRelative(0.71f, 0.0f, 1.4f, 0.03f, 2.07f, 0.08f)
lineTo(15.02f, 12.96f)
close()
}
}
return _kayaking!!
}
private var _kayaking: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy