commonMain.androidx.compose.material.icons.rounded.AirplaneTicket.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.rounded
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
import kotlin.Deprecated
@Deprecated(
"Use the AutoMirrored version at Icons.AutoMirrored.Rounded.AirplaneTicket",
ReplaceWith( "Icons.AutoMirrored.Rounded.AirplaneTicket",
"androidx.compose.material.icons.automirrored.rounded.AirplaneTicket"),
)
public val Icons.Rounded.AirplaneTicket: ImageVector
get() {
if (_airplaneTicket != null) {
return _airplaneTicket!!
}
_airplaneTicket = materialIcon(name = "Rounded.AirplaneTicket") {
materialPath {
moveTo(20.19f, 4.0f)
horizontalLineTo(4.0f)
curveTo(2.9f, 4.0f, 2.01f, 4.9f, 2.01f, 6.0f)
verticalLineToRelative(4.0f)
curveTo(3.11f, 10.0f, 4.0f, 10.9f, 4.0f, 12.0f)
reflectiveCurveToRelative(-0.89f, 2.0f, -2.0f, 2.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(16.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineTo(6.0f)
curveTo(22.0f, 4.9f, 21.19f, 4.0f, 20.19f, 4.0f)
close()
moveTo(17.73f, 13.3f)
lineToRelative(-8.49f, 2.26f)
curveToRelative(-0.22f, 0.06f, -0.45f, -0.04f, -0.56f, -0.23f)
lineToRelative(-1.12f, -1.95f)
curveToRelative(-0.18f, -0.3f, -0.01f, -0.69f, 0.32f, -0.78f)
horizontalLineToRelative(0.0f)
curveToRelative(0.16f, -0.04f, 0.34f, -0.01f, 0.47f, 0.1f)
lineToRelative(1.05f, 0.82f)
lineToRelative(2.39f, -0.64f)
lineTo(9.9f, 9.6f)
curveToRelative(-0.26f, -0.44f, -0.02f, -1.01f, 0.47f, -1.15f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.26f, -0.07f, 0.54f, 0.0f, 0.74f, 0.18f)
lineToRelative(3.69f, 3.44f)
lineToRelative(2.44f, -0.65f)
curveToRelative(0.51f, -0.14f, 1.04f, 0.17f, 1.18f, 0.68f)
curveTo(18.55f, 12.62f, 18.25f, 13.15f, 17.73f, 13.3f)
close()
}
}
return _airplaneTicket!!
}
private var _airplaneTicket: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy