commonMain.androidx.compose.material.icons.twotone.GTranslate.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.GTranslate: ImageVector
get() {
if (_gTranslate != null) {
return _gTranslate!!
}
_gTranslate = materialIcon(name = "TwoTone.GTranslate") {
materialPath {
moveTo(20.0f, 5.0f)
horizontalLineToRelative(-9.12f)
lineTo(10.0f, 2.0f)
lineTo(4.0f, 2.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, 0.9f, -2.0f, 2.0f)
verticalLineToRelative(13.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(7.0f)
lineToRelative(1.0f, 3.0f)
horizontalLineToRelative(8.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
lineTo(22.0f, 7.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
close()
moveTo(7.17f, 14.59f)
curveToRelative(-2.25f, 0.0f, -4.09f, -1.83f, -4.09f, -4.09f)
reflectiveCurveToRelative(1.83f, -4.09f, 4.09f, -4.09f)
curveToRelative(1.04f, 0.0f, 1.99f, 0.37f, 2.74f, 1.07f)
lineToRelative(0.07f, 0.06f)
lineToRelative(-1.23f, 1.18f)
lineToRelative(-0.06f, -0.05f)
curveToRelative(-0.29f, -0.27f, -0.78f, -0.59f, -1.52f, -0.59f)
curveToRelative(-1.31f, 0.0f, -2.38f, 1.09f, -2.38f, 2.42f)
curveToRelative(0.0f, 1.33f, 1.07f, 2.42f, 2.38f, 2.42f)
curveToRelative(1.37f, 0.0f, 1.96f, -0.87f, 2.12f, -1.46f)
lineTo(7.08f, 11.46f)
lineTo(7.08f, 9.91f)
horizontalLineToRelative(3.95f)
lineToRelative(0.01f, 0.07f)
curveToRelative(0.04f, 0.21f, 0.05f, 0.4f, 0.05f, 0.61f)
curveToRelative(0.0f, 2.35f, -1.61f, 4.0f, -3.92f, 4.0f)
close()
moveTo(12.67f, 11.08f)
horizontalLineToRelative(3.99f)
reflectiveCurveToRelative(-0.34f, 1.31f, -1.56f, 2.74f)
curveToRelative(-0.52f, -0.62f, -0.89f, -1.23f, -1.13f, -1.7f)
horizontalLineToRelative(-0.99f)
lineToRelative(-0.31f, -1.04f)
close()
moveTo(14.39f, 14.58f)
lineToRelative(-0.54f, 0.53f)
lineToRelative(-0.65f, -2.23f)
curveToRelative(0.33f, 0.6f, 0.74f, 1.18f, 1.19f, 1.7f)
close()
moveTo(21.0f, 20.0f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
horizontalLineToRelative(-7.0f)
lineToRelative(2.0f, -2.0f)
lineToRelative(-0.81f, -2.77f)
lineToRelative(0.92f, -0.92f)
lineTo(17.79f, 18.0f)
lineToRelative(0.73f, -0.73f)
lineToRelative(-2.71f, -2.68f)
curveToRelative(0.9f, -1.03f, 1.6f, -2.25f, 1.92f, -3.51f)
lineTo(19.0f, 11.08f)
verticalLineToRelative(-1.04f)
horizontalLineToRelative(-3.64f)
lineTo(15.36f, 9.0f)
horizontalLineToRelative(-1.04f)
verticalLineToRelative(1.04f)
horizontalLineToRelative(-1.96f)
lineTo(11.18f, 6.0f)
lineTo(20.0f, 6.0f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(13.0f)
close()
}
}
return _gTranslate!!
}
private var _gTranslate: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy