commonMain.androidx.compose.material.icons.outlined.Shower.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.outlined
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.Outlined.Shower: ImageVector
get() {
if (_shower != null) {
return _shower!!
}
_shower = materialIcon(name = "Outlined.Shower") {
materialPath {
moveTo(9.0f, 17.0f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveTo(9.0f, 16.45f, 9.0f, 17.0f)
close()
moveTo(12.0f, 16.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(12.55f, 16.0f, 12.0f, 16.0f)
close()
moveTo(16.0f, 16.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(16.55f, 16.0f, 16.0f, 16.0f)
close()
moveTo(19.0f, 12.0f)
verticalLineToRelative(2.0f)
horizontalLineTo(5.0f)
verticalLineToRelative(-2.0f)
curveToRelative(0.0f, -3.53f, 2.61f, -6.43f, 6.0f, -6.92f)
verticalLineTo(3.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.08f)
curveTo(16.39f, 5.57f, 19.0f, 8.47f, 19.0f, 12.0f)
close()
moveTo(17.0f, 12.0f)
curveToRelative(0.0f, -2.76f, -2.24f, -5.0f, -5.0f, -5.0f)
reflectiveCurveToRelative(-5.0f, 2.24f, -5.0f, 5.0f)
horizontalLineTo(17.0f)
close()
moveTo(8.0f, 19.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(8.55f, 19.0f, 8.0f, 19.0f)
close()
moveTo(12.0f, 19.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(12.55f, 19.0f, 12.0f, 19.0f)
close()
moveTo(16.0f, 19.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(16.55f, 19.0f, 16.0f, 19.0f)
close()
}
}
return _shower!!
}
private var _shower: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy