commonMain.androidx.compose.material.icons.twotone.HotelClass.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.twotone
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.TwoTone.HotelClass: ImageVector
get() {
if (_hotelClass != null) {
return _hotelClass!!
}
_hotelClass = materialIcon(name = "TwoTone.HotelClass") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(11.0f, 8.89f)
lineToRelative(0.94f, 3.11f)
lineToRelative(2.82f, 0.0f)
lineToRelative(-2.27f, 1.62f)
lineToRelative(0.93f, 3.01f)
lineToRelative(-2.42f, -1.84f)
lineToRelative(-2.42f, 1.84f)
lineToRelative(0.93f, -3.01f)
lineToRelative(-2.27f, -1.62f)
lineToRelative(2.82f, 0.0f)
close()
}
materialPath {
moveTo(11.0f, 8.89f)
lineTo(11.94f, 12.0f)
horizontalLineToRelative(2.82f)
lineToRelative(-2.27f, 1.62f)
lineToRelative(0.93f, 3.01f)
lineTo(11.0f, 14.79f)
lineToRelative(-2.42f, 1.84f)
lineToRelative(0.93f, -3.01f)
lineTo(7.24f, 12.0f)
horizontalLineToRelative(2.82f)
lineTo(11.0f, 8.89f)
close()
moveTo(8.58f, 10.0f)
horizontalLineTo(1.0f)
lineToRelative(6.17f, 4.41f)
lineTo(4.83f, 22.0f)
lineTo(11.0f, 17.31f)
lineTo(17.18f, 22.0f)
lineToRelative(-2.35f, -7.59f)
lineTo(21.0f, 10.0f)
horizontalLineToRelative(-7.58f)
lineTo(11.0f, 2.0f)
lineTo(8.58f, 10.0f)
close()
moveTo(21.36f, 22.0f)
lineToRelative(-1.86f, -6.01f)
lineTo(23.68f, 13.0f)
horizontalLineToRelative(-3.44f)
lineToRelative(-3.08f, 2.2f)
lineToRelative(1.46f, 4.72f)
lineTo(21.36f, 22.0f)
close()
moveTo(17.0f, 8.0f)
lineToRelative(-1.82f, -6.0f)
lineToRelative(-1.04f, 3.45f)
lineTo(14.91f, 8.0f)
horizontalLineTo(17.0f)
close()
}
}
return _hotelClass!!
}
private var _hotelClass: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy