
commonMain.androidx.compose.material.icons.outlined.StopScreenShare.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.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
import kotlin.Deprecated
@Deprecated(
"Use the AutoMirrored version at Icons.AutoMirrored.Outlined.StopScreenShare",
ReplaceWith( "Icons.AutoMirrored.Outlined.StopScreenShare",
"androidx.compose.material.icons.automirrored.outlined.StopScreenShare"),
)
public val Icons.Outlined.StopScreenShare: ImageVector
get() {
if (_stopScreenShare != null) {
return _stopScreenShare!!
}
_stopScreenShare = materialIcon(name = "Outlined.StopScreenShare") {
materialPath {
moveTo(21.79f, 18.0f)
lineToRelative(2.0f, 2.0f)
lineTo(24.0f, 20.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(-2.21f)
close()
moveTo(1.11f, 2.98f)
lineToRelative(1.55f, 1.56f)
curveToRelative(-0.41f, 0.37f, -0.66f, 0.89f, -0.66f, 1.48f)
lineTo(2.0f, 16.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.01f, 2.0f)
lineTo(0.0f, 18.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(18.13f)
lineToRelative(2.71f, 2.71f)
lineToRelative(1.41f, -1.41f)
lineTo(2.52f, 1.57f)
lineTo(1.11f, 2.98f)
close()
moveTo(4.0f, 6.02f)
horizontalLineToRelative(0.13f)
lineToRelative(4.95f, 4.93f)
curveTo(7.94f, 12.07f, 7.31f, 13.52f, 7.0f, 15.0f)
curveToRelative(0.96f, -1.29f, 2.13f, -2.08f, 3.67f, -2.46f)
lineToRelative(3.46f, 3.48f)
lineTo(4.0f, 16.02f)
verticalLineToRelative(-10.0f)
close()
moveTo(20.0f, 6.02f)
verticalLineToRelative(10.19f)
lineToRelative(1.3f, 1.3f)
curveToRelative(0.42f, -0.37f, 0.7f, -0.89f, 0.7f, -1.49f)
verticalLineToRelative(-10.0f)
curveToRelative(0.0f, -1.11f, -0.9f, -2.0f, -2.0f, -2.0f)
lineTo(7.8f, 4.02f)
lineToRelative(2.0f, 2.0f)
lineTo(20.0f, 6.02f)
close()
moveTo(12.93f, 9.15f)
lineToRelative(2.79f, 2.78f)
lineToRelative(1.28f, -1.2f)
lineTo(13.0f, 7.0f)
verticalLineToRelative(2.13f)
lineToRelative(-0.07f, 0.02f)
close()
}
}
return _stopScreenShare!!
}
private var _stopScreenShare: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy