commonMain.androidx.compose.material.icons.rounded.PhoneLocked.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
public val Icons.Rounded.PhoneLocked: ImageVector
get() {
if (_phoneLocked != null) {
return _phoneLocked!!
}
_phoneLocked = materialIcon(name = "Rounded.PhoneLocked") {
materialPath {
moveTo(20.0f, 5.0f)
verticalLineTo(4.11f)
curveToRelative(0.0f, -1.0f, -0.68f, -1.92f, -1.66f, -2.08f)
curveTo(17.08f, 1.82f, 16.0f, 2.79f, 16.0f, 4.0f)
verticalLineToRelative(1.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(3.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(4.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineTo(6.0f)
curveTo(21.0f, 5.45f, 20.55f, 5.0f, 20.0f, 5.0f)
close()
moveTo(19.0f, 5.0f)
horizontalLineToRelative(-2.0f)
verticalLineTo(4.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
verticalLineTo(5.0f)
close()
}
materialPath {
moveTo(15.63f, 14.4f)
lineToRelative(-2.52f, 2.5f)
curveToRelative(-2.5f, -1.43f, -4.57f, -3.5f, -6.0f, -6.0f)
lineToRelative(2.5f, -2.52f)
curveToRelative(0.23f, -0.24f, 0.33f, -0.57f, 0.27f, -0.9f)
lineTo(9.13f, 3.8f)
curveTo(9.04f, 3.34f, 8.63f, 3.0f, 8.15f, 3.0f)
lineTo(4.0f, 3.0f)
curveTo(3.44f, 3.0f, 2.97f, 3.47f, 3.0f, 4.03f)
curveTo(3.17f, 6.92f, 4.05f, 9.63f, 5.43f, 12.0f)
curveToRelative(1.58f, 2.73f, 3.85f, 4.99f, 6.57f, 6.57f)
curveToRelative(2.37f, 1.37f, 5.08f, 2.26f, 7.97f, 2.43f)
curveToRelative(0.56f, 0.03f, 1.03f, -0.44f, 1.03f, -1.0f)
lineToRelative(0.0f, -4.15f)
curveToRelative(0.0f, -0.48f, -0.34f, -0.89f, -0.8f, -0.98f)
lineToRelative(-3.67f, -0.73f)
curveTo(16.2f, 14.07f, 15.86f, 14.17f, 15.63f, 14.4f)
close()
}
}
return _phoneLocked!!
}
private var _phoneLocked: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy