commonMain.androidx.compose.material.icons.rounded.PhoneMissed.kt Maven / Gradle / Ivy
/*
* 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.rounded
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
import kotlin.Deprecated
@Deprecated(
"Use the AutoMirrored version at Icons.AutoMirrored.Rounded.PhoneMissed",
ReplaceWith( "Icons.AutoMirrored.Rounded.PhoneMissed",
"androidx.compose.material.icons.automirrored.rounded.PhoneMissed"),
)
public val Icons.Rounded.PhoneMissed: ImageVector
get() {
if (_phoneMissed != null) {
return _phoneMissed!!
}
_phoneMissed = materialIcon(name = "Rounded.PhoneMissed") {
materialPath {
moveTo(23.09f, 16.2f)
curveToRelative(-6.33f, -5.59f, -15.86f, -5.59f, -22.18f, 0.0f)
curveToRelative(-0.84f, 0.74f, -0.84f, 2.05f, -0.05f, 2.84f)
lineToRelative(1.2f, 1.2f)
curveToRelative(0.71f, 0.71f, 1.84f, 0.77f, 2.62f, 0.15f)
lineToRelative(1.97f, -1.57f)
curveToRelative(0.47f, -0.37f, 0.75f, -0.94f, 0.75f, -1.55f)
verticalLineTo(14.7f)
curveToRelative(2.98f, -0.97f, 6.21f, -0.98f, 9.2f, 0.0f)
verticalLineToRelative(2.58f)
curveToRelative(0.0f, 0.6f, 0.28f, 1.17f, 0.75f, 1.55f)
lineToRelative(1.96f, 1.56f)
curveToRelative(0.79f, 0.62f, 1.91f, 0.56f, 2.62f, -0.15f)
lineToRelative(1.2f, -1.2f)
curveToRelative(0.8f, -0.79f, 0.79f, -2.1f, -0.04f, -2.84f)
close()
moveTo(6.0f, 9.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineTo(6.43f)
lineToRelative(4.24f, 4.24f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(5.66f, -5.66f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(-4.95f, 4.95f)
lineTo(8.4f, 5.0f)
horizontalLineTo(10.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineTo(6.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
close()
}
}
return _phoneMissed!!
}
private var _phoneMissed: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy