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

commonMain.androidx.compose.material.icons.filled.SoupKitchen.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.filled

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.Filled.SoupKitchen: ImageVector
    get() {
        if (_soupKitchen != null) {
            return _soupKitchen!!
        }
        _soupKitchen = materialIcon(name = "Filled.SoupKitchen") {
            materialPath {
                moveTo(6.4f, 7.0f)
                curveTo(6.06f, 7.55f, 6.0f, 7.97f, 6.0f, 8.38f)
                curveTo(6.0f, 9.15f, 7.0f, 11.0f, 7.0f, 12.0f)
                curveToRelative(0.0f, 0.95f, -0.4f, 1.5f, -0.4f, 1.5f)
                horizontalLineTo(5.1f)
                curveToRelative(0.0f, 0.0f, 0.4f, -0.55f, 0.4f, -1.5f)
                curveToRelative(0.0f, -1.0f, -1.0f, -2.85f, -1.0f, -3.62f)
                curveTo(4.5f, 7.97f, 4.56f, 7.55f, 4.9f, 7.0f)
                horizontalLineTo(6.4f)
                close()
                moveTo(11.4f, 7.0f)
                curveTo(11.06f, 7.55f, 11.0f, 7.97f, 11.0f, 8.38f)
                curveTo(11.0f, 9.15f, 12.0f, 11.0f, 12.0f, 12.0f)
                curveToRelative(0.0f, 0.95f, -0.4f, 1.5f, -0.4f, 1.5f)
                horizontalLineToRelative(1.5f)
                curveToRelative(0.0f, 0.0f, 0.4f, -0.55f, 0.4f, -1.5f)
                curveToRelative(0.0f, -1.0f, -1.0f, -2.85f, -1.0f, -3.62f)
                curveToRelative(0.0f, -0.41f, 0.06f, -0.83f, 0.4f, -1.38f)
                horizontalLineTo(11.4f)
                close()
                moveTo(8.15f, 7.0f)
                curveToRelative(-0.34f, 0.55f, -0.4f, 0.97f, -0.4f, 1.38f)
                curveToRelative(0.0f, 0.77f, 1.0f, 2.63f, 1.0f, 3.62f)
                curveToRelative(0.0f, 0.95f, -0.4f, 1.5f, -0.4f, 1.5f)
                horizontalLineToRelative(1.5f)
                curveToRelative(0.0f, 0.0f, 0.4f, -0.55f, 0.4f, -1.5f)
                curveToRelative(0.0f, -1.0f, -1.0f, -2.85f, -1.0f, -3.62f)
                curveToRelative(0.0f, -0.41f, 0.06f, -0.83f, 0.4f, -1.38f)
                horizontalLineTo(8.15f)
                close()
                moveTo(21.47f, 6.5f)
                curveToRelative(0.0f, 0.0f, 0.13f, -1.06f, 0.13f, -1.5f)
                curveToRelative(0.0f, -1.65f, -1.35f, -3.0f, -3.0f, -3.0f)
                curveToRelative(-1.54f, 0.0f, -2.81f, 1.16f, -2.98f, 2.65f)
                lineTo(14.53f, 15.0f)
                horizontalLineTo(4.01f)
                curveToRelative(-0.6f, 0.0f, -1.09f, 0.53f, -1.0f, 1.13f)
                curveTo(3.53f, 19.46f, 6.39f, 22.0f, 9.75f, 22.0f)
                curveToRelative(3.48f, 0.0f, 6.34f, -2.73f, 6.71f, -6.23f)
                lineToRelative(1.15f, -10.87f)
                curveTo(17.66f, 4.39f, 18.08f, 4.0f, 18.6f, 4.0f)
                curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
                curveToRelative(0.0f, 0.3f, -0.1f, 1.25f, -0.1f, 1.25f)
                lineTo(21.47f, 6.5f)
                close()
            }
        }
        return _soupKitchen!!
    }

private var _soupKitchen: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy