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

commonMain.androidx.compose.material.icons.rounded.ExposureZero.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.ExposureZero: ImageVector
    get() {
        if (_exposureZero != null) {
            return _exposureZero!!
        }
        _exposureZero = materialIcon(name = "Rounded.ExposureZero") {
            materialPath {
                moveTo(16.14f, 12.5f)
                curveToRelative(0.0f, 1.0f, -0.1f, 1.85f, -0.3f, 2.55f)
                reflectiveCurveToRelative(-0.48f, 1.27f, -0.83f, 1.7f)
                curveToRelative(-0.36f, 0.44f, -0.79f, 0.75f, -1.3f, 0.95f)
                reflectiveCurveToRelative(-1.07f, 0.3f, -1.7f, 0.3f)
                curveToRelative(-0.62f, 0.0f, -1.18f, -0.1f, -1.69f, -0.3f)
                curveToRelative(-0.51f, -0.2f, -0.95f, -0.51f, -1.31f, -0.95f)
                reflectiveCurveToRelative(-0.65f, -1.01f, -0.85f, -1.7f)
                curveToRelative(-0.2f, -0.7f, -0.3f, -1.55f, -0.3f, -2.55f)
                verticalLineToRelative(-2.04f)
                curveToRelative(0.0f, -1.0f, 0.1f, -1.85f, 0.3f, -2.55f)
                curveToRelative(0.2f, -0.7f, 0.48f, -1.26f, 0.84f, -1.69f)
                curveToRelative(0.36f, -0.43f, 0.8f, -0.74f, 1.31f, -0.93f)
                curveTo(10.81f, 5.1f, 11.38f, 5.0f, 12.0f, 5.0f)
                curveToRelative(0.63f, 0.0f, 1.19f, 0.1f, 1.7f, 0.29f)
                curveToRelative(0.51f, 0.19f, 0.95f, 0.5f, 1.31f, 0.93f)
                curveToRelative(0.36f, 0.43f, 0.64f, 0.99f, 0.84f, 1.69f)
                curveToRelative(0.2f, 0.7f, 0.3f, 1.54f, 0.3f, 2.55f)
                verticalLineToRelative(2.04f)
                horizontalLineToRelative(-0.01f)
                close()
                moveTo(14.03f, 10.14f)
                curveToRelative(0.0f, -0.64f, -0.05f, -1.18f, -0.13f, -1.62f)
                curveToRelative(-0.09f, -0.44f, -0.22f, -0.79f, -0.4f, -1.06f)
                curveToRelative(-0.17f, -0.27f, -0.39f, -0.46f, -0.64f, -0.58f)
                curveToRelative(-0.25f, -0.13f, -0.54f, -0.19f, -0.86f, -0.19f)
                reflectiveCurveToRelative(-0.61f, 0.06f, -0.86f, 0.18f)
                reflectiveCurveToRelative(-0.47f, 0.31f, -0.64f, 0.58f)
                reflectiveCurveToRelative(-0.31f, 0.62f, -0.4f, 1.06f)
                reflectiveCurveToRelative(-0.13f, 0.98f, -0.13f, 1.62f)
                verticalLineToRelative(2.67f)
                curveToRelative(0.0f, 0.64f, 0.05f, 1.18f, 0.14f, 1.62f)
                curveToRelative(0.09f, 0.45f, 0.23f, 0.81f, 0.4f, 1.09f)
                reflectiveCurveToRelative(0.39f, 0.48f, 0.64f, 0.61f)
                reflectiveCurveToRelative(0.54f, 0.19f, 0.87f, 0.19f)
                reflectiveCurveToRelative(0.62f, -0.06f, 0.87f, -0.19f)
                reflectiveCurveToRelative(0.46f, -0.33f, 0.63f, -0.61f)
                reflectiveCurveToRelative(0.3f, -0.64f, 0.39f, -1.09f)
                reflectiveCurveToRelative(0.13f, -0.99f, 0.13f, -1.62f)
                verticalLineToRelative(-2.66f)
                horizontalLineToRelative(-0.01f)
                close()
            }
        }
        return _exposureZero!!
    }

private var _exposureZero: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy