
commonMain.androidx.compose.material.icons.rounded.RunningWithErrors.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.RunningWithErrors: ImageVector
get() {
if (_runningWithErrors != null) {
return _runningWithErrors!!
}
_runningWithErrors = materialIcon(name = "Rounded.RunningWithErrors") {
materialPath {
moveTo(21.0f, 18.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
verticalLineToRelative(-6.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(6.0f)
curveTo(22.0f, 17.55f, 21.55f, 18.0f, 21.0f, 18.0f)
close()
moveTo(21.0f, 20.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
reflectiveCurveToRelative(1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveTo(21.55f, 20.0f, 21.0f, 20.0f)
close()
moveTo(18.0f, 17.29f)
curveTo(16.53f, 18.95f, 14.39f, 20.0f, 12.0f, 20.0f)
curveToRelative(-4.41f, 0.0f, -8.0f, -3.59f, -8.0f, -8.0f)
curveToRelative(0.0f, -4.41f, 3.59f, -8.0f, 8.0f, -8.0f)
verticalLineToRelative(9.0f)
lineToRelative(7.55f, -7.55f)
curveTo(17.72f, 3.34f, 15.02f, 2.0f, 12.0f, 2.0f)
curveTo(6.48f, 2.0f, 2.0f, 6.48f, 2.0f, 12.0f)
curveToRelative(0.0f, 5.52f, 4.48f, 10.0f, 10.0f, 10.0f)
curveToRelative(2.25f, 0.0f, 4.33f, -0.74f, 6.0f, -2.0f)
verticalLineTo(17.29f)
close()
}
}
return _runningWithErrors!!
}
private var _runningWithErrors: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy