
commonMain.androidx.compose.material.icons.sharp.ScreenLockRotation.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.sharp
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.Sharp.ScreenLockRotation: ImageVector
get() {
if (_screenLockRotation != null) {
return _screenLockRotation!!
}
_screenLockRotation = materialIcon(name = "Sharp.ScreenLockRotation") {
materialPath {
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(20.05f, 4.0f)
verticalLineToRelative(-0.36f)
curveToRelative(0.0f, -1.31f, -0.94f, -2.5f, -2.24f, -2.63f)
curveToRelative(-1.5f, -0.15f, -2.76f, 1.02f, -2.76f, 2.49f)
lineTo(15.05f, 4.0f)
horizontalLineToRelative(-1.0f)
verticalLineToRelative(6.0f)
horizontalLineToRelative(7.0f)
lineTo(21.05f, 4.0f)
horizontalLineToRelative(-1.0f)
close()
moveTo(19.25f, 4.0f)
horizontalLineToRelative(-3.4f)
verticalLineToRelative(-0.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)
close()
moveTo(19.73f, 11.2f)
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)
lineTo(9.22f, 0.69f)
lineTo(0.74f, 9.17f)
lineToRelative(14.14f, 14.14f)
lineToRelative(8.48f, -8.48f)
close()
}
}
return _screenLockRotation!!
}
private var _screenLockRotation: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy