commonMain.androidx.compose.material.icons.twotone.SwipeLeft.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.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.SwipeLeft: ImageVector
get() {
if (_swipeLeft != null) {
return _swipeLeft!!
}
_swipeLeft = materialIcon(name = "TwoTone.SwipeLeft") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(17.08f, 21.0f)
horizontalLineToRelative(-6.55f)
lineToRelative(-3.7f, -3.78f)
lineTo(11.0f, 18.11f)
verticalLineTo(7.5f)
curveTo(11.0f, 7.22f, 11.22f, 7.0f, 11.5f, 7.0f)
reflectiveCurveTo(12.0f, 7.22f, 12.0f, 7.5f)
verticalLineToRelative(6.18f)
horizontalLineToRelative(1.76f)
lineTo(18.0f, 15.56f)
lineTo(17.08f, 21.0f)
close()
}
materialPath {
moveTo(18.89f, 13.77f)
lineToRelative(-3.8f, -1.67f)
curveTo(14.96f, 12.04f, 14.81f, 12.0f, 14.65f, 12.0f)
horizontalLineTo(14.0f)
verticalLineTo(7.5f)
curveTo(14.0f, 6.12f, 12.88f, 5.0f, 11.5f, 5.0f)
reflectiveCurveTo(9.0f, 6.12f, 9.0f, 7.5f)
verticalLineToRelative(8.15f)
lineToRelative(-1.87f, -0.4f)
curveToRelative(-0.19f, -0.03f, -1.02f, -0.15f, -1.73f, 0.56f)
lineTo(4.0f, 17.22f)
lineToRelative(5.12f, 5.19f)
curveTo(9.49f, 22.79f, 10.0f, 23.0f, 10.53f, 23.0f)
horizontalLineToRelative(6.55f)
curveToRelative(0.98f, 0.0f, 1.81f, -0.7f, 1.97f, -1.67f)
lineToRelative(0.92f, -5.44f)
curveTo(20.12f, 15.03f, 19.68f, 14.17f, 18.89f, 13.77f)
close()
moveTo(17.08f, 21.0f)
horizontalLineToRelative(-6.55f)
lineToRelative(-3.7f, -3.78f)
lineTo(11.0f, 18.11f)
verticalLineTo(7.5f)
curveTo(11.0f, 7.22f, 11.22f, 7.0f, 11.5f, 7.0f)
reflectiveCurveTo(12.0f, 7.22f, 12.0f, 7.5f)
verticalLineToRelative(6.18f)
horizontalLineToRelative(1.76f)
lineTo(18.0f, 15.56f)
lineTo(17.08f, 21.0f)
close()
moveTo(4.09f, 5.5f)
horizontalLineTo(7.0f)
verticalLineTo(7.0f)
horizontalLineTo(2.0f)
verticalLineTo(2.0f)
horizontalLineToRelative(1.5f)
verticalLineToRelative(2.02f)
curveTo(5.82f, 2.13f, 8.78f, 1.0f, 12.0f, 1.0f)
curveToRelative(5.49f, 0.0f, 9.27f, 3.12f, 10.0f, 6.0f)
horizontalLineToRelative(-1.57f)
curveTo(19.67f, 5.02f, 16.74f, 2.5f, 12.0f, 2.5f)
curveTo(8.97f, 2.5f, 6.21f, 3.64f, 4.09f, 5.5f)
close()
}
}
return _swipeLeft!!
}
private var _swipeLeft: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy