commonMain.androidx.compose.material.icons.rounded.StackedLineChart.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.rounded
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.Rounded.StackedLineChart: ImageVector
get() {
if (_stackedLineChart != null) {
return _stackedLineChart!!
}
_stackedLineChart = materialIcon(name = "Rounded.StackedLineChart") {
materialPath {
moveTo(2.79f, 14.78f)
lineTo(2.7f, 14.69f)
curveToRelative(-0.39f, -0.39f, -0.39f, -1.02f, 0.0f, -1.41f)
lineToRelative(6.09f, -6.1f)
curveToRelative(0.39f, -0.39f, 1.02f, -0.39f, 1.41f, 0.0f)
lineToRelative(3.29f, 3.29f)
lineToRelative(6.39f, -7.18f)
curveToRelative(0.38f, -0.43f, 1.05f, -0.44f, 1.45f, -0.04f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.37f, 0.38f, 0.39f, 0.98f, 0.04f, 1.37f)
lineToRelative(-7.17f, 8.07f)
curveToRelative(-0.38f, 0.43f, -1.04f, 0.45f, -1.45f, 0.04f)
lineTo(9.5f, 9.48f)
lineToRelative(-5.3f, 5.3f)
curveTo(3.82f, 15.17f, 3.18f, 15.17f, 2.79f, 14.78f)
close()
moveTo(4.2f, 20.78f)
lineToRelative(5.3f, -5.3f)
lineToRelative(3.25f, 3.25f)
curveToRelative(0.41f, 0.41f, 1.07f, 0.39f, 1.45f, -0.04f)
lineToRelative(7.17f, -8.07f)
curveToRelative(0.35f, -0.39f, 0.33f, -0.99f, -0.04f, -1.37f)
lineToRelative(0.0f, 0.0f)
curveToRelative(-0.4f, -0.4f, -1.07f, -0.39f, -1.45f, 0.04f)
lineToRelative(-6.39f, 7.18f)
lineToRelative(-3.29f, -3.29f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(-6.09f, 6.1f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(0.09f, 0.09f)
curveTo(3.18f, 21.17f, 3.82f, 21.17f, 4.2f, 20.78f)
close()
}
}
return _stackedLineChart!!
}
private var _stackedLineChart: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy