
commonMain.androidx.compose.material.icons.rounded.WaterfallChart.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.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.WaterfallChart: ImageVector
get() {
if (_waterfallChart != null) {
return _waterfallChart!!
}
_waterfallChart = materialIcon(name = "Rounded.WaterfallChart") {
materialPath {
moveTo(19.5f, 4.0f)
lineTo(19.5f, 4.0f)
curveTo(20.33f, 4.0f, 21.0f, 4.67f, 21.0f, 5.5f)
verticalLineToRelative(13.0f)
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
horizontalLineToRelative(0.0f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
verticalLineToRelative(-13.0f)
curveTo(18.0f, 4.67f, 18.67f, 4.0f, 19.5f, 4.0f)
close()
moveTo(4.5f, 13.0f)
lineTo(4.5f, 13.0f)
curveTo(5.33f, 13.0f, 6.0f, 13.67f, 6.0f, 14.5f)
verticalLineToRelative(4.0f)
curveTo(6.0f, 19.33f, 5.33f, 20.0f, 4.5f, 20.0f)
horizontalLineToRelative(0.0f)
curveTo(3.67f, 20.0f, 3.0f, 19.33f, 3.0f, 18.5f)
verticalLineToRelative(-4.0f)
curveTo(3.0f, 13.67f, 3.67f, 13.0f, 4.5f, 13.0f)
close()
moveTo(15.5f, 4.0f)
lineTo(15.5f, 4.0f)
curveTo(16.33f, 4.0f, 17.0f, 4.67f, 17.0f, 5.5f)
verticalLineToRelative(0.0f)
curveTo(17.0f, 6.33f, 16.33f, 7.0f, 15.5f, 7.0f)
horizontalLineToRelative(0.0f)
curveTo(14.67f, 7.0f, 14.0f, 6.33f, 14.0f, 5.5f)
verticalLineToRelative(0.0f)
curveTo(14.0f, 4.67f, 14.67f, 4.0f, 15.5f, 4.0f)
close()
moveTo(11.5f, 5.0f)
lineTo(11.5f, 5.0f)
curveTo(12.33f, 5.0f, 13.0f, 5.67f, 13.0f, 6.5f)
verticalLineToRelative(1.0f)
curveTo(13.0f, 8.33f, 12.33f, 9.0f, 11.5f, 9.0f)
horizontalLineToRelative(0.0f)
curveTo(10.67f, 9.0f, 10.0f, 8.33f, 10.0f, 7.5f)
verticalLineToRelative(-1.0f)
curveTo(10.0f, 5.67f, 10.67f, 5.0f, 11.5f, 5.0f)
close()
moveTo(8.5f, 10.0f)
lineTo(8.5f, 10.0f)
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
horizontalLineToRelative(0.0f)
curveTo(7.67f, 14.0f, 7.0f, 13.33f, 7.0f, 12.5f)
verticalLineToRelative(-1.0f)
curveTo(7.0f, 10.67f, 7.67f, 10.0f, 8.5f, 10.0f)
close()
}
}
return _waterfallChart!!
}
private var _waterfallChart: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy