commonMain.androidx.compose.material.icons.rounded.DirectionsRun.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
import kotlin.Deprecated
@Deprecated(
"Use the AutoMirrored version at Icons.AutoMirrored.Rounded.DirectionsRun",
ReplaceWith( "Icons.AutoMirrored.Rounded.DirectionsRun",
"androidx.compose.material.icons.automirrored.rounded.DirectionsRun"),
)
public val Icons.Rounded.DirectionsRun: ImageVector
get() {
if (_directionsRun != null) {
return _directionsRun!!
}
_directionsRun = materialIcon(name = "Rounded.DirectionsRun") {
materialPath {
moveTo(13.49f, 5.48f)
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)
reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
close()
moveTo(10.32f, 17.48f)
lineToRelative(0.57f, -2.5f)
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)
lineToRelative(-1.48f, -1.41f)
lineToRelative(0.6f, -3.0f)
curveToRelative(1.07f, 1.24f, 2.62f, 2.13f, 4.36f, 2.41f)
curveToRelative(0.6f, 0.09f, 1.14f, -0.39f, 1.14f, -1.0f)
curveToRelative(0.0f, -0.49f, -0.36f, -0.9f, -0.85f, -0.98f)
curveToRelative(-1.52f, -0.25f, -2.78f, -1.15f, -3.45f, -2.33f)
lineToRelative(-1.0f, -1.6f)
curveToRelative(-0.4f, -0.6f, -1.0f, -1.0f, -1.7f, -1.0f)
curveToRelative(-0.3f, 0.0f, -0.5f, 0.1f, -0.8f, 0.1f)
lineTo(7.21f, 7.76f)
curveToRelative(-0.74f, 0.32f, -1.22f, 1.04f, -1.22f, 1.85f)
verticalLineToRelative(2.37f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-2.4f)
lineToRelative(1.8f, -0.7f)
lineToRelative(-1.6f, 8.1f)
lineToRelative(-3.92f, -0.8f)
curveToRelative(-0.54f, -0.11f, -1.07f, 0.24f, -1.18f, 0.78f)
lineTo(3.09f, 17.0f)
curveToRelative(-0.11f, 0.54f, 0.24f, 1.07f, 0.78f, 1.18f)
lineToRelative(4.11f, 0.82f)
curveToRelative(1.06f, 0.21f, 2.1f, -0.46f, 2.34f, -1.52f)
close()
}
}
return _directionsRun!!
}
private var _directionsRun: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy