commonMain.androidx.compose.material.icons.sharp.RamenDining.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.RamenDining: ImageVector
get() {
if (_ramenDining != null) {
return _ramenDining!!
}
_ramenDining = materialIcon(name = "Sharp.RamenDining") {
materialPath {
moveTo(22.0f, 3.51f)
verticalLineTo(2.0f)
lineTo(4.0f, 3.99f)
verticalLineTo(12.0f)
horizontalLineTo(2.0f)
curveToRelative(0.0f, 3.69f, 2.47f, 6.86f, 6.0f, 8.25f)
verticalLineTo(22.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(-1.75f)
curveToRelative(3.53f, -1.39f, 6.0f, -4.56f, 6.0f, -8.25f)
horizontalLineTo(10.5f)
verticalLineTo(8.0f)
horizontalLineTo(22.0f)
verticalLineTo(6.5f)
horizontalLineTo(10.5f)
verticalLineTo(4.78f)
lineTo(22.0f, 3.51f)
close()
moveTo(6.5f, 5.22f)
verticalLineTo(6.5f)
horizontalLineToRelative(-1.0f)
verticalLineTo(5.34f)
lineTo(6.5f, 5.22f)
close()
moveTo(5.5f, 8.0f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(-1.0f)
verticalLineTo(8.0f)
close()
moveTo(9.0f, 12.0f)
horizontalLineTo(8.0f)
verticalLineTo(8.0f)
horizontalLineToRelative(1.0f)
verticalLineTo(12.0f)
close()
moveTo(9.0f, 6.5f)
horizontalLineTo(8.0f)
verticalLineTo(5.06f)
lineToRelative(1.0f, -0.11f)
verticalLineTo(6.5f)
close()
}
}
return _ramenDining!!
}
private var _ramenDining: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy