commonMain.androidx.compose.material.icons.sharp.CrisisAlert.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.CrisisAlert: ImageVector
get() {
if (_crisisAlert != null) {
return _crisisAlert!!
}
_crisisAlert = materialIcon(name = "Sharp.CrisisAlert") {
materialPath {
moveTo(14.5f, 2.5f)
curveToRelative(0.0f, 1.06f, -0.75f, 3.64f, -1.19f, 5.04f)
curveTo(13.13f, 8.11f, 12.6f, 8.5f, 12.0f, 8.5f)
horizontalLineToRelative(0.0f)
curveToRelative(-0.6f, 0.0f, -1.13f, -0.39f, -1.31f, -0.96f)
curveTo(10.25f, 6.14f, 9.5f, 3.56f, 9.5f, 2.5f)
curveTo(9.5f, 1.12f, 10.62f, 0.0f, 12.0f, 0.0f)
reflectiveCurveTo(14.5f, 1.12f, 14.5f, 2.5f)
close()
moveTo(12.0f, 10.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, 0.9f, -2.0f, 2.0f)
reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
reflectiveCurveToRelative(2.0f, -0.9f, 2.0f, -2.0f)
reflectiveCurveTo(13.1f, 10.0f, 12.0f, 10.0f)
close()
moveTo(16.08f, 5.11f)
curveToRelative(0.18f, -0.75f, 0.33f, -1.47f, 0.39f, -2.06f)
curveTo(19.75f, 4.69f, 22.0f, 8.08f, 22.0f, 12.0f)
curveToRelative(0.0f, 5.52f, -4.48f, 10.0f, -10.0f, 10.0f)
reflectiveCurveTo(2.0f, 17.52f, 2.0f, 12.0f)
curveToRelative(0.0f, -3.92f, 2.25f, -7.31f, 5.53f, -8.95f)
curveTo(7.6f, 3.64f, 7.74f, 4.37f, 7.92f, 5.11f)
curveTo(5.58f, 6.51f, 4.0f, 9.07f, 4.0f, 12.0f)
curveToRelative(0.0f, 4.42f, 3.58f, 8.0f, 8.0f, 8.0f)
reflectiveCurveToRelative(8.0f, -3.58f, 8.0f, -8.0f)
curveTo(20.0f, 9.07f, 18.42f, 6.51f, 16.08f, 5.11f)
close()
moveTo(18.0f, 12.0f)
curveToRelative(0.0f, 3.31f, -2.69f, 6.0f, -6.0f, 6.0f)
reflectiveCurveToRelative(-6.0f, -2.69f, -6.0f, -6.0f)
curveToRelative(0.0f, -2.0f, 0.98f, -3.77f, 2.48f, -4.86f)
curveToRelative(0.23f, 0.81f, 0.65f, 2.07f, 0.65f, 2.07f)
curveTo(8.43f, 9.93f, 8.0f, 10.92f, 8.0f, 12.0f)
curveToRelative(0.0f, 2.21f, 1.79f, 4.0f, 4.0f, 4.0f)
reflectiveCurveToRelative(4.0f, -1.79f, 4.0f, -4.0f)
curveToRelative(0.0f, -1.08f, -0.43f, -2.07f, -1.13f, -2.79f)
curveToRelative(0.0f, 0.0f, 0.41f, -1.22f, 0.65f, -2.07f)
curveTo(17.02f, 8.23f, 18.0f, 10.0f, 18.0f, 12.0f)
close()
}
}
return _crisisAlert!!
}
private var _crisisAlert: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy