
commonMain.androidx.compose.material.icons.sharp.DinnerDining.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.sharp
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.Sharp.DinnerDining: ImageVector
get() {
if (_dinnerDining != null) {
return _dinnerDining!!
}
_dinnerDining = materialIcon(name = "Sharp.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)
lineToRelative(16.97f, 0.0f)
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(4.0f)
verticalLineTo(6.75f)
horizontalLineToRelative(9.0f)
verticalLineToRelative(-1.5f)
horizontalLineToRelative(-9.0f)
verticalLineTo(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(8.0f, 7.5f)
verticalLineTo(6.75f)
horizontalLineToRelative(2.0f)
verticalLineTo(7.5f)
horizontalLineTo(8.0f)
close()
moveTo(10.0f, 5.25f)
horizontalLineTo(8.0f)
verticalLineTo(4.5f)
horizontalLineToRelative(2.0f)
verticalLineTo(5.25f)
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(6.5f, 9.0f)
verticalLineToRelative(6.06f)
curveToRelative(-0.35f, 0.06f, -0.68f, 0.17f, -1.0f, 0.3f)
verticalLineTo(9.0f)
horizontalLineTo(6.5f)
close()
}
}
return _dinnerDining!!
}
private var _dinnerDining: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy