commonMain.androidx.compose.material.icons.sharp.MinorCrash.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.MinorCrash: ImageVector
get() {
if (_minorCrash != null) {
return _minorCrash!!
}
_minorCrash = materialIcon(name = "Sharp.MinorCrash") {
materialPath {
moveTo(18.57f, 8.0f)
horizontalLineTo(5.43f)
lineTo(3.0f, 15.0f)
verticalLineToRelative(9.0f)
horizontalLineToRelative(3.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(12.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(3.0f)
verticalLineToRelative(-9.0f)
lineTo(18.57f, 8.0f)
close()
moveTo(6.85f, 10.0f)
horizontalLineToRelative(10.29f)
lineToRelative(1.04f, 3.0f)
horizontalLineTo(5.81f)
lineTo(6.85f, 10.0f)
close()
moveTo(6.0f, 17.5f)
curveTo(6.0f, 16.67f, 6.67f, 16.0f, 7.5f, 16.0f)
reflectiveCurveTo(9.0f, 16.67f, 9.0f, 17.5f)
reflectiveCurveTo(8.33f, 19.0f, 7.5f, 19.0f)
reflectiveCurveTo(6.0f, 18.33f, 6.0f, 17.5f)
close()
moveTo(15.0f, 17.5f)
curveToRelative(0.0f, -0.83f, 0.67f, -1.5f, 1.5f, -1.5f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveTo(17.33f, 19.0f, 16.5f, 19.0f)
reflectiveCurveTo(15.0f, 18.33f, 15.0f, 17.5f)
close()
moveTo(9.41f, 5.0f)
lineTo(8.0f, 6.41f)
lineToRelative(-3.0f, -3.0f)
lineTo(6.41f, 2.0f)
lineTo(9.41f, 5.0f)
close()
moveTo(16.0f, 6.41f)
lineTo(14.59f, 5.0f)
lineToRelative(3.0f, -3.0f)
lineTo(19.0f, 3.41f)
lineTo(16.0f, 6.41f)
close()
moveTo(13.0f, 5.0f)
horizontalLineToRelative(-2.0f)
verticalLineTo(0.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(5.0f)
close()
}
}
return _minorCrash!!
}
private var _minorCrash: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy