commonMain.androidx.compose.material.icons.rounded.WifiTetheringOff.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.WifiTetheringOff: ImageVector
get() {
if (_wifiTetheringOff != null) {
return _wifiTetheringOff!!
}
_wifiTetheringOff = materialIcon(name = "Rounded.WifiTetheringOff") {
materialPath {
moveTo(2.11f, 3.51f)
lineTo(2.11f, 3.51f)
curveTo(1.71f, 3.9f, 1.71f, 4.54f, 2.1f, 4.93f)
lineToRelative(1.98f, 1.98f)
curveTo(2.78f, 8.6f, 2.0f, 10.71f, 2.0f, 13.0f)
curveToRelative(0.0f, 2.36f, 0.82f, 4.53f, 2.19f, 6.24f)
curveToRelative(0.37f, 0.47f, 1.07f, 0.5f, 1.5f, 0.08f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.36f, -0.36f, 0.39f, -0.92f, 0.08f, -1.32f)
curveTo(4.66f, 16.63f, 4.0f, 14.89f, 4.0f, 13.0f)
curveToRelative(0.0f, -1.75f, 0.57f, -3.35f, 1.51f, -4.66f)
lineToRelative(1.43f, 1.43f)
curveTo(6.35f, 10.7f, 6.0f, 11.81f, 6.0f, 13.0f)
curveToRelative(0.0f, 1.25f, 0.38f, 2.4f, 1.03f, 3.35f)
curveToRelative(0.34f, 0.5f, 1.08f, 0.54f, 1.51f, 0.11f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.35f, -0.35f, 0.37f, -0.88f, 0.1f, -1.29f)
curveTo(8.24f, 14.54f, 8.0f, 13.8f, 8.0f, 13.0f)
curveToRelative(0.0f, -0.63f, 0.15f, -1.23f, 0.41f, -1.76f)
lineToRelative(1.61f, 1.61f)
curveToRelative(0.0f, 0.05f, -0.02f, 0.1f, -0.02f, 0.15f)
curveToRelative(0.0f, 0.55f, 0.23f, 1.05f, 0.59f, 1.41f)
curveTo(10.95f, 14.77f, 11.45f, 15.0f, 12.0f, 15.0f)
curveToRelative(0.05f, 0.0f, 0.1f, -0.01f, 0.16f, -0.02f)
lineToRelative(6.91f, 6.91f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineTo(3.51f, 3.51f)
curveTo(3.12f, 3.12f, 2.49f, 3.12f, 2.11f, 3.51f)
close()
moveTo(17.7f, 14.87f)
curveTo(17.89f, 14.28f, 18.0f, 13.65f, 18.0f, 13.0f)
curveToRelative(0.0f, -3.31f, -2.69f, -6.0f, -6.0f, -6.0f)
curveToRelative(-0.65f, 0.0f, -1.28f, 0.1f, -1.87f, 0.3f)
lineToRelative(1.71f, 1.71f)
curveTo(11.89f, 9.0f, 11.95f, 9.0f, 12.0f, 9.0f)
curveToRelative(2.21f, 0.0f, 4.0f, 1.79f, 4.0f, 4.0f)
curveToRelative(0.0f, 0.05f, 0.0f, 0.11f, -0.01f, 0.16f)
lineTo(17.7f, 14.87f)
close()
moveTo(12.0f, 5.0f)
curveToRelative(4.42f, 0.0f, 8.0f, 3.58f, 8.0f, 8.0f)
curveToRelative(0.0f, 1.22f, -0.27f, 2.37f, -0.77f, 3.4f)
lineToRelative(1.49f, 1.49f)
curveTo(21.53f, 16.45f, 22.0f, 14.78f, 22.0f, 13.0f)
curveToRelative(0.0f, -5.52f, -4.48f, -10.0f, -10.0f, -10.0f)
curveToRelative(-1.78f, 0.0f, -3.44f, 0.46f, -4.89f, 1.28f)
lineToRelative(1.48f, 1.48f)
curveTo(9.63f, 5.27f, 10.78f, 5.0f, 12.0f, 5.0f)
close()
}
}
return _wifiTetheringOff!!
}
private var _wifiTetheringOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy