commonMain.androidx.compose.material.icons.outlined.EmergencyShare.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.outlined
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.Outlined.EmergencyShare: ImageVector
get() {
if (_emergencyShare != null) {
return _emergencyShare!!
}
_emergencyShare = materialIcon(name = "Outlined.EmergencyShare") {
materialPath {
moveTo(12.0f, 4.0f)
curveToRelative(1.93f, 0.0f, 3.68f, 0.78f, 4.95f, 2.05f)
lineToRelative(-1.41f, 1.41f)
curveTo(14.63f, 6.56f, 13.38f, 6.0f, 12.0f, 6.0f)
reflectiveCurveTo(9.37f, 6.56f, 8.46f, 7.46f)
lineTo(7.05f, 6.05f)
curveTo(8.32f, 4.78f, 10.07f, 4.0f, 12.0f, 4.0f)
close()
moveTo(19.78f, 3.23f)
lineToRelative(-1.41f, 1.41f)
curveTo(16.74f, 3.01f, 14.49f, 2.0f, 12.01f, 2.0f)
reflectiveCurveTo(7.27f, 3.01f, 5.64f, 4.63f)
lineTo(4.22f, 3.22f)
curveTo(6.22f, 1.23f, 8.97f, 0.0f, 12.01f, 0.0f)
reflectiveCurveTo(17.79f, 1.23f, 19.78f, 3.23f)
close()
moveTo(12.0f, 11.0f)
curveToRelative(1.94f, 0.0f, 4.0f, 1.45f, 4.0f, 4.15f)
curveToRelative(0.0f, 0.94f, -0.55f, 2.93f, -4.0f, 6.17f)
curveToRelative(-3.45f, -3.24f, -4.0f, -5.23f, -4.0f, -6.17f)
curveTo(8.0f, 12.45f, 10.06f, 11.0f, 12.0f, 11.0f)
close()
moveTo(12.0f, 9.0f)
curveToRelative(-3.15f, 0.0f, -6.0f, 2.41f, -6.0f, 6.15f)
curveToRelative(0.0f, 2.49f, 2.0f, 5.44f, 6.0f, 8.85f)
curveToRelative(4.0f, -3.41f, 6.0f, -6.36f, 6.0f, -8.85f)
curveTo(18.0f, 11.41f, 15.15f, 9.0f, 12.0f, 9.0f)
close()
moveTo(13.5f, 15.0f)
curveToRelative(0.0f, -0.83f, -0.67f, -1.5f, -1.5f, -1.5f)
curveToRelative(-0.83f, 0.0f, -1.5f, 0.67f, -1.5f, 1.5f)
curveToRelative(0.0f, 0.83f, 0.67f, 1.5f, 1.5f, 1.5f)
curveTo(12.83f, 16.5f, 13.5f, 15.83f, 13.5f, 15.0f)
close()
}
}
return _emergencyShare!!
}
private var _emergencyShare: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy