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

commonMain.androidx.compose.material.icons.twotone.NightsStay.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.NightsStay: ImageVector
    get() {
        if (_nightsStay != null) {
            return _nightsStay!!
        }
        _nightsStay = materialIcon(name = "TwoTone.NightsStay") {
            materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
                moveTo(8.1f, 14.15f)
                curveTo(9.77f, 14.63f, 11.0f, 16.17f, 11.0f, 18.0f)
                curveToRelative(0.0f, 0.68f, -0.19f, 1.31f, -0.48f, 1.87f)
                curveToRelative(0.48f, 0.09f, 0.97f, 0.14f, 1.48f, 0.14f)
                curveToRelative(1.48f, 0.0f, 2.9f, -0.41f, 4.13f, -1.15f)
                curveToRelative(-2.62f, -0.92f, -5.23f, -2.82f, -6.8f, -5.86f)
                curveTo(7.74f, 9.94f, 7.78f, 7.09f, 8.29f, 4.9f)
                curveToRelative(-2.57f, 1.33f, -4.3f, 4.01f, -4.3f, 7.1f)
                curveToRelative(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f)
                curveToRelative(0.01f, 0.0f, 0.01f, 0.0f, 0.02f, 0.0f)
                curveTo(5.66f, 12.0f, 7.18f, 12.83f, 8.1f, 14.15f)
                close()
            }
            materialPath {
                moveTo(19.78f, 17.51f)
                curveToRelative(-2.47f, 0.0f, -6.57f, -1.33f, -8.68f, -5.43f)
                curveTo(8.77f, 7.57f, 10.6f, 3.6f, 11.63f, 2.01f)
                curveTo(6.27f, 2.2f, 1.98f, 6.59f, 1.98f, 12.0f)
                curveToRelative(0.0f, 0.14f, 0.02f, 0.28f, 0.02f, 0.42f)
                curveTo(2.61f, 12.16f, 3.28f, 12.0f, 3.98f, 12.0f)
                curveToRelative(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f)
                curveToRelative(0.0f, -3.09f, 1.73f, -5.77f, 4.3f, -7.1f)
                curveTo(7.78f, 7.09f, 7.74f, 9.94f, 9.32f, 13.0f)
                curveToRelative(1.57f, 3.04f, 4.18f, 4.95f, 6.8f, 5.86f)
                curveToRelative(-1.23f, 0.74f, -2.65f, 1.15f, -4.13f, 1.15f)
                curveToRelative(-0.5f, 0.0f, -1.0f, -0.05f, -1.48f, -0.14f)
                curveToRelative(-0.37f, 0.7f, -0.94f, 1.27f, -1.64f, 1.64f)
                curveToRelative(0.98f, 0.32f, 2.03f, 0.5f, 3.11f, 0.5f)
                curveToRelative(3.5f, 0.0f, 6.58f, -1.8f, 8.37f, -4.52f)
                curveTo(20.18f, 17.5f, 19.98f, 17.51f, 19.78f, 17.51f)
                close()
            }
            materialPath {
                moveTo(7.0f, 16.0f)
                lineToRelative(-0.18f, 0.0f)
                curveTo(6.4f, 14.84f, 5.3f, 14.0f, 4.0f, 14.0f)
                curveToRelative(-1.66f, 0.0f, -3.0f, 1.34f, -3.0f, 3.0f)
                reflectiveCurveToRelative(1.34f, 3.0f, 3.0f, 3.0f)
                curveToRelative(0.62f, 0.0f, 2.49f, 0.0f, 3.0f, 0.0f)
                curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
                curveTo(9.0f, 16.9f, 8.1f, 16.0f, 7.0f, 16.0f)
                close()
            }
        }
        return _nightsStay!!
    }

private var _nightsStay: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy