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

commonMain.androidx.compose.material.icons.rounded.Paid.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.Paid: ImageVector
    get() {
        if (_paid != null) {
            return _paid!!
        }
        _paid = materialIcon(name = "Rounded.Paid") {
            materialPath {
                moveTo(12.0f, 2.0f)
                curveTo(6.48f, 2.0f, 2.0f, 6.48f, 2.0f, 12.0f)
                reflectiveCurveToRelative(4.48f, 10.0f, 10.0f, 10.0f)
                reflectiveCurveToRelative(10.0f, -4.48f, 10.0f, -10.0f)
                reflectiveCurveTo(17.52f, 2.0f, 12.0f, 2.0f)
                close()
                moveTo(12.88f, 17.76f)
                verticalLineToRelative(0.36f)
                curveToRelative(0.0f, 0.48f, -0.39f, 0.88f, -0.88f, 0.88f)
                horizontalLineToRelative(0.0f)
                curveToRelative(-0.48f, 0.0f, -0.88f, -0.39f, -0.88f, -0.88f)
                verticalLineToRelative(-0.42f)
                curveToRelative(-0.63f, -0.15f, -1.93f, -0.61f, -2.69f, -2.1f)
                curveToRelative(-0.23f, -0.44f, -0.01f, -0.99f, 0.45f, -1.18f)
                lineToRelative(0.07f, -0.03f)
                curveToRelative(0.41f, -0.17f, 0.87f, 0.0f, 1.08f, 0.39f)
                curveToRelative(0.32f, 0.61f, 0.95f, 1.37f, 2.12f, 1.37f)
                curveToRelative(0.93f, 0.0f, 1.98f, -0.48f, 1.98f, -1.61f)
                curveToRelative(0.0f, -0.96f, -0.7f, -1.46f, -2.28f, -2.03f)
                curveToRelative(-1.1f, -0.39f, -3.35f, -1.03f, -3.35f, -3.31f)
                curveToRelative(0.0f, -0.1f, 0.01f, -2.4f, 2.62f, -2.96f)
                verticalLineTo(5.88f)
                curveTo(11.12f, 5.39f, 11.52f, 5.0f, 12.0f, 5.0f)
                horizontalLineToRelative(0.0f)
                curveToRelative(0.48f, 0.0f, 0.88f, 0.39f, 0.88f, 0.88f)
                verticalLineToRelative(0.37f)
                curveToRelative(1.07f, 0.19f, 1.75f, 0.76f, 2.16f, 1.3f)
                curveToRelative(0.34f, 0.44f, 0.16f, 1.08f, -0.36f, 1.3f)
                lineToRelative(0.0f, 0.0f)
                curveTo(14.32f, 9.0f, 13.9f, 8.88f, 13.66f, 8.57f)
                curveToRelative(-0.28f, -0.38f, -0.78f, -0.77f, -1.6f, -0.77f)
                curveToRelative(-0.7f, 0.0f, -1.81f, 0.37f, -1.81f, 1.39f)
                curveToRelative(0.0f, 0.95f, 0.86f, 1.31f, 2.64f, 1.9f)
                curveToRelative(2.4f, 0.83f, 3.01f, 2.05f, 3.01f, 3.45f)
                curveTo(15.9f, 17.17f, 13.4f, 17.67f, 12.88f, 17.76f)
                close()
            }
        }
        return _paid!!
    }

private var _paid: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy