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

commonMain.androidx.compose.material.icons.rounded.Camera.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.Camera: ImageVector
    get() {
        if (_camera != null) {
            return _camera!!
        }
        _camera = materialIcon(name = "Rounded.Camera") {
            materialPath {
                moveTo(13.81f, 2.86f)
                curveToRelative(0.17f, -0.3f, 0.0f, -0.7f, -0.35f, -0.74f)
                curveToRelative(-2.62f, -0.37f, -5.3f, 0.28f, -7.44f, 1.86f)
                curveToRelative(-0.19f, 0.15f, -0.25f, 0.43f, -0.12f, 0.65f)
                lineToRelative(3.01f, 5.22f)
                curveToRelative(0.19f, 0.33f, 0.67f, 0.33f, 0.87f, 0.0f)
                lineToRelative(4.03f, -6.99f)
                close()
                moveTo(21.3f, 8.33f)
                curveToRelative(-0.98f, -2.47f, -2.92f, -4.46f, -5.35f, -5.5f)
                curveToRelative(-0.23f, -0.1f, -0.5f, 0.0f, -0.63f, 0.22f)
                lineToRelative(-3.01f, 5.21f)
                curveToRelative(-0.19f, 0.32f, 0.05f, 0.74f, 0.44f, 0.74f)
                horizontalLineToRelative(8.08f)
                curveToRelative(0.35f, 0.0f, 0.6f, -0.35f, 0.47f, -0.67f)
                close()
                moveTo(21.37f, 10.0f)
                horizontalLineToRelative(-6.2f)
                curveToRelative(-0.38f, 0.0f, -0.63f, 0.42f, -0.43f, 0.75f)
                lineTo(19.0f, 18.14f)
                curveToRelative(0.17f, 0.3f, 0.6f, 0.35f, 0.82f, 0.08f)
                curveToRelative(1.74f, -2.18f, 2.48f, -5.03f, 2.05f, -7.79f)
                curveToRelative(-0.03f, -0.25f, -0.25f, -0.43f, -0.5f, -0.43f)
                close()
                moveTo(4.18f, 5.79f)
                curveToRelative(-1.73f, 2.19f, -2.48f, 5.02f, -2.05f, 7.79f)
                curveToRelative(0.03f, 0.24f, 0.25f, 0.42f, 0.5f, 0.42f)
                horizontalLineToRelative(6.2f)
                curveToRelative(0.38f, 0.0f, 0.63f, -0.42f, 0.43f, -0.75f)
                lineTo(5.0f, 5.87f)
                curveToRelative(-0.18f, -0.3f, -0.61f, -0.35f, -0.82f, -0.08f)
                close()
                moveTo(2.7f, 15.67f)
                curveToRelative(0.98f, 2.47f, 2.92f, 4.46f, 5.35f, 5.5f)
                curveToRelative(0.23f, 0.1f, 0.5f, 0.0f, 0.63f, -0.22f)
                lineToRelative(3.01f, -5.21f)
                curveToRelative(0.19f, -0.33f, -0.05f, -0.75f, -0.43f, -0.75f)
                lineTo(3.17f, 14.99f)
                curveToRelative(-0.35f, 0.01f, -0.6f, 0.36f, -0.47f, 0.68f)
                close()
                moveTo(10.53f, 21.89f)
                curveToRelative(2.62f, 0.37f, 5.3f, -0.28f, 7.44f, -1.86f)
                curveToRelative(0.2f, -0.15f, 0.26f, -0.44f, 0.13f, -0.66f)
                lineToRelative(-3.01f, -5.22f)
                curveToRelative(-0.19f, -0.33f, -0.67f, -0.33f, -0.87f, 0.0f)
                lineToRelative(-4.04f, 6.99f)
                curveToRelative(-0.17f, 0.3f, 0.01f, 0.7f, 0.35f, 0.75f)
                close()
            }
        }
        return _camera!!
    }

private var _camera: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy