commonMain.androidx.compose.material.icons.twotone.ScreenLockRotation.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.twotone
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.TwoTone.ScreenLockRotation: ImageVector
get() {
if (_screenLockRotation != null) {
return _screenLockRotation!!
}
_screenLockRotation = materialIcon(name = "TwoTone.ScreenLockRotation") {
materialPath {
moveTo(22.3f, 13.77f)
lineToRelative(-2.57f, -2.57f)
lineToRelative(-1.41f, 1.41f)
lineToRelative(2.22f, 2.22f)
lineToRelative(-5.66f, 5.66f)
lineTo(3.56f, 9.17f)
lineToRelative(5.66f, -5.66f)
lineToRelative(2.1f, 2.1f)
lineToRelative(1.41f, -1.41f)
lineToRelative(-2.45f, -2.45f)
curveToRelative(-0.59f, -0.59f, -1.54f, -0.59f, -2.12f, 0.0f)
lineTo(1.8f, 8.11f)
curveToRelative(-0.59f, 0.59f, -0.59f, 1.54f, 0.0f, 2.12f)
lineToRelative(12.02f, 12.02f)
curveToRelative(0.59f, 0.59f, 1.54f, 0.59f, 2.12f, 0.0f)
lineToRelative(6.36f, -6.36f)
curveToRelative(0.59f, -0.59f, 0.59f, -1.54f, 0.0f, -2.12f)
close()
moveTo(7.52f, 21.48f)
curveTo(4.25f, 19.94f, 1.91f, 16.76f, 1.55f, 13.0f)
lineTo(0.05f, 13.0f)
curveTo(0.56f, 19.16f, 5.71f, 24.0f, 12.0f, 24.0f)
lineToRelative(0.66f, -0.03f)
lineToRelative(-3.81f, -3.82f)
lineToRelative(-1.33f, 1.33f)
close()
moveTo(15.05f, 10.0f)
horizontalLineToRelative(5.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
lineTo(21.05f, 5.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
verticalLineToRelative(-0.5f)
curveToRelative(0.0f, -1.38f, -1.12f, -2.5f, -2.5f, -2.5f)
reflectiveCurveToRelative(-2.5f, 1.12f, -2.5f, 2.5f)
lineTo(15.05f, 4.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
close()
moveTo(15.85f, 3.5f)
curveToRelative(0.0f, -0.94f, 0.76f, -1.7f, 1.7f, -1.7f)
reflectiveCurveToRelative(1.7f, 0.76f, 1.7f, 1.7f)
lineTo(19.25f, 4.0f)
horizontalLineToRelative(-3.4f)
verticalLineToRelative(-0.5f)
close()
}
}
return _screenLockRotation!!
}
private var _screenLockRotation: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy