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

commonMain.androidx.compose.material.icons.twotone.NoFlash.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.twotone

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.TwoTone.NoFlash: ImageVector
    get() {
        if (_noFlash != null) {
            return _noFlash!!
        }
        _noFlash = materialIcon(name = "TwoTone.NoFlash") {
            materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
                moveTo(13.42f, 16.24f)
                lineToRelative(2.55f, 2.55f)
                lineTo(15.96f, 20.0f)
                horizontalLineTo(4.0f)
                verticalLineToRelative(-8.6f)
                horizontalLineToRelative(3.02f)
                lineToRelative(0.59f, -0.65f)
                lineToRelative(0.15f, -0.16f)
                lineToRelative(1.5f, 1.5f)
                curveTo(7.68f, 12.43f, 6.5f, 13.82f, 6.5f, 15.5f)
                curveToRelative(0.0f, 1.93f, 1.57f, 3.5f, 3.5f, 3.5f)
                curveTo(11.68f, 19.0f, 13.07f, 17.82f, 13.42f, 16.24f)
                close()
                moveTo(16.0f, 13.17f)
                lineToRelative(0.0f, -1.77f)
                horizontalLineToRelative(-1.77f)
                lineTo(16.0f, 13.17f)
                close()
            }
            materialPath {
                moveTo(20.4f, 5.6f)
                horizontalLineTo(22.0f)
                lineTo(19.0f, 11.0f)
                verticalLineTo(7.0f)
                horizontalLineToRelative(-1.0f)
                verticalLineTo(2.0f)
                horizontalLineToRelative(4.0f)
                lineTo(20.4f, 5.6f)
                close()
                moveTo(16.0f, 11.4f)
                verticalLineToRelative(1.77f)
                lineToRelative(2.0f, 2.0f)
                verticalLineTo(11.0f)
                curveToRelative(0.0f, -0.88f, -0.72f, -1.6f, -1.6f, -1.6f)
                horizontalLineToRelative(-2.54f)
                lineTo(12.58f, 8.0f)
                horizontalLineToRelative(-1.75f)
                lineToRelative(3.4f, 3.4f)
                horizontalLineTo(16.0f)
                close()
                moveTo(17.97f, 17.97f)
                lineTo(2.1f, 2.1f)
                lineTo(0.69f, 3.51f)
                lineToRelative(5.66f, 5.66f)
                lineTo(6.14f, 9.4f)
                horizontalLineTo(3.6f)
                curveTo(2.72f, 9.4f, 2.0f, 10.12f, 2.0f, 11.0f)
                verticalLineToRelative(9.4f)
                curveTo(2.0f, 21.28f, 2.72f, 22.0f, 3.6f, 22.0f)
                horizontalLineToRelative(12.8f)
                curveToRelative(0.75f, 0.0f, 1.38f, -0.52f, 1.55f, -1.22f)
                lineToRelative(2.54f, 2.54f)
                lineToRelative(1.41f, -1.41f)
                lineTo(17.97f, 17.97f)
                close()
                moveTo(11.5f, 15.5f)
                curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
                reflectiveCurveToRelative(-1.5f, -0.67f, -1.5f, -1.5f)
                reflectiveCurveTo(9.17f, 14.0f, 10.0f, 14.0f)
                reflectiveCurveTo(11.5f, 14.67f, 11.5f, 15.5f)
                close()
                moveTo(15.96f, 20.0f)
                horizontalLineTo(4.0f)
                verticalLineToRelative(-8.6f)
                horizontalLineToRelative(2.14f)
                horizontalLineToRelative(0.88f)
                lineToRelative(0.59f, -0.65f)
                lineToRelative(0.15f, -0.16f)
                lineToRelative(1.5f, 1.5f)
                curveTo(7.68f, 12.43f, 6.5f, 13.82f, 6.5f, 15.5f)
                curveToRelative(0.0f, 1.93f, 1.57f, 3.5f, 3.5f, 3.5f)
                curveToRelative(1.68f, 0.0f, 3.07f, -1.18f, 3.42f, -2.76f)
                lineToRelative(2.55f, 2.55f)
                lineTo(15.96f, 20.0f)
                close()
            }
        }
        return _noFlash!!
    }

private var _noFlash: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy