commonMain.androidx.compose.material.icons.outlined.WifiPassword.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.outlined
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.Outlined.WifiPassword: ImageVector
get() {
if (_wifiPassword != null) {
return _wifiPassword!!
}
_wifiPassword = materialIcon(name = "Outlined.WifiPassword") {
materialPath {
moveTo(24.0f, 8.98f)
lineToRelative(-2.12f, 2.13f)
curveTo(19.35f, 8.57f, 15.85f, 7.0f, 12.0f, 7.0f)
reflectiveCurveToRelative(-7.35f, 1.57f, -9.88f, 4.11f)
lineTo(0.0f, 8.98f)
curveTo(3.07f, 5.9f, 7.31f, 4.0f, 12.0f, 4.0f)
reflectiveCurveTo(20.93f, 5.9f, 24.0f, 8.98f)
close()
moveTo(4.24f, 13.22f)
lineToRelative(2.12f, 2.12f)
curveTo(7.8f, 13.9f, 9.8f, 13.0f, 12.0f, 13.0f)
curveToRelative(2.2f, 0.0f, 4.2f, 0.9f, 5.64f, 2.35f)
lineToRelative(2.12f, -2.12f)
curveTo(17.78f, 11.23f, 15.03f, 10.0f, 12.0f, 10.0f)
curveTo(8.97f, 10.0f, 6.22f, 11.23f, 4.24f, 13.22f)
close()
moveTo(24.0f, 20.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)
verticalLineToRelative(-3.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
verticalLineToRelative(-1.0f)
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveToRelative(2.0f, 0.9f, 2.0f, 2.0f)
verticalLineToRelative(1.0f)
curveTo(23.55f, 19.0f, 24.0f, 19.45f, 24.0f, 20.0f)
close()
moveTo(22.0f, 18.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
reflectiveCurveToRelative(-1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(18.0f)
close()
moveTo(12.0f, 16.0f)
curveToRelative(-1.38f, 0.0f, -2.63f, 0.56f, -3.53f, 1.46f)
lineTo(12.0f, 21.0f)
lineToRelative(3.53f, -3.54f)
curveTo(14.63f, 16.56f, 13.38f, 16.0f, 12.0f, 16.0f)
close()
}
}
return _wifiPassword!!
}
private var _wifiPassword: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy