
commonMain.androidx.compose.material.icons.twotone.AirlineSeatFlatAngled.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.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.AirlineSeatFlatAngled: ImageVector
get() {
if (_airlineSeatFlatAngled != null) {
return _airlineSeatFlatAngled!!
}
_airlineSeatFlatAngled = materialIcon(name = "TwoTone.AirlineSeatFlatAngled") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(14.0f, 16.64f)
lineToRelative(-4.0f, -1.45f)
lineTo(10.0f, 17.0f)
horizontalLineToRelative(4.0f)
close()
moveTo(6.0f, 8.5f)
curveToRelative(0.15f, 0.0f, 0.3f, -0.03f, 0.44f, -0.1f)
curveToRelative(0.49f, -0.24f, 0.7f, -0.84f, 0.46f, -1.34f)
curveToRelative(-0.19f, -0.41f, -0.59f, -0.56f, -0.9f, -0.56f)
curveToRelative(-0.15f, 0.0f, -0.3f, 0.03f, -0.44f, 0.1f)
curveToRelative(-0.32f, 0.16f, -0.45f, 0.42f, -0.5f, 0.56f)
curveToRelative(-0.05f, 0.15f, -0.12f, 0.44f, 0.04f, 0.77f)
curveToRelative(0.2f, 0.42f, 0.59f, 0.57f, 0.9f, 0.57f)
close()
moveTo(19.16f, 11.02f)
lineToRelative(-6.69f, -2.41f)
lineToRelative(-0.7f, 1.91f)
lineToRelative(8.59f, 3.11f)
lineToRelative(0.01f, -0.02f)
curveToRelative(0.19f, -0.51f, 0.17f, -1.05f, -0.06f, -1.53f)
curveToRelative(-0.23f, -0.5f, -0.63f, -0.87f, -1.15f, -1.06f)
close()
}
materialPath {
moveTo(1.5f, 12.14f)
lineTo(8.0f, 14.48f)
lineTo(8.0f, 19.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(-1.63f)
lineTo(20.52f, 19.0f)
lineToRelative(0.69f, -1.89f)
lineToRelative(-19.02f, -6.86f)
lineToRelative(-0.69f, 1.89f)
close()
moveTo(10.0f, 15.19f)
lineToRelative(4.0f, 1.44f)
lineTo(14.0f, 17.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-1.81f)
close()
moveTo(19.84f, 9.14f)
lineToRelative(-8.56f, -3.09f)
lineToRelative(-2.08f, 5.66f)
lineToRelative(12.36f, 4.47f)
lineToRelative(0.69f, -1.89f)
curveToRelative(0.77f, -2.09f, -0.31f, -4.39f, -2.41f, -5.15f)
close()
moveTo(20.37f, 13.6f)
lineToRelative(-0.01f, 0.02f)
lineToRelative(-8.59f, -3.11f)
lineToRelative(0.7f, -1.91f)
lineToRelative(6.69f, 2.41f)
curveToRelative(0.52f, 0.19f, 0.93f, 0.56f, 1.15f, 1.05f)
curveToRelative(0.23f, 0.49f, 0.25f, 1.04f, 0.06f, 1.54f)
close()
moveTo(6.0f, 10.5f)
curveToRelative(0.44f, 0.0f, 0.88f, -0.1f, 1.3f, -0.3f)
curveToRelative(1.49f, -0.72f, 2.12f, -2.51f, 1.41f, -4.0f)
curveTo(8.19f, 5.13f, 7.12f, 4.5f, 6.0f, 4.5f)
curveToRelative(-0.44f, 0.0f, -0.88f, 0.1f, -1.3f, 0.3f)
curveToRelative(-1.49f, 0.71f, -2.12f, 2.5f, -1.4f, 4.0f)
curveToRelative(0.51f, 1.07f, 1.58f, 1.7f, 2.7f, 1.7f)
close()
moveTo(5.06f, 7.16f)
curveToRelative(0.05f, -0.14f, 0.18f, -0.4f, 0.51f, -0.56f)
curveToRelative(0.14f, -0.06f, 0.28f, -0.1f, 0.43f, -0.1f)
curveToRelative(0.31f, 0.0f, 0.7f, 0.15f, 0.9f, 0.56f)
curveToRelative(0.24f, 0.5f, 0.02f, 1.1f, -0.47f, 1.34f)
curveToRelative(-0.14f, 0.06f, -0.28f, 0.1f, -0.43f, 0.1f)
curveToRelative(-0.3f, 0.0f, -0.7f, -0.15f, -0.89f, -0.56f)
curveToRelative(-0.17f, -0.34f, -0.1f, -0.63f, -0.05f, -0.78f)
close()
}
}
return _airlineSeatFlatAngled!!
}
private var _airlineSeatFlatAngled: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy