
commonMain.androidx.compose.material.icons.sharp.AirlineSeatReclineExtra.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.AirlineSeatReclineExtra: ImageVector
get() {
if (_airlineSeatReclineExtra != null) {
return _airlineSeatReclineExtra!!
}
_airlineSeatReclineExtra = materialIcon(name = "Sharp.AirlineSeatReclineExtra") {
materialPath {
moveTo(5.35f, 5.64f)
curveToRelative(-0.9f, -0.64f, -1.12f, -1.88f, -0.49f, -2.79f)
curveToRelative(0.63f, -0.9f, 1.88f, -1.12f, 2.79f, -0.49f)
curveToRelative(0.9f, 0.64f, 1.12f, 1.88f, 0.49f, 2.79f)
curveToRelative(-0.64f, 0.9f, -1.88f, 1.12f, -2.79f, 0.49f)
close()
moveTo(16.0f, 19.0f)
lineTo(6.5f, 19.0f)
lineTo(4.0f, 7.0f)
lineTo(2.0f, 7.0f)
lineToRelative(2.85f, 14.0f)
lineTo(16.0f, 21.0f)
verticalLineToRelative(-2.0f)
close()
moveTo(16.23f, 15.0f)
horizontalLineToRelative(-4.88f)
lineToRelative(-1.03f, -4.1f)
curveToRelative(1.58f, 0.89f, 3.28f, 1.54f, 5.15f, 1.22f)
lineTo(15.47f, 9.99f)
curveToRelative(-1.63f, 0.31f, -3.44f, -0.27f, -4.69f, -1.25f)
lineTo(9.14f, 7.47f)
curveToRelative(-0.23f, -0.18f, -0.49f, -0.3f, -0.76f, -0.38f)
curveToRelative(-0.32f, -0.09f, -0.66f, -0.12f, -0.99f, -0.06f)
horizontalLineToRelative(-0.02f)
curveToRelative(-1.23f, 0.22f, -2.05f, 1.39f, -1.84f, 2.61f)
lineTo(7.44f, 18.0f)
horizontalLineToRelative(9.24f)
lineToRelative(3.82f, 3.0f)
lineToRelative(1.5f, -1.5f)
lineToRelative(-5.77f, -4.5f)
close()
}
}
return _airlineSeatReclineExtra!!
}
private var _airlineSeatReclineExtra: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy