commonMain.androidx.compose.material.icons.rounded.Skateboarding.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.Skateboarding: ImageVector
get() {
if (_skateboarding != null) {
return _skateboarding!!
}
_skateboarding = materialIcon(name = "Rounded.Skateboarding") {
materialPath {
moveTo(13.0f, 3.0f)
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(13.0f, 4.1f, 13.0f, 3.0f)
close()
moveTo(7.25f, 22.5f)
curveToRelative(-0.41f, 0.0f, -0.75f, 0.34f, -0.75f, 0.75f)
reflectiveCurveTo(6.84f, 24.0f, 7.25f, 24.0f)
reflectiveCurveTo(8.0f, 23.66f, 8.0f, 23.25f)
reflectiveCurveTo(7.66f, 22.5f, 7.25f, 22.5f)
close()
moveTo(15.75f, 22.5f)
curveToRelative(-0.41f, 0.0f, -0.75f, 0.34f, -0.75f, 0.75f)
reflectiveCurveTo(15.34f, 24.0f, 15.75f, 24.0f)
reflectiveCurveToRelative(0.75f, -0.34f, 0.75f, -0.75f)
reflectiveCurveTo(16.16f, 22.5f, 15.75f, 22.5f)
close()
moveTo(19.24f, 19.0f)
curveToRelative(-0.24f, 0.0f, -0.45f, 0.11f, -0.59f, 0.3f)
curveToRelative(-0.55f, 0.73f, -1.42f, 1.2f, -2.4f, 1.2f)
horizontalLineTo(16.0f)
verticalLineToRelative(-4.88f)
curveToRelative(0.0f, -0.69f, -0.36f, -1.34f, -0.95f, -1.7f)
lineToRelative(-3.37f, -2.08f)
lineToRelative(1.8f, -2.89f)
curveToRelative(0.96f, 1.53f, 2.54f, 2.64f, 4.39f, 2.96f)
curveToRelative(0.6f, 0.11f, 1.13f, -0.39f, 1.13f, -0.99f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, -0.48f, -0.35f, -0.89f, -0.83f, -0.98f)
curveToRelative(-1.49f, -0.28f, -2.72f, -1.29f, -3.3f, -2.64f)
lineToRelative(-0.52f, -1.21f)
curveTo(14.16f, 5.64f, 13.61f, 5.0f, 12.7f, 5.0f)
horizontalLineTo(8.11f)
curveToRelative(-0.69f, 0.0f, -1.33f, 0.36f, -1.7f, 0.94f)
lineTo(5.03f, 8.15f)
curveTo(4.74f, 8.62f, 4.88f, 9.24f, 5.35f, 9.53f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.47f, 0.29f, 1.09f, 0.15f, 1.38f, -0.32f)
lineTo(8.1f, 7.0f)
horizontalLineToRelative(2.35f)
lineToRelative(-2.4f, 3.84f)
curveToRelative(-0.31f, 0.5f, -0.39f, 1.11f, -0.21f, 1.67f)
lineToRelative(1.34f, 4.15f)
lineToRelative(-3.12f, 3.76f)
curveToRelative(-0.7f, -0.16f, -1.3f, -0.57f, -1.71f, -1.12f)
curveTo(4.21f, 19.11f, 3.99f, 19.0f, 3.75f, 19.0f)
curveTo(3.31f, 19.0f, 3.0f, 19.36f, 3.0f, 19.75f)
curveToRelative(0.0f, 0.15f, 0.05f, 0.31f, 0.15f, 0.45f)
curveToRelative(0.82f, 1.1f, 2.13f, 1.8f, 3.6f, 1.8f)
horizontalLineToRelative(9.5f)
curveToRelative(1.47f, 0.0f, 2.78f, -0.7f, 3.6f, -1.8f)
curveToRelative(0.1f, -0.14f, 0.15f, -0.3f, 0.15f, -0.45f)
curveTo(20.0f, 19.36f, 19.68f, 19.0f, 19.24f, 19.0f)
close()
moveTo(14.0f, 20.5f)
horizontalLineTo(8.6f)
lineToRelative(2.21f, -2.67f)
curveToRelative(0.43f, -0.52f, 0.57f, -1.21f, 0.37f, -1.86f)
lineTo(10.5f, 13.7f)
lineToRelative(3.5f, 2.2f)
verticalLineTo(20.5f)
close()
}
}
return _skateboarding!!
}
private var _skateboarding: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy