commonMain.androidx.compose.material.icons.filled.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.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.GpsOff: ImageVector
get() {
if (_gpsOff != null) {
return _gpsOff!!
}
_gpsOff = materialIcon(name = "Filled.GpsOff") {
materialPath {
moveTo(20.94f, 11.0f)
curveToRelative(-0.46f, -4.17f, -3.77f, -7.48f, -7.94f, -7.94f)
lineTo(13.0f, 1.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(2.06f)
curveToRelative(-1.13f, 0.12f, -2.19f, 0.46f, -3.16f, 0.97f)
lineToRelative(1.5f, 1.5f)
curveTo(10.16f, 5.19f, 11.06f, 5.0f, 12.0f, 5.0f)
curveToRelative(3.87f, 0.0f, 7.0f, 3.13f, 7.0f, 7.0f)
curveToRelative(0.0f, 0.94f, -0.19f, 1.84f, -0.52f, 2.65f)
lineToRelative(1.5f, 1.5f)
curveToRelative(0.5f, -0.96f, 0.84f, -2.02f, 0.97f, -3.15f)
lineTo(23.0f, 13.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(-2.06f)
close()
moveTo(3.0f, 4.27f)
lineToRelative(2.04f, 2.04f)
curveTo(3.97f, 7.62f, 3.25f, 9.23f, 3.06f, 11.0f)
lineTo(1.0f, 11.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(2.06f)
curveToRelative(0.46f, 4.17f, 3.77f, 7.48f, 7.94f, 7.94f)
lineTo(11.0f, 23.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(-2.06f)
curveToRelative(1.77f, -0.2f, 3.38f, -0.91f, 4.69f, -1.98f)
lineTo(19.73f, 21.0f)
lineTo(21.0f, 19.73f)
lineTo(4.27f, 3.0f)
lineTo(3.0f, 4.27f)
close()
moveTo(16.27f, 17.54f)
curveTo(15.09f, 18.45f, 13.61f, 19.0f, 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)
close()
}
}
return _gpsOff!!
}
private var _gpsOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy