
commonMain.androidx.compose.material.icons.rounded.KeyOff.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.KeyOff: ImageVector
get() {
if (_keyOff != null) {
return _keyOff!!
}
_keyOff = materialIcon(name = "Rounded.KeyOff") {
materialPath {
moveTo(12.83f, 10.0f)
lineToRelative(4.09f, 4.09f)
lineTo(17.0f, 14.0f)
lineToRelative(1.29f, 1.29f)
curveToRelative(0.39f, 0.39f, 1.03f, 0.39f, 1.42f, 0.0f)
lineToRelative(2.59f, -2.61f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.03f, -0.01f, -1.42f)
lineToRelative(-0.99f, -0.97f)
curveTo(21.1f, 10.1f, 20.85f, 10.0f, 20.59f, 10.0f)
horizontalLineTo(12.83f)
close()
moveTo(19.07f, 21.9f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
reflectiveCurveToRelative(0.39f, -1.02f, 0.0f, -1.41f)
lineTo(3.51f, 3.51f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(1.88f, 1.88f)
curveTo(2.2f, 7.85f, 1.0f, 9.79f, 1.0f, 12.0f)
curveToRelative(0.0f, 3.31f, 2.69f, 6.0f, 6.0f, 6.0f)
curveToRelative(2.21f, 0.0f, 4.15f, -1.2f, 5.18f, -2.99f)
lineTo(19.07f, 21.9f)
close()
moveTo(9.91f, 12.74f)
curveTo(9.58f, 14.03f, 8.4f, 15.0f, 7.0f, 15.0f)
curveToRelative(-1.65f, 0.0f, -3.0f, -1.35f, -3.0f, -3.0f)
curveToRelative(0.0f, -1.4f, 0.97f, -2.58f, 2.26f, -2.91f)
lineTo(9.91f, 12.74f)
close()
}
}
return _keyOff!!
}
private var _keyOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy