commonMain.androidx.compose.material.icons.rounded.SyncDisabled.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.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
public val Icons.Rounded.SyncDisabled: ImageVector
get() {
if (_syncDisabled != null) {
return _syncDisabled!!
}
_syncDisabled = materialIcon(name = "Rounded.SyncDisabled") {
materialPath {
moveTo(10.0f, 5.74f)
verticalLineToRelative(-0.19f)
curveToRelative(0.0f, -0.68f, -0.71f, -1.11f, -1.32f, -0.82f)
curveToRelative(-0.19f, 0.09f, -0.36f, 0.2f, -0.54f, 0.3f)
lineTo(9.6f, 6.49f)
curveToRelative(0.24f, -0.18f, 0.4f, -0.45f, 0.4f, -0.75f)
close()
moveTo(20.0f, 12.0f)
curveToRelative(0.0f, -2.21f, -0.91f, -4.2f, -2.36f, -5.64f)
lineToRelative(1.51f, -1.51f)
curveToRelative(0.31f, -0.31f, 0.09f, -0.85f, -0.36f, -0.85f)
horizontalLineTo(14.0f)
verticalLineToRelative(4.79f)
curveToRelative(0.0f, 0.45f, 0.54f, 0.67f, 0.85f, 0.35f)
lineToRelative(1.39f, -1.39f)
curveTo(17.32f, 8.85f, 18.0f, 10.34f, 18.0f, 12.0f)
curveToRelative(0.0f, 0.85f, -0.18f, 1.66f, -0.5f, 2.39f)
lineToRelative(1.48f, 1.48f)
curveTo(19.62f, 14.72f, 20.0f, 13.41f, 20.0f, 12.0f)
close()
moveTo(3.57f, 4.7f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(1.65f, 1.65f)
curveTo(4.45f, 9.0f, 4.0f, 10.44f, 4.0f, 12.0f)
curveToRelative(0.0f, 2.21f, 0.91f, 4.2f, 2.36f, 5.64f)
lineToRelative(-1.51f, 1.51f)
curveToRelative(-0.31f, 0.31f, -0.09f, 0.85f, 0.36f, 0.85f)
horizontalLineTo(9.5f)
curveToRelative(0.28f, 0.0f, 0.5f, -0.22f, 0.5f, -0.5f)
verticalLineToRelative(-4.29f)
curveToRelative(0.0f, -0.45f, -0.54f, -0.67f, -0.85f, -0.35f)
lineToRelative(-1.39f, 1.39f)
curveTo(6.68f, 15.15f, 6.0f, 13.66f, 6.0f, 12.0f)
curveToRelative(0.0f, -1.0f, 0.26f, -1.93f, 0.69f, -2.76f)
lineToRelative(8.07f, 8.07f)
curveToRelative(-0.01f, 0.02f, -0.01f, 0.02f, -0.01f, 0.04f)
curveToRelative(-0.43f, 0.12f, -0.75f, 0.48f, -0.75f, 0.91f)
verticalLineToRelative(0.18f)
curveToRelative(0.0f, 0.68f, 0.71f, 1.11f, 1.32f, 0.82f)
curveToRelative(0.31f, -0.14f, 0.61f, -0.31f, 0.9f, -0.49f)
lineToRelative(1.87f, 1.87f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineTo(4.98f, 4.7f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
close()
}
}
return _syncDisabled!!
}
private var _syncDisabled: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy