commonMain.androidx.compose.material.icons.outlined.Icecream.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.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.Icecream: ImageVector
get() {
if (_icecream != null) {
return _icecream!!
}
_icecream = materialIcon(name = "Outlined.Icecream") {
materialPath {
moveTo(18.38f, 6.24f)
curveTo(17.79f, 3.24f, 15.14f, 1.0f, 12.0f, 1.0f)
reflectiveCurveTo(6.21f, 3.24f, 5.62f, 6.24f)
curveTo(4.08f, 6.81f, 3.0f, 8.29f, 3.0f, 10.0f)
curveToRelative(0.0f, 2.21f, 1.79f, 4.0f, 4.0f, 4.0f)
curveToRelative(0.12f, 0.0f, 0.23f, -0.02f, 0.34f, -0.02f)
lineTo(12.07f, 23.0f)
lineToRelative(4.61f, -9.03f)
curveTo(16.79f, 13.98f, 16.89f, 14.0f, 17.0f, 14.0f)
curveToRelative(2.21f, 0.0f, 4.0f, -1.79f, 4.0f, -4.0f)
curveTo(21.0f, 8.29f, 19.92f, 6.81f, 18.38f, 6.24f)
close()
moveTo(12.05f, 18.63f)
lineToRelative(-2.73f, -5.21f)
curveTo(10.15f, 13.79f, 11.06f, 14.0f, 12.0f, 14.0f)
curveToRelative(0.95f, 0.0f, 1.88f, -0.21f, 2.72f, -0.6f)
lineTo(12.05f, 18.63f)
close()
moveTo(17.0f, 12.0f)
curveToRelative(-0.52f, 0.0f, -1.01f, -0.2f, -1.39f, -0.56f)
lineToRelative(-0.56f, -0.54f)
lineToRelative(-0.66f, 0.42f)
curveTo(13.68f, 11.76f, 12.86f, 12.0f, 12.0f, 12.0f)
reflectiveCurveToRelative(-1.68f, -0.24f, -2.39f, -0.69f)
lineTo(8.95f, 10.9f)
lineToRelative(-0.56f, 0.54f)
curveTo(8.01f, 11.79f, 7.52f, 12.0f, 7.0f, 12.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.89f, -2.0f, -2.0f)
curveToRelative(0.0f, -0.98f, 0.72f, -1.82f, 1.68f, -1.97f)
lineTo(7.45f, 7.9f)
lineToRelative(0.06f, -0.78f)
curveTo(7.71f, 4.8f, 9.66f, 3.0f, 12.0f, 3.0f)
reflectiveCurveToRelative(4.29f, 1.8f, 4.48f, 4.12f)
lineToRelative(0.06f, 0.78f)
lineToRelative(0.77f, 0.12f)
curveTo(18.28f, 8.18f, 19.0f, 9.01f, 19.0f, 10.0f)
curveTo(19.0f, 11.1f, 18.1f, 12.0f, 17.0f, 12.0f)
close()
}
}
return _icecream!!
}
private var _icecream: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy