commonMain.androidx.compose.material.icons.sharp.Radar.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.sharp
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.Sharp.Radar: ImageVector
get() {
if (_radar != null) {
return _radar!!
}
_radar = materialIcon(name = "Sharp.Radar") {
materialPath {
moveTo(19.74f, 18.33f)
curveTo(21.15f, 16.6f, 22.0f, 14.4f, 22.0f, 12.0f)
curveToRelative(0.0f, -5.52f, -4.48f, -10.0f, -10.0f, -10.0f)
reflectiveCurveTo(2.0f, 6.48f, 2.0f, 12.0f)
reflectiveCurveToRelative(4.48f, 10.0f, 10.0f, 10.0f)
curveToRelative(2.4f, 0.0f, 4.6f, -0.85f, 6.33f, -2.26f)
curveToRelative(0.27f, -0.22f, 0.53f, -0.46f, 0.78f, -0.71f)
curveToRelative(0.03f, -0.03f, 0.05f, -0.06f, 0.07f, -0.08f)
curveTo(19.38f, 18.75f, 19.57f, 18.54f, 19.74f, 18.33f)
close()
moveTo(12.0f, 20.0f)
curveToRelative(-4.41f, 0.0f, -8.0f, -3.59f, -8.0f, -8.0f)
reflectiveCurveToRelative(3.59f, -8.0f, 8.0f, -8.0f)
reflectiveCurveToRelative(8.0f, 3.59f, 8.0f, 8.0f)
curveToRelative(0.0f, 1.85f, -0.63f, 3.54f, -1.69f, 4.9f)
lineToRelative(-1.43f, -1.43f)
curveToRelative(0.69f, -0.98f, 1.1f, -2.17f, 1.1f, -3.46f)
curveToRelative(0.0f, -3.31f, -2.69f, -6.0f, -6.0f, -6.0f)
reflectiveCurveToRelative(-6.0f, 2.69f, -6.0f, 6.0f)
reflectiveCurveToRelative(2.69f, 6.0f, 6.0f, 6.0f)
curveToRelative(1.3f, 0.0f, 2.51f, -0.42f, 3.49f, -1.13f)
lineToRelative(1.42f, 1.42f)
curveTo(15.54f, 19.37f, 13.85f, 20.0f, 12.0f, 20.0f)
close()
moveTo(13.92f, 12.51f)
curveToRelative(0.17f, -0.66f, 0.02f, -1.38f, -0.49f, -1.9f)
lineToRelative(-0.02f, -0.02f)
curveToRelative(-0.77f, -0.77f, -2.0f, -0.78f, -2.78f, -0.04f)
curveToRelative(-0.01f, 0.01f, -0.03f, 0.02f, -0.05f, 0.04f)
curveToRelative(-0.78f, 0.78f, -0.78f, 2.05f, 0.0f, 2.83f)
lineToRelative(0.02f, 0.02f)
curveToRelative(0.52f, 0.51f, 1.25f, 0.67f, 1.91f, 0.49f)
lineToRelative(1.51f, 1.51f)
curveToRelative(-0.6f, 0.36f, -1.29f, 0.58f, -2.04f, 0.58f)
curveToRelative(-2.21f, 0.0f, -4.0f, -1.79f, -4.0f, -4.0f)
reflectiveCurveToRelative(1.79f, -4.0f, 4.0f, -4.0f)
reflectiveCurveToRelative(4.0f, 1.79f, 4.0f, 4.0f)
curveToRelative(0.0f, 0.73f, -0.21f, 1.41f, -0.56f, 2.0f)
lineTo(13.92f, 12.51f)
close()
}
}
return _radar!!
}
private var _radar: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy