
commonMain.androidx.compose.material.icons.rounded._123.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._123: ImageVector
get() {
if (__123 != null) {
return __123!!
}
__123 = materialIcon(name = "Rounded._123") {
materialPath {
moveTo(4.75f, 10.5f)
curveTo(4.34f, 10.5f, 4.0f, 10.16f, 4.0f, 9.75f)
reflectiveCurveTo(4.34f, 9.0f, 4.75f, 9.0f)
horizontalLineTo(6.0f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(4.25f)
curveTo(7.0f, 14.66f, 6.66f, 15.0f, 6.25f, 15.0f)
reflectiveCurveTo(5.5f, 14.66f, 5.5f, 14.25f)
verticalLineTo(10.5f)
horizontalLineTo(4.75f)
close()
moveTo(9.75f, 9.0f)
curveTo(9.34f, 9.0f, 9.0f, 9.34f, 9.0f, 9.75f)
reflectiveCurveToRelative(0.34f, 0.75f, 0.75f, 0.75f)
horizontalLineTo(12.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-2.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineTo(14.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(2.75f)
curveToRelative(0.41f, 0.0f, 0.75f, -0.34f, 0.75f, -0.75f)
curveToRelative(0.0f, -0.41f, -0.34f, -0.75f, -0.75f, -0.75f)
horizontalLineTo(10.5f)
verticalLineToRelative(-1.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineTo(10.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineTo(9.75f)
close()
moveTo(18.5f, 15.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
verticalLineToRelative(-4.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-2.75f)
curveTo(15.34f, 9.0f, 15.0f, 9.34f, 15.0f, 9.75f)
reflectiveCurveToRelative(0.34f, 0.75f, 0.75f, 0.75f)
horizontalLineTo(18.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-1.5f)
curveToRelative(-0.28f, 0.0f, -0.5f, 0.22f, -0.5f, 0.5f)
reflectiveCurveToRelative(0.22f, 0.5f, 0.5f, 0.5f)
horizontalLineTo(18.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-2.25f)
curveToRelative(-0.41f, 0.0f, -0.75f, 0.34f, -0.75f, 0.75f)
reflectiveCurveTo(15.34f, 15.0f, 15.75f, 15.0f)
horizontalLineTo(18.5f)
close()
}
}
return __123!!
}
private var __123: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy