commonMain.androidx.compose.material.icons.rounded.InterpreterMode.kt Maven / Gradle / Ivy
/*
* 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.InterpreterMode: ImageVector
get() {
if (_interpreterMode != null) {
return _interpreterMode!!
}
_interpreterMode = materialIcon(name = "Rounded.InterpreterMode") {
materialPath {
moveTo(20.5f, 16.5f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
verticalLineToRelative(-2.5f)
curveToRelative(0.0f, -0.83f, 0.67f, -1.5f, 1.5f, -1.5f)
reflectiveCurveToRelative(1.5f, 0.67f, 1.5f, 1.5f)
verticalLineTo(15.0f)
curveTo(22.0f, 15.83f, 21.33f, 16.5f, 20.5f, 16.5f)
close()
moveTo(20.5f, 20.0f)
curveToRelative(0.28f, 0.0f, 0.5f, -0.22f, 0.5f, -0.5f)
curveToRelative(0.0f, -0.45f, 0.0f, -1.04f, 0.0f, -1.04f)
curveToRelative(1.51f, -0.22f, 2.71f, -1.4f, 2.95f, -2.89f)
curveTo(24.0f, 15.27f, 23.76f, 15.0f, 23.46f, 15.0f)
curveToRelative(-0.24f, 0.0f, -0.45f, 0.17f, -0.49f, 0.41f)
curveToRelative(-0.2f, 1.18f, -1.23f, 2.09f, -2.47f, 2.09f)
reflectiveCurveToRelative(-2.27f, -0.9f, -2.47f, -2.09f)
curveTo(17.99f, 15.17f, 17.78f, 15.0f, 17.54f, 15.0f)
curveToRelative(-0.3f, 0.0f, -0.54f, 0.27f, -0.5f, 0.57f)
curveToRelative(0.25f, 1.5f, 1.45f, 2.68f, 2.95f, 2.89f)
curveToRelative(0.0f, 0.0f, 0.0f, 0.59f, 0.0f, 1.04f)
curveTo(20.0f, 19.78f, 20.22f, 20.0f, 20.5f, 20.0f)
close()
moveTo(9.0f, 12.0f)
curveToRelative(-2.21f, 0.0f, -4.0f, -1.79f, -4.0f, -4.0f)
curveToRelative(0.0f, -2.21f, 1.79f, -4.0f, 4.0f, -4.0f)
curveToRelative(0.47f, 0.0f, 0.92f, 0.08f, 1.34f, 0.23f)
curveTo(9.5f, 5.26f, 9.0f, 6.57f, 9.0f, 8.0f)
curveToRelative(0.0f, 1.43f, 0.5f, 2.74f, 1.34f, 3.77f)
curveTo(9.92f, 11.92f, 9.47f, 12.0f, 9.0f, 12.0f)
close()
moveTo(7.11f, 13.13f)
curveTo(5.79f, 14.05f, 5.0f, 15.57f, 5.0f, 17.22f)
verticalLineTo(20.0f)
horizontalLineTo(1.0f)
verticalLineToRelative(-2.78f)
curveToRelative(0.0f, -1.12f, 0.61f, -2.15f, 1.61f, -2.66f)
curveTo(3.85f, 13.92f, 5.37f, 13.37f, 7.11f, 13.13f)
close()
moveTo(11.0f, 8.0f)
curveToRelative(0.0f, -2.21f, 1.79f, -4.0f, 4.0f, -4.0f)
reflectiveCurveToRelative(4.0f, 1.79f, 4.0f, 4.0f)
curveToRelative(0.0f, 2.21f, -1.79f, 4.0f, -4.0f, 4.0f)
reflectiveCurveTo(11.0f, 10.21f, 11.0f, 8.0f)
close()
moveTo(18.32f, 20.0f)
curveToRelative(-1.67f, -0.81f, -2.82f, -2.52f, -2.82f, -4.5f)
curveToRelative(0.0f, -0.89f, 0.23f, -1.73f, 0.64f, -2.45f)
curveTo(15.77f, 13.02f, 15.39f, 13.0f, 15.0f, 13.0f)
curveToRelative(-2.53f, 0.0f, -4.71f, 0.7f, -6.39f, 1.56f)
curveTo(7.61f, 15.07f, 7.0f, 16.1f, 7.0f, 17.22f)
verticalLineTo(20.0f)
lineTo(18.32f, 20.0f)
close()
}
}
return _interpreterMode!!
}
private var _interpreterMode: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy