commonMain.androidx.compose.material.icons.twotone.HotTub.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.twotone
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.TwoTone.HotTub: ImageVector
get() {
if (_hotTub != null) {
return _hotTub!!
}
_hotTub = materialIcon(name = "TwoTone.HotTub") {
materialPath {
moveTo(7.0f, 6.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(17.42f, 7.21f)
curveToRelative(0.57f, 0.62f, 0.82f, 1.41f, 0.67f, 2.2f)
lineToRelative(-0.11f, 0.59f)
horizontalLineToRelative(1.91f)
lineToRelative(0.06f, -0.43f)
curveToRelative(0.21f, -1.36f, -0.27f, -2.71f, -1.3f, -3.71f)
lineToRelative(-0.07f, -0.07f)
curveToRelative(-0.57f, -0.62f, -0.82f, -1.41f, -0.67f, -2.2f)
lineTo(18.0f, 3.0f)
horizontalLineToRelative(-1.89f)
lineToRelative(-0.06f, 0.43f)
curveToRelative(-0.2f, 1.36f, 0.27f, 2.71f, 1.3f, 3.72f)
lineToRelative(0.07f, 0.06f)
close()
moveTo(11.15f, 12.0f)
curveToRelative(-0.31f, -0.22f, -0.59f, -0.46f, -0.82f, -0.72f)
lineToRelative(-1.4f, -1.55f)
curveToRelative(-0.19f, -0.21f, -0.43f, -0.38f, -0.69f, -0.5f)
curveToRelative(-0.29f, -0.14f, -0.62f, -0.23f, -0.96f, -0.23f)
horizontalLineToRelative(-0.03f)
curveTo(6.01f, 9.0f, 5.0f, 10.01f, 5.0f, 11.25f)
lineTo(5.0f, 12.0f)
lineTo(2.0f, 12.0f)
verticalLineToRelative(8.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(16.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-8.0f)
lineTo(11.15f, 12.0f)
close()
moveTo(7.0f, 20.0f)
lineTo(5.0f, 20.0f)
verticalLineToRelative(-6.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(6.0f)
close()
moveTo(11.0f, 20.0f)
lineTo(9.0f, 20.0f)
verticalLineToRelative(-6.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(6.0f)
close()
moveTo(15.0f, 20.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-6.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(6.0f)
close()
moveTo(19.0f, 20.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-6.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(6.0f)
close()
moveTo(13.42f, 7.21f)
curveToRelative(0.57f, 0.62f, 0.82f, 1.41f, 0.67f, 2.2f)
lineToRelative(-0.11f, 0.59f)
horizontalLineToRelative(1.91f)
lineToRelative(0.06f, -0.43f)
curveToRelative(0.21f, -1.36f, -0.27f, -2.71f, -1.3f, -3.71f)
lineToRelative(-0.07f, -0.07f)
curveToRelative(-0.57f, -0.62f, -0.82f, -1.41f, -0.67f, -2.2f)
lineTo(14.0f, 3.0f)
horizontalLineToRelative(-1.89f)
lineToRelative(-0.06f, 0.43f)
curveToRelative(-0.2f, 1.36f, 0.27f, 2.71f, 1.3f, 3.72f)
lineToRelative(0.07f, 0.06f)
close()
}
}
return _hotTub!!
}
private var _hotTub: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy