commonMain.androidx.compose.material.icons.rounded.RotateLeft.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.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.RotateLeft",
ReplaceWith( "Icons.AutoMirrored.Rounded.RotateLeft",
"androidx.compose.material.icons.automirrored.rounded.RotateLeft"),
)
public val Icons.Rounded.RotateLeft: ImageVector
get() {
if (_rotateLeft != null) {
return _rotateLeft!!
}
_rotateLeft = materialIcon(name = "Rounded.RotateLeft") {
materialPath {
moveTo(6.56f, 7.98f)
curveTo(6.1f, 7.52f, 5.31f, 7.6f, 5.0f, 8.17f)
curveToRelative(-0.28f, 0.51f, -0.5f, 1.03f, -0.67f, 1.58f)
curveToRelative(-0.19f, 0.63f, 0.31f, 1.25f, 0.96f, 1.25f)
horizontalLineToRelative(0.01f)
curveToRelative(0.43f, 0.0f, 0.82f, -0.28f, 0.94f, -0.7f)
curveToRelative(0.12f, -0.4f, 0.28f, -0.79f, 0.48f, -1.17f)
curveToRelative(0.22f, -0.37f, 0.15f, -0.84f, -0.16f, -1.15f)
close()
moveTo(5.31f, 13.0f)
horizontalLineToRelative(-0.02f)
curveToRelative(-0.65f, 0.0f, -1.15f, 0.62f, -0.96f, 1.25f)
curveToRelative(0.16f, 0.54f, 0.38f, 1.07f, 0.66f, 1.58f)
curveToRelative(0.31f, 0.57f, 1.11f, 0.66f, 1.57f, 0.2f)
curveToRelative(0.3f, -0.31f, 0.38f, -0.77f, 0.17f, -1.15f)
curveToRelative(-0.2f, -0.37f, -0.36f, -0.76f, -0.48f, -1.16f)
curveToRelative(-0.12f, -0.44f, -0.51f, -0.72f, -0.94f, -0.72f)
close()
moveTo(8.16f, 19.02f)
curveToRelative(0.51f, 0.28f, 1.04f, 0.5f, 1.59f, 0.66f)
curveToRelative(0.62f, 0.18f, 1.24f, -0.32f, 1.24f, -0.96f)
verticalLineToRelative(-0.03f)
curveToRelative(0.0f, -0.43f, -0.28f, -0.82f, -0.7f, -0.94f)
curveToRelative(-0.4f, -0.12f, -0.78f, -0.28f, -1.15f, -0.48f)
curveToRelative(-0.38f, -0.21f, -0.86f, -0.14f, -1.16f, 0.17f)
lineToRelative(-0.03f, 0.03f)
curveToRelative(-0.45f, 0.45f, -0.36f, 1.24f, 0.21f, 1.55f)
close()
moveTo(13.0f, 4.07f)
verticalLineToRelative(-0.66f)
curveToRelative(0.0f, -0.89f, -1.08f, -1.34f, -1.71f, -0.71f)
lineTo(9.17f, 4.83f)
curveToRelative(-0.4f, 0.4f, -0.4f, 1.04f, 0.0f, 1.43f)
lineToRelative(2.13f, 2.08f)
curveToRelative(0.63f, 0.62f, 1.7f, 0.17f, 1.7f, -0.72f)
lineTo(13.0f, 6.09f)
curveToRelative(2.84f, 0.48f, 5.0f, 2.94f, 5.0f, 5.91f)
curveToRelative(0.0f, 2.73f, -1.82f, 5.02f, -4.32f, 5.75f)
curveToRelative(-0.41f, 0.12f, -0.68f, 0.51f, -0.68f, 0.94f)
verticalLineToRelative(0.02f)
curveToRelative(0.0f, 0.65f, 0.61f, 1.14f, 1.23f, 0.96f)
curveTo(17.57f, 18.71f, 20.0f, 15.64f, 20.0f, 12.0f)
curveToRelative(0.0f, -4.08f, -3.05f, -7.44f, -7.0f, -7.93f)
close()
}
}
return _rotateLeft!!
}
private var _rotateLeft: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy