commonMain.androidx.compose.material.icons.rounded.GpsOff.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.GpsOff: ImageVector
get() {
if (_gpsOff != null) {
return _gpsOff!!
}
_gpsOff = materialIcon(name = "Rounded.GpsOff") {
materialPath {
moveTo(22.0f, 13.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-1.06f)
curveToRelative(-0.46f, -4.17f, -3.77f, -7.48f, -7.94f, -7.94f)
lineTo(13.0f, 2.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.06f)
curveToRelative(-0.98f, 0.11f, -1.91f, 0.38f, -2.77f, 0.78f)
lineToRelative(1.53f, 1.53f)
curveTo(10.46f, 5.13f, 11.22f, 5.0f, 12.0f, 5.0f)
curveToRelative(3.87f, 0.0f, 7.0f, 3.13f, 7.0f, 7.0f)
curveToRelative(0.0f, 0.79f, -0.13f, 1.54f, -0.37f, 2.24f)
lineToRelative(1.53f, 1.53f)
curveToRelative(0.4f, -0.86f, 0.67f, -1.79f, 0.78f, -2.77f)
lineTo(22.0f, 13.0f)
close()
moveTo(20.44f, 18.88f)
lineTo(5.12f, 3.56f)
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)
lineTo(5.04f, 6.3f)
curveTo(3.97f, 7.62f, 3.26f, 9.23f, 3.06f, 11.0f)
lineTo(2.0f, 11.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(1.06f)
curveToRelative(0.46f, 4.17f, 3.77f, 7.48f, 7.94f, 7.94f)
lineTo(11.0f, 22.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.06f)
curveToRelative(1.77f, -0.2f, 3.38f, -0.91f, 4.69f, -1.98f)
lineToRelative(1.33f, 1.33f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
curveToRelative(0.4f, -0.39f, 0.4f, -1.02f, 0.01f, -1.41f)
close()
moveTo(12.0f, 19.0f)
curveToRelative(-3.87f, 0.0f, -7.0f, -3.13f, -7.0f, -7.0f)
curveToRelative(0.0f, -1.61f, 0.55f, -3.09f, 1.46f, -4.27f)
lineToRelative(9.81f, 9.81f)
curveTo(15.09f, 18.45f, 13.61f, 19.0f, 12.0f, 19.0f)
close()
}
}
return _gpsOff!!
}
private var _gpsOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy