All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.compose.material.icons.rounded.UpdateDisabled.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

public val Icons.Rounded.UpdateDisabled: ImageVector
    get() {
        if (_updateDisabled != null) {
            return _updateDisabled!!
        }
        _updateDisabled = materialIcon(name = "Rounded.UpdateDisabled") {
            materialPath {
                moveTo(20.49f, 20.49f)
                lineTo(3.51f, 3.51f)
                curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
                lineToRelative(0.0f, 0.0f)
                curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
                lineToRelative(2.31f, 2.31f)
                curveTo(3.57f, 8.56f, 3.05f, 10.09f, 3.0f, 11.74f)
                curveTo(2.86f, 16.83f, 6.94f, 21.0f, 12.0f, 21.0f)
                curveToRelative(1.76f, 0.0f, 3.39f, -0.52f, 4.78f, -1.39f)
                lineToRelative(2.29f, 2.29f)
                curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
                lineToRelative(0.0f, 0.0f)
                curveTo(20.88f, 21.51f, 20.88f, 20.88f, 20.49f, 20.49f)
                close()
                moveTo(10.72f, 18.89f)
                curveToRelative(-2.78f, -0.49f, -5.04f, -2.71f, -5.58f, -5.47f)
                curveToRelative(-0.34f, -1.72f, -0.03f, -3.36f, 0.72f, -4.73f)
                lineToRelative(9.46f, 9.46f)
                curveTo(13.98f, 18.87f, 12.4f, 19.18f, 10.72f, 18.89f)
                close()
                moveTo(13.0f, 8.0f)
                verticalLineToRelative(2.17f)
                lineToRelative(-2.0f, -2.0f)
                verticalLineTo(8.0f)
                curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
                reflectiveCurveTo(13.0f, 7.45f, 13.0f, 8.0f)
                close()
                moveTo(20.72f, 14.23f)
                curveToRelative(-0.23f, 0.92f, -0.61f, 1.77f, -1.1f, 2.55f)
                lineToRelative(-1.47f, -1.47f)
                curveToRelative(0.27f, -0.5f, 0.49f, -1.03f, 0.63f, -1.59f)
                curveTo(18.89f, 13.3f, 19.29f, 13.0f, 19.73f, 13.0f)
                horizontalLineToRelative(0.0f)
                curveTo(20.38f, 13.0f, 20.88f, 13.61f, 20.72f, 14.23f)
                close()
                moveTo(7.24f, 4.41f)
                curveToRelative(1.46f, -0.93f, 3.18f, -1.45f, 5.0f, -1.41f)
                curveToRelative(2.65f, 0.07f, 5.0f, 1.28f, 6.6f, 3.16f)
                lineToRelative(1.31f, -1.31f)
                curveTo(20.46f, 4.54f, 21.0f, 4.76f, 21.0f, 5.21f)
                verticalLineTo(9.5f)
                curveToRelative(0.0f, 0.28f, -0.22f, 0.5f, -0.5f, 0.5f)
                horizontalLineToRelative(-4.29f)
                curveToRelative(-0.45f, 0.0f, -0.67f, -0.54f, -0.35f, -0.85f)
                lineToRelative(1.55f, -1.55f)
                curveTo(16.12f, 6.02f, 14.18f, 5.0f, 12.0f, 5.0f)
                curveToRelative(-1.2f, 0.0f, -2.33f, 0.31f, -3.32f, 0.85f)
                lineTo(7.24f, 4.41f)
                close()
            }
        }
        return _updateDisabled!!
    }

private var _updateDisabled: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy