commonMain.androidx.compose.material.icons.twotone.SlowMotionVideo.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.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.SlowMotionVideo: ImageVector
get() {
if (_slowMotionVideo != null) {
return _slowMotionVideo!!
}
_slowMotionVideo = materialIcon(name = "TwoTone.SlowMotionVideo") {
materialPath {
moveTo(4.26f, 18.32f)
lineToRelative(1.43f, -1.43f)
curveToRelative(-0.86f, -1.1f, -1.44f, -2.43f, -1.62f, -3.89f)
lineTo(2.05f, 13.0f)
curveToRelative(0.2f, 2.01f, 1.0f, 3.84f, 2.21f, 5.32f)
close()
moveTo(7.1f, 5.69f)
curveToRelative(1.11f, -0.86f, 2.44f, -1.44f, 3.9f, -1.62f)
lineTo(11.0f, 2.05f)
curveToRelative(-2.01f, 0.2f, -3.84f, 1.0f, -5.32f, 2.21f)
lineTo(7.1f, 5.69f)
close()
moveTo(2.05f, 11.0f)
horizontalLineToRelative(2.02f)
curveToRelative(0.18f, -1.46f, 0.76f, -2.79f, 1.62f, -3.9f)
lineTo(4.26f, 5.68f)
curveTo(3.05f, 7.16f, 2.25f, 8.99f, 2.05f, 11.0f)
close()
moveTo(13.05f, 2.05f)
verticalLineToRelative(2.02f)
curveTo(16.97f, 4.59f, 20.0f, 7.95f, 20.0f, 12.0f)
reflectiveCurveToRelative(-3.03f, 7.41f, -6.95f, 7.93f)
verticalLineToRelative(2.02f)
curveTo(18.08f, 21.42f, 22.0f, 17.16f, 22.0f, 12.0f)
curveToRelative(0.0f, -5.16f, -3.92f, -9.42f, -8.95f, -9.95f)
close()
moveTo(16.0f, 12.0f)
lineToRelative(-2.95f, -2.21f)
lineTo(10.0f, 7.5f)
verticalLineToRelative(9.0f)
lineToRelative(3.05f, -2.29f)
close()
moveTo(5.68f, 19.74f)
curveTo(7.16f, 20.95f, 9.0f, 21.75f, 11.0f, 21.95f)
verticalLineToRelative(-2.02f)
curveToRelative(-1.46f, -0.18f, -2.79f, -0.76f, -3.9f, -1.62f)
lineToRelative(-1.42f, 1.43f)
close()
}
}
return _slowMotionVideo!!
}
private var _slowMotionVideo: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy