commonMain.androidx.compose.material.icons.filled.Transgender.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.Transgender: ImageVector
get() {
if (_transgender != null) {
return _transgender!!
}
_transgender = materialIcon(name = "Filled.Transgender") {
materialPath {
moveTo(12.0f, 8.0f)
curveToRelative(1.93f, 0.0f, 3.5f, 1.57f, 3.5f, 3.5f)
reflectiveCurveTo(13.93f, 15.0f, 12.0f, 15.0f)
reflectiveCurveToRelative(-3.5f, -1.57f, -3.5f, -3.5f)
reflectiveCurveTo(10.07f, 8.0f, 12.0f, 8.0f)
close()
moveTo(16.53f, 8.38f)
lineToRelative(3.97f, -3.96f)
verticalLineTo(7.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(1.0f)
horizontalLineToRelative(-6.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(2.58f)
lineToRelative(-3.97f, 3.97f)
curveTo(14.23f, 6.36f, 13.16f, 6.0f, 12.0f, 6.0f)
curveToRelative(-1.16f, 0.0f, -2.23f, 0.36f, -3.11f, 0.97f)
lineTo(8.24f, 6.32f)
lineToRelative(1.41f, -1.41f)
lineTo(8.24f, 3.49f)
lineTo(6.82f, 4.9f)
lineTo(4.92f, 3.0f)
horizontalLineTo(7.5f)
verticalLineTo(1.0f)
horizontalLineToRelative(-6.0f)
verticalLineToRelative(6.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(4.42f)
lineToRelative(1.91f, 1.9f)
lineTo(3.99f, 7.74f)
lineToRelative(1.41f, 1.41f)
lineToRelative(1.41f, -1.41f)
lineToRelative(0.65f, 0.65f)
curveTo(6.86f, 9.27f, 6.5f, 10.34f, 6.5f, 11.5f)
curveToRelative(0.0f, 2.7f, 1.94f, 4.94f, 4.5f, 5.41f)
lineTo(11.0f, 19.0f)
horizontalLineTo(9.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(-2.0f)
lineToRelative(0.0f, -2.09f)
curveToRelative(2.56f, -0.47f, 4.5f, -2.71f, 4.5f, -5.41f)
curveTo(17.5f, 10.34f, 17.14f, 9.27f, 16.53f, 8.38f)
close()
}
}
return _transgender!!
}
private var _transgender: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy