commonMain.androidx.compose.material.icons.filled.ThumbUpOffAlt.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.filled
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.Filled.ThumbUpOffAlt: ImageVector
get() {
if (_thumbUpOffAlt != null) {
return _thumbUpOffAlt!!
}
_thumbUpOffAlt = materialIcon(name = "Filled.ThumbUpOffAlt") {
materialPath {
moveTo(13.11f, 5.72f)
lineToRelative(-0.57f, 2.89f)
curveToRelative(-0.12f, 0.59f, 0.04f, 1.2f, 0.42f, 1.66f)
curveToRelative(0.38f, 0.46f, 0.94f, 0.73f, 1.54f, 0.73f)
horizontalLineTo(20.0f)
verticalLineToRelative(1.08f)
lineTo(17.43f, 18.0f)
horizontalLineTo(9.34f)
curveToRelative(-0.18f, 0.0f, -0.34f, -0.16f, -0.34f, -0.34f)
verticalLineTo(9.82f)
lineToRelative(4.11f, -4.1f)
moveTo(14.0f, 2.0f)
lineTo(7.59f, 8.41f)
curveTo(7.21f, 8.79f, 7.0f, 9.3f, 7.0f, 9.83f)
verticalLineToRelative(7.83f)
curveTo(7.0f, 18.95f, 8.05f, 20.0f, 9.34f, 20.0f)
horizontalLineToRelative(8.1f)
curveToRelative(0.71f, 0.0f, 1.36f, -0.37f, 1.72f, -0.97f)
lineToRelative(2.67f, -6.15f)
curveToRelative(0.11f, -0.25f, 0.17f, -0.52f, 0.17f, -0.8f)
verticalLineTo(11.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
horizontalLineToRelative(-5.5f)
lineToRelative(0.92f, -4.65f)
curveToRelative(0.05f, -0.22f, 0.02f, -0.46f, -0.08f, -0.66f)
curveToRelative(-0.23f, -0.45f, -0.52f, -0.86f, -0.88f, -1.22f)
lineTo(14.0f, 2.0f)
close()
moveTo(4.0f, 9.0f)
horizontalLineTo(2.0f)
verticalLineToRelative(11.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-9.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
close()
}
}
return _thumbUpOffAlt!!
}
private var _thumbUpOffAlt: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy