commonMain.androidx.compose.material.icons.outlined.DinnerDining.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.DinnerDining: ImageVector
get() {
if (_dinnerDining != null) {
return _dinnerDining!!
}
_dinnerDining = materialIcon(name = "Outlined.DinnerDining") {
materialPath {
moveTo(2.0f, 19.0f)
lineToRelative(2.0f, 2.0f)
lineToRelative(16.0f, 0.0f)
lineToRelative(2.0f, -2.0f)
close()
}
materialPath {
moveTo(3.0f, 18.0f)
horizontalLineToRelative(16.97f)
curveToRelative(0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f)
curveToRelative(0.29f, -3.26f, -2.28f, -6.0f, -5.48f, -6.0f)
curveToRelative(-2.35f, 0.0f, -4.35f, 1.48f, -5.14f, 3.55f)
curveTo(8.94f, 15.32f, 8.48f, 15.17f, 8.0f, 15.08f)
verticalLineTo(9.0f)
horizontalLineToRelative(1.75f)
curveTo(10.99f, 9.0f, 12.0f, 7.99f, 12.0f, 6.75f)
horizontalLineToRelative(9.0f)
verticalLineToRelative(-1.5f)
horizontalLineToRelative(-9.0f)
curveTo(12.0f, 4.01f, 10.99f, 3.0f, 9.75f, 3.0f)
horizontalLineTo(3.0f)
verticalLineToRelative(1.5f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(0.75f)
horizontalLineTo(3.0f)
verticalLineToRelative(1.5f)
horizontalLineToRelative(1.0f)
verticalLineTo(7.5f)
horizontalLineTo(3.0f)
verticalLineTo(9.0f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(7.39f)
curveTo(3.56f, 16.85f, 3.22f, 17.39f, 3.0f, 18.0f)
close()
moveTo(14.5f, 14.0f)
curveToRelative(0.99f, 0.0f, 1.91f, 0.4f, 2.58f, 1.14f)
curveToRelative(0.24f, 0.26f, 0.44f, 0.55f, 0.58f, 0.86f)
horizontalLineToRelative(-6.32f)
curveTo(11.92f, 14.79f, 13.15f, 14.0f, 14.5f, 14.0f)
close()
moveTo(8.0f, 4.5f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(0.75f)
horizontalLineTo(8.0f)
verticalLineTo(4.5f)
close()
moveTo(8.0f, 6.75f)
horizontalLineToRelative(2.0f)
verticalLineTo(7.5f)
horizontalLineTo(8.0f)
verticalLineTo(6.75f)
close()
moveTo(5.5f, 4.5f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(0.75f)
horizontalLineToRelative(-1.0f)
verticalLineTo(4.5f)
close()
moveTo(5.5f, 6.75f)
horizontalLineToRelative(1.0f)
verticalLineTo(7.5f)
horizontalLineToRelative(-1.0f)
verticalLineTo(6.75f)
close()
moveTo(5.5f, 9.0f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(6.06f)
curveToRelative(-0.35f, 0.06f, -0.68f, 0.17f, -1.0f, 0.3f)
verticalLineTo(9.0f)
close()
}
}
return _dinnerDining!!
}
private var _dinnerDining: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy