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

commonMain.androidx.compose.material.icons.sharp.HeatPump.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.sharp

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.Sharp.HeatPump: ImageVector
    get() {
        if (_heatPump != null) {
            return _heatPump!!
        }
        _heatPump = materialIcon(name = "Sharp.HeatPump") {
            materialPath {
                moveTo(21.0f, 3.0f)
                horizontalLineTo(3.0f)
                verticalLineToRelative(18.0f)
                horizontalLineToRelative(18.0f)
                verticalLineTo(3.0f)
                close()
                moveTo(12.75f, 7.08f)
                curveToRelative(0.82f, 0.12f, 1.57f, 0.44f, 2.2f, 0.91f)
                lineToRelative(-2.2f, 2.2f)
                verticalLineTo(7.08f)
                close()
                moveTo(11.25f, 7.08f)
                verticalLineToRelative(3.11f)
                lineToRelative(-2.2f, -2.2f)
                curveTo(9.68f, 7.52f, 10.43f, 7.2f, 11.25f, 7.08f)
                close()
                moveTo(7.99f, 9.05f)
                lineToRelative(2.2f, 2.2f)
                horizontalLineTo(7.08f)
                curveTo(7.2f, 10.43f, 7.52f, 9.68f, 7.99f, 9.05f)
                close()
                moveTo(7.08f, 12.75f)
                horizontalLineToRelative(3.11f)
                lineToRelative(-2.2f, 2.2f)
                curveTo(7.52f, 14.32f, 7.2f, 13.57f, 7.08f, 12.75f)
                close()
                moveTo(11.25f, 16.92f)
                curveToRelative(-0.82f, -0.12f, -1.57f, -0.44f, -2.2f, -0.91f)
                lineToRelative(2.2f, -2.2f)
                verticalLineTo(16.92f)
                close()
                moveTo(12.0f, 13.0f)
                curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
                curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
                reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
                curveTo(13.0f, 12.55f, 12.55f, 13.0f, 12.0f, 13.0f)
                close()
                moveTo(12.75f, 16.92f)
                verticalLineToRelative(-3.11f)
                lineToRelative(2.2f, 2.2f)
                curveTo(14.32f, 16.48f, 13.57f, 16.8f, 12.75f, 16.92f)
                close()
                moveTo(16.01f, 14.95f)
                lineToRelative(-2.2f, -2.2f)
                horizontalLineToRelative(3.11f)
                curveTo(16.8f, 13.57f, 16.48f, 14.32f, 16.01f, 14.95f)
                close()
                moveTo(13.81f, 11.25f)
                lineToRelative(2.2f, -2.2f)
                curveToRelative(0.47f, 0.64f, 0.79f, 1.39f, 0.91f, 2.2f)
                horizontalLineTo(13.81f)
                close()
            }
        }
        return _heatPump!!
    }

private var _heatPump: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy