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

commonMain.androidx.compose.material.icons.rounded.ChangeCircle.kt Maven / Gradle / Ivy

Go to download

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.ChangeCircle: ImageVector
    get() {
        if (_changeCircle != null) {
            return _changeCircle!!
        }
        _changeCircle = materialIcon(name = "Rounded.ChangeCircle") {
            materialPath {
                moveTo(12.0f, 2.0f)
                curveTo(6.48f, 2.0f, 2.0f, 6.48f, 2.0f, 12.0f)
                curveToRelative(0.0f, 5.52f, 4.48f, 10.0f, 10.0f, 10.0f)
                reflectiveCurveToRelative(10.0f, -4.48f, 10.0f, -10.0f)
                curveTo(22.0f, 6.48f, 17.52f, 2.0f, 12.0f, 2.0f)
                close()
                moveTo(12.91f, 18.15f)
                curveToRelative(-0.31f, 0.31f, -0.85f, 0.09f, -0.85f, -0.35f)
                verticalLineToRelative(-0.8f)
                curveToRelative(-0.02f, 0.0f, -0.04f, 0.0f, -0.06f, 0.0f)
                curveToRelative(-1.28f, 0.0f, -2.56f, -0.49f, -3.54f, -1.46f)
                curveToRelative(-1.43f, -1.43f, -1.81f, -3.52f, -1.14f, -5.3f)
                curveToRelative(0.19f, -0.51f, 0.86f, -0.64f, 1.24f, -0.25f)
                lineToRelative(0.0f, 0.0f)
                curveToRelative(0.22f, 0.22f, 0.27f, 0.54f, 0.17f, 0.82f)
                curveToRelative(-0.46f, 1.24f, -0.2f, 2.68f, 0.8f, 3.68f)
                curveToRelative(0.7f, 0.7f, 1.62f, 1.03f, 2.54f, 1.01f)
                verticalLineToRelative(-0.94f)
                curveToRelative(0.0f, -0.45f, 0.54f, -0.67f, 0.85f, -0.35f)
                lineToRelative(1.62f, 1.62f)
                curveToRelative(0.2f, 0.2f, 0.2f, 0.51f, 0.0f, 0.71f)
                lineTo(12.91f, 18.15f)
                close()
                moveTo(15.44f, 14.02f)
                lineTo(15.44f, 14.02f)
                curveToRelative(-0.22f, -0.22f, -0.27f, -0.54f, -0.17f, -0.82f)
                curveToRelative(0.46f, -1.24f, 0.2f, -2.68f, -0.8f, -3.68f)
                curveToRelative(-0.7f, -0.7f, -1.62f, -1.04f, -2.53f, -1.02f)
                curveToRelative(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f)
                verticalLineToRelative(0.94f)
                curveToRelative(0.0f, 0.45f, -0.54f, 0.67f, -0.85f, 0.35f)
                lineTo(9.46f, 8.18f)
                curveToRelative(-0.2f, -0.2f, -0.2f, -0.51f, 0.0f, -0.71f)
                lineToRelative(1.62f, -1.62f)
                curveToRelative(0.31f, -0.31f, 0.85f, -0.09f, 0.85f, 0.35f)
                verticalLineToRelative(0.81f)
                curveToRelative(1.3f, -0.02f, 2.61f, 0.45f, 3.6f, 1.45f)
                curveToRelative(1.43f, 1.43f, 1.81f, 3.52f, 1.14f, 5.3f)
                curveTo(16.48f, 14.28f, 15.82f, 14.41f, 15.44f, 14.02f)
                close()
            }
        }
        return _changeCircle!!
    }

private var _changeCircle: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy