
commonMain.androidx.compose.material.icons.filled.VpnLock.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.filled
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.Filled.VpnLock: ImageVector
get() {
if (_vpnLock != null) {
return _vpnLock!!
}
_vpnLock = materialIcon(name = "Filled.VpnLock") {
materialPath {
moveTo(22.0f, 4.0f)
verticalLineToRelative(-0.5f)
curveTo(22.0f, 2.12f, 20.88f, 1.0f, 19.5f, 1.0f)
reflectiveCurveTo(17.0f, 2.12f, 17.0f, 3.5f)
lineTo(17.0f, 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)
horizontalLineToRelative(5.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
lineTo(23.0f, 5.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
close()
moveTo(21.2f, 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(21.2f, 4.0f)
close()
moveTo(18.92f, 12.0f)
curveToRelative(0.04f, 0.33f, 0.08f, 0.66f, 0.08f, 1.0f)
curveToRelative(0.0f, 2.08f, -0.8f, 3.97f, -2.1f, 5.39f)
curveToRelative(-0.26f, -0.81f, -1.0f, -1.39f, -1.9f, -1.39f)
horizontalLineToRelative(-1.0f)
verticalLineToRelative(-3.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
lineTo(7.0f, 13.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
lineTo(10.0f, 8.0f)
horizontalLineToRelative(2.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
lineTo(14.0f, 3.46f)
curveToRelative(-0.95f, -0.3f, -1.95f, -0.46f, -3.0f, -0.46f)
curveTo(5.48f, 3.0f, 1.0f, 7.48f, 1.0f, 13.0f)
reflectiveCurveToRelative(4.48f, 10.0f, 10.0f, 10.0f)
reflectiveCurveToRelative(10.0f, -4.48f, 10.0f, -10.0f)
curveToRelative(0.0f, -0.34f, -0.02f, -0.67f, -0.05f, -1.0f)
horizontalLineToRelative(-2.03f)
close()
moveTo(10.0f, 20.93f)
curveToRelative(-3.95f, -0.49f, -7.0f, -3.85f, -7.0f, -7.93f)
curveToRelative(0.0f, -0.62f, 0.08f, -1.21f, 0.21f, -1.79f)
lineTo(8.0f, 16.0f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
verticalLineToRelative(1.93f)
close()
}
}
return _vpnLock!!
}
private var _vpnLock: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy