commonMain.androidx.compose.material.icons.filled.EnergySavingsLeaf.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
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.EnergySavingsLeaf: ImageVector
get() {
if (_energySavingsLeaf != null) {
return _energySavingsLeaf!!
}
_energySavingsLeaf = materialIcon(name = "Filled.EnergySavingsLeaf") {
materialPath {
moveTo(12.0f, 3.0f)
curveToRelative(-4.8f, 0.0f, -9.0f, 3.86f, -9.0f, 9.0f)
curveToRelative(0.0f, 2.12f, 0.74f, 4.07f, 1.97f, 5.61f)
lineTo(3.0f, 19.59f)
lineTo(4.41f, 21.0f)
lineToRelative(1.97f, -1.97f)
curveTo(7.93f, 20.26f, 9.88f, 21.0f, 12.0f, 21.0f)
curveToRelative(2.3f, 0.0f, 4.61f, -0.88f, 6.36f, -2.64f)
curveTo(20.12f, 16.61f, 21.0f, 14.3f, 21.0f, 12.0f)
lineToRelative(0.0f, -9.0f)
lineTo(12.0f, 3.0f)
close()
moveTo(15.83f, 12.26f)
lineToRelative(-5.16f, 4.63f)
curveToRelative(-0.16f, 0.15f, -0.41f, 0.14f, -0.56f, -0.01f)
curveToRelative(-0.14f, -0.14f, -0.16f, -0.36f, -0.04f, -0.52f)
lineToRelative(2.44f, -3.33f)
lineToRelative(-4.05f, -0.4f)
curveToRelative(-0.44f, -0.04f, -0.63f, -0.59f, -0.3f, -0.89f)
lineToRelative(5.16f, -4.63f)
curveToRelative(0.16f, -0.15f, 0.41f, -0.14f, 0.56f, 0.01f)
curveToRelative(0.14f, 0.14f, 0.16f, 0.36f, 0.04f, 0.52f)
lineToRelative(-2.44f, 3.33f)
lineToRelative(4.05f, 0.4f)
curveTo(15.98f, 11.41f, 16.16f, 11.96f, 15.83f, 12.26f)
close()
}
}
return _energySavingsLeaf!!
}
private var _energySavingsLeaf: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy