commonMain.androidx.compose.material.icons.filled.Spa.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.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.Spa: ImageVector
get() {
if (_spa != null) {
return _spa!!
}
_spa = materialIcon(name = "Filled.Spa") {
materialPath {
moveTo(8.55f, 12.0f)
curveToRelative(-1.07f, -0.71f, -2.25f, -1.27f, -3.53f, -1.61f)
curveToRelative(1.28f, 0.34f, 2.46f, 0.9f, 3.53f, 1.61f)
close()
moveTo(18.98f, 10.39f)
curveToRelative(-1.29f, 0.34f, -2.49f, 0.91f, -3.57f, 1.64f)
curveToRelative(1.08f, -0.73f, 2.28f, -1.3f, 3.57f, -1.64f)
close()
}
materialPath {
moveTo(15.49f, 9.63f)
curveToRelative(-0.18f, -2.79f, -1.31f, -5.51f, -3.43f, -7.63f)
curveToRelative(-2.14f, 2.14f, -3.32f, 4.86f, -3.55f, 7.63f)
curveToRelative(1.28f, 0.68f, 2.46f, 1.56f, 3.49f, 2.63f)
curveToRelative(1.03f, -1.06f, 2.21f, -1.94f, 3.49f, -2.63f)
close()
moveTo(8.99f, 12.28f)
curveToRelative(-0.14f, -0.1f, -0.3f, -0.19f, -0.45f, -0.29f)
curveToRelative(0.15f, 0.11f, 0.31f, 0.19f, 0.45f, 0.29f)
close()
moveTo(15.41f, 12.03f)
curveToRelative(-0.13f, 0.09f, -0.27f, 0.16f, -0.4f, 0.26f)
curveToRelative(0.13f, -0.1f, 0.27f, -0.17f, 0.4f, -0.26f)
close()
moveTo(12.0f, 15.45f)
curveTo(9.85f, 12.17f, 6.18f, 10.0f, 2.0f, 10.0f)
curveToRelative(0.0f, 5.32f, 3.36f, 9.82f, 8.03f, 11.49f)
curveToRelative(0.63f, 0.23f, 1.29f, 0.4f, 1.97f, 0.51f)
curveToRelative(0.68f, -0.12f, 1.33f, -0.29f, 1.97f, -0.51f)
curveTo(18.64f, 19.82f, 22.0f, 15.32f, 22.0f, 10.0f)
curveToRelative(-4.18f, 0.0f, -7.85f, 2.17f, -10.0f, 5.45f)
close()
}
}
return _spa!!
}
private var _spa: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy