commonMain.androidx.compose.material.icons.rounded.TimeToLeave.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.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
public val Icons.Rounded.TimeToLeave: ImageVector
get() {
if (_timeToLeave != null) {
return _timeToLeave!!
}
_timeToLeave = materialIcon(name = "Rounded.TimeToLeave") {
materialPath {
moveTo(18.92f, 5.01f)
curveTo(18.72f, 4.42f, 18.16f, 4.0f, 17.5f, 4.0f)
horizontalLineToRelative(-11.0f)
curveToRelative(-0.66f, 0.0f, -1.21f, 0.42f, -1.42f, 1.01f)
lineToRelative(-1.97f, 5.67f)
curveToRelative(-0.07f, 0.21f, -0.11f, 0.43f, -0.11f, 0.66f)
verticalLineToRelative(7.16f)
curveToRelative(0.0f, 0.83f, 0.67f, 1.5f, 1.5f, 1.5f)
reflectiveCurveTo(6.0f, 19.33f, 6.0f, 18.5f)
lineTo(6.0f, 18.0f)
horizontalLineToRelative(12.0f)
verticalLineToRelative(0.5f)
curveToRelative(0.0f, 0.82f, 0.67f, 1.5f, 1.5f, 1.5f)
curveToRelative(0.82f, 0.0f, 1.5f, -0.67f, 1.5f, -1.5f)
verticalLineToRelative(-7.16f)
curveToRelative(0.0f, -0.22f, -0.04f, -0.45f, -0.11f, -0.66f)
lineToRelative(-1.97f, -5.67f)
close()
moveTo(6.5f, 15.0f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
reflectiveCurveTo(5.67f, 12.0f, 6.5f, 12.0f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveTo(7.33f, 15.0f, 6.5f, 15.0f)
close()
moveTo(17.5f, 15.0f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
reflectiveCurveToRelative(0.67f, -1.5f, 1.5f, -1.5f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveToRelative(-0.67f, 1.5f, -1.5f, 1.5f)
close()
moveTo(5.0f, 10.0f)
lineToRelative(1.27f, -3.82f)
curveToRelative(0.14f, -0.4f, 0.52f, -0.68f, 0.95f, -0.68f)
horizontalLineToRelative(9.56f)
curveToRelative(0.43f, 0.0f, 0.81f, 0.28f, 0.95f, 0.68f)
lineTo(19.0f, 10.0f)
lineTo(5.0f, 10.0f)
close()
}
}
return _timeToLeave!!
}
private var _timeToLeave: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy