commonMain.androidx.compose.material.icons.outlined.AirlineSeatFlat.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.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.AirlineSeatFlat: ImageVector
get() {
if (_airlineSeatFlat != null) {
return _airlineSeatFlat!!
}
_airlineSeatFlat = materialIcon(name = "Outlined.AirlineSeatFlat") {
materialPath {
moveTo(5.0f, 13.0f)
curveToRelative(0.78f, 0.0f, 1.55f, -0.3f, 2.14f, -0.9f)
curveToRelative(1.16f, -1.19f, 1.14f, -3.08f, -0.04f, -4.24f)
curveTo(6.51f, 7.29f, 5.75f, 7.0f, 5.0f, 7.0f)
curveToRelative(-0.78f, 0.0f, -1.55f, 0.3f, -2.14f, 0.9f)
curveToRelative(-1.16f, 1.19f, -1.14f, 3.08f, 0.04f, 4.24f)
curveToRelative(0.59f, 0.57f, 1.35f, 0.86f, 2.1f, 0.86f)
close()
moveTo(4.29f, 9.3f)
curveToRelative(0.19f, -0.19f, 0.44f, -0.3f, 0.71f, -0.3f)
curveToRelative(0.26f, 0.0f, 0.51f, 0.1f, 0.7f, 0.28f)
curveToRelative(0.4f, 0.39f, 0.4f, 1.01f, 0.02f, 1.41f)
curveToRelative(-0.2f, 0.2f, -0.45f, 0.31f, -0.72f, 0.31f)
curveToRelative(-0.26f, 0.0f, -0.51f, -0.1f, -0.7f, -0.28f)
curveToRelative(-0.4f, -0.4f, -0.4f, -1.02f, -0.01f, -1.42f)
close()
moveTo(18.0f, 7.0f)
lineTo(9.0f, 7.0f)
verticalLineToRelative(6.0f)
horizontalLineToRelative(13.0f)
verticalLineToRelative(-2.0f)
curveToRelative(0.0f, -2.21f, -1.79f, -4.0f, -4.0f, -4.0f)
close()
moveTo(11.0f, 11.0f)
lineTo(11.0f, 9.0f)
horizontalLineToRelative(7.0f)
curveToRelative(1.1f, 0.0f, 2.0f, 0.9f, 2.0f, 2.0f)
horizontalLineToRelative(-9.0f)
close()
moveTo(2.0f, 16.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(-2.0f)
lineTo(2.0f, 14.0f)
close()
}
}
return _airlineSeatFlat!!
}
private var _airlineSeatFlat: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy