
commonMain.androidx.compose.material.icons.rounded.CallMerge.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.CallMerge",
ReplaceWith( "Icons.AutoMirrored.Rounded.CallMerge",
"androidx.compose.material.icons.automirrored.rounded.CallMerge"),
)
public val Icons.Rounded.CallMerge: ImageVector
get() {
if (_callMerge != null) {
return _callMerge!!
}
_callMerge = materialIcon(name = "Rounded.CallMerge") {
materialPath {
moveTo(17.7f, 19.7f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineToRelative(-2.7f, -2.7f)
lineTo(13.59f, 17.0f)
lineToRelative(2.7f, 2.7f)
curveToRelative(0.39f, 0.39f, 1.03f, 0.39f, 1.41f, 0.0f)
close()
moveTo(8.71f, 8.0f)
horizontalLineTo(11.0f)
verticalLineToRelative(5.59f)
lineToRelative(-4.71f, 4.7f)
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(5.3f, -5.3f)
verticalLineTo(8.0f)
horizontalLineToRelative(2.29f)
curveToRelative(0.45f, 0.0f, 0.67f, -0.54f, 0.35f, -0.85f)
lineToRelative(-3.29f, -3.29f)
curveToRelative(-0.2f, -0.2f, -0.51f, -0.2f, -0.71f, 0.0f)
lineTo(8.35f, 7.15f)
curveToRelative(-0.31f, 0.31f, -0.09f, 0.85f, 0.36f, 0.85f)
close()
}
}
return _callMerge!!
}
private var _callMerge: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy