commonMain.androidx.compose.material.icons.rounded.EventRepeat.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.EventRepeat: ImageVector
get() {
if (_eventRepeat != null) {
return _eventRepeat!!
}
_eventRepeat = materialIcon(name = "Rounded.EventRepeat") {
materialPath {
moveTo(21.0f, 12.0f)
verticalLineTo(6.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
horizontalLineToRelative(-1.0f)
verticalLineTo(3.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
reflectiveCurveToRelative(-1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(1.0f)
horizontalLineTo(8.0f)
verticalLineTo(3.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
reflectiveCurveTo(6.0f, 2.45f, 6.0f, 3.0f)
verticalLineToRelative(1.0f)
horizontalLineTo(5.0f)
curveTo(3.9f, 4.0f, 3.0f, 4.9f, 3.0f, 6.0f)
verticalLineToRelative(14.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(7.0f)
verticalLineToRelative(-2.0f)
horizontalLineTo(5.0f)
verticalLineTo(10.0f)
horizontalLineToRelative(14.0f)
verticalLineToRelative(2.0f)
horizontalLineTo(21.0f)
close()
moveTo(15.13f, 20.0f)
curveToRelative(-0.55f, 0.0f, -0.91f, 0.56f, -0.68f, 1.06f)
curveTo(15.23f, 22.79f, 16.97f, 24.0f, 19.0f, 24.0f)
curveToRelative(2.76f, 0.0f, 5.0f, -2.24f, 5.0f, -5.0f)
reflectiveCurveToRelative(-2.24f, -5.0f, -5.0f, -5.0f)
curveToRelative(-1.36f, 0.0f, -2.6f, 0.55f, -3.5f, 1.43f)
lineToRelative(0.0f, -0.68f)
curveToRelative(0.0f, -0.41f, -0.34f, -0.75f, -0.75f, -0.75f)
horizontalLineToRelative(0.0f)
curveTo(14.34f, 14.0f, 14.0f, 14.34f, 14.0f, 14.75f)
verticalLineTo(17.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(2.25f)
curveToRelative(0.41f, 0.0f, 0.75f, -0.34f, 0.75f, -0.75f)
verticalLineToRelative(0.0f)
curveToRelative(0.0f, -0.41f, -0.34f, -0.75f, -0.75f, -0.75f)
lineToRelative(-0.7f, 0.0f)
curveToRelative(0.63f, -0.62f, 1.5f, -1.0f, 2.45f, -1.0f)
curveToRelative(1.93f, 0.0f, 3.5f, 1.57f, 3.5f, 3.5f)
reflectiveCurveToRelative(-1.57f, 3.5f, -3.5f, 3.5f)
curveToRelative(-1.42f, 0.0f, -2.64f, -0.85f, -3.19f, -2.06f)
curveTo(15.69f, 20.17f, 15.42f, 20.0f, 15.13f, 20.0f)
close()
}
}
return _eventRepeat!!
}
private var _eventRepeat: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy