
commonMain.androidx.compose.material.icons.rounded.Cake.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.Cake: ImageVector
get() {
if (_cake != null) {
return _cake!!
}
_cake = materialIcon(name = "Rounded.Cake") {
materialPath {
moveTo(12.68f, 5.88f)
curveToRelative(0.7f, -0.24f, 1.22f, -0.9f, 1.3f, -1.64f)
curveToRelative(0.05f, -0.47f, -0.05f, -0.91f, -0.28f, -1.27f)
lineTo(12.42f, 0.75f)
curveToRelative(-0.19f, -0.33f, -0.67f, -0.33f, -0.87f, 0.0f)
lineToRelative(-1.28f, 2.22f)
curveToRelative(-0.17f, 0.3f, -0.27f, 0.65f, -0.27f, 1.03f)
curveToRelative(0.0f, 1.32f, 1.3f, 2.35f, 2.68f, 1.88f)
close()
moveTo(16.53f, 15.92f)
lineToRelative(-1.0f, -1.0f)
lineToRelative(-1.08f, 1.07f)
curveToRelative(-1.3f, 1.3f, -3.58f, 1.31f, -4.89f, 0.0f)
lineToRelative(-1.07f, -1.07f)
lineToRelative(-1.09f, 1.07f)
curveTo(6.75f, 16.64f, 5.88f, 17.0f, 4.96f, 17.0f)
curveToRelative(-0.73f, 0.0f, -1.4f, -0.23f, -1.96f, -0.61f)
lineTo(3.0f, 20.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(14.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-3.61f)
curveToRelative(-0.75f, 0.51f, -1.71f, 0.75f, -2.74f, 0.52f)
curveToRelative(-0.66f, -0.14f, -1.25f, -0.51f, -1.73f, -0.99f)
close()
moveTo(18.0f, 9.0f)
horizontalLineToRelative(-5.0f)
lineTo(13.0f, 8.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
reflectiveCurveToRelative(-1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(1.0f)
lineTo(6.0f, 9.0f)
curveToRelative(-1.66f, 0.0f, -3.0f, 1.34f, -3.0f, 3.0f)
verticalLineToRelative(1.46f)
curveToRelative(0.0f, 0.85f, 0.5f, 1.67f, 1.31f, 1.94f)
curveToRelative(0.73f, 0.24f, 1.52f, 0.06f, 2.03f, -0.46f)
lineToRelative(2.14f, -2.13f)
lineToRelative(2.13f, 2.13f)
curveToRelative(0.76f, 0.76f, 2.01f, 0.76f, 2.77f, 0.0f)
lineToRelative(2.14f, -2.13f)
lineToRelative(2.13f, 2.13f)
curveToRelative(0.43f, 0.43f, 1.03f, 0.63f, 1.65f, 0.55f)
curveToRelative(0.99f, -0.13f, 1.69f, -1.06f, 1.69f, -2.06f)
verticalLineToRelative(-1.42f)
curveTo(21.0f, 10.34f, 19.66f, 9.0f, 18.0f, 9.0f)
close()
}
}
return _cake!!
}
private var _cake: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy