
commonMain.androidx.compose.material.icons.rounded.Rotate90DegreesCcw.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.Rotate90DegreesCcw: ImageVector
get() {
if (_rotate90DegreesCcw != null) {
return _rotate90DegreesCcw!!
}
_rotate90DegreesCcw = materialIcon(name = "Rounded.Rotate90DegreesCcw") {
materialPath {
moveTo(5.93f, 7.83f)
lineToRelative(-3.65f, 3.66f)
curveToRelative(-0.78f, 0.78f, -0.78f, 2.05f, 0.0f, 2.83f)
lineToRelative(3.66f, 3.66f)
curveToRelative(0.78f, 0.78f, 2.05f, 0.78f, 2.83f, 0.0f)
lineToRelative(3.66f, -3.65f)
curveToRelative(0.78f, -0.78f, 0.78f, -2.05f, 0.0f, -2.83f)
lineTo(8.76f, 7.82f)
curveToRelative(-0.79f, -0.78f, -2.05f, -0.78f, -2.83f, 0.01f)
close()
moveTo(4.4f, 12.19f)
lineToRelative(2.25f, -2.25f)
curveToRelative(0.39f, -0.39f, 1.02f, -0.39f, 1.42f, 0.0f)
lineToRelative(2.24f, 2.24f)
curveToRelative(0.39f, 0.39f, 0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(-2.25f, 2.25f)
curveToRelative(-0.39f, 0.39f, -1.02f, 0.39f, -1.42f, 0.0f)
lineTo(4.4f, 13.61f)
curveToRelative(-0.39f, -0.39f, -0.39f, -1.03f, 0.0f, -1.42f)
close()
moveTo(19.36f, 6.64f)
curveTo(17.61f, 4.88f, 15.3f, 4.0f, 13.0f, 4.0f)
verticalLineToRelative(-0.83f)
curveToRelative(0.0f, -0.89f, -1.08f, -1.34f, -1.71f, -0.71f)
lineTo(9.47f, 4.29f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(1.83f, 1.83f)
curveToRelative(0.62f, 0.63f, 1.7f, 0.19f, 1.7f, -0.7f)
lineTo(13.0f, 6.0f)
curveToRelative(2.02f, 0.0f, 4.03f, 0.86f, 5.45f, 2.61f)
curveToRelative(2.05f, 2.52f, 2.05f, 6.27f, 0.0f, 8.79f)
curveTo(17.03f, 19.14f, 15.02f, 20.0f, 13.0f, 20.0f)
curveToRelative(-0.78f, 0.0f, -1.55f, -0.13f, -2.29f, -0.39f)
curveToRelative(-0.36f, -0.12f, -0.75f, -0.01f, -1.02f, 0.26f)
curveToRelative(-0.5f, 0.5f, -0.34f, 1.39f, 0.34f, 1.62f)
curveToRelative(0.96f, 0.34f, 1.96f, 0.51f, 2.97f, 0.51f)
curveToRelative(2.3f, 0.0f, 4.61f, -0.88f, 6.36f, -2.64f)
curveToRelative(3.52f, -3.51f, 3.52f, -9.21f, 0.0f, -12.72f)
close()
}
}
return _rotate90DegreesCcw!!
}
private var _rotate90DegreesCcw: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy