
commonMain.androidx.compose.material.icons.filled.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.filled
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.Filled.PhoneMissed",
ReplaceWith( "Icons.AutoMirrored.Filled.PhoneMissed",
"androidx.compose.material.icons.automirrored.filled.PhoneMissed"),
)
public val Icons.Filled.PhoneMissed: ImageVector
get() {
if (_phoneMissed != null) {
return _phoneMissed!!
}
_phoneMissed = materialIcon(name = "Filled.PhoneMissed") {
materialPath {
moveTo(6.5f, 5.5f)
lineTo(12.0f, 11.0f)
lineToRelative(7.0f, -7.0f)
lineToRelative(-1.0f, -1.0f)
lineToRelative(-6.0f, 6.0f)
lineToRelative(-4.5f, -4.5f)
lineTo(11.0f, 4.5f)
lineTo(11.0f, 3.0f)
lineTo(5.0f, 3.0f)
verticalLineToRelative(6.0f)
horizontalLineToRelative(1.5f)
lineTo(6.5f, 5.5f)
close()
moveTo(23.71f, 16.67f)
curveTo(20.66f, 13.78f, 16.54f, 12.0f, 12.0f, 12.0f)
curveTo(7.46f, 12.0f, 3.34f, 13.78f, 0.29f, 16.67f)
curveToRelative(-0.18f, 0.18f, -0.29f, 0.43f, -0.29f, 0.71f)
reflectiveCurveToRelative(0.11f, 0.53f, 0.29f, 0.71f)
lineToRelative(2.48f, 2.48f)
curveToRelative(0.18f, 0.18f, 0.43f, 0.29f, 0.71f, 0.29f)
curveToRelative(0.27f, 0.0f, 0.52f, -0.11f, 0.7f, -0.28f)
curveToRelative(0.79f, -0.74f, 1.69f, -1.36f, 2.66f, -1.85f)
curveToRelative(0.33f, -0.16f, 0.56f, -0.5f, 0.56f, -0.9f)
verticalLineToRelative(-3.1f)
curveToRelative(1.45f, -0.48f, 3.0f, -0.73f, 4.6f, -0.73f)
curveToRelative(1.6f, 0.0f, 3.15f, 0.25f, 4.6f, 0.72f)
verticalLineToRelative(3.1f)
curveToRelative(0.0f, 0.39f, 0.23f, 0.74f, 0.56f, 0.9f)
curveToRelative(0.98f, 0.49f, 1.87f, 1.12f, 2.67f, 1.85f)
curveToRelative(0.18f, 0.18f, 0.43f, 0.28f, 0.7f, 0.28f)
curveToRelative(0.28f, 0.0f, 0.53f, -0.11f, 0.71f, -0.29f)
lineToRelative(2.48f, -2.48f)
curveToRelative(0.18f, -0.18f, 0.29f, -0.43f, 0.29f, -0.71f)
reflectiveCurveToRelative(-0.12f, -0.52f, -0.3f, -0.7f)
close()
}
}
return _phoneMissed!!
}
private var _phoneMissed: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy