commonMain.androidx.compose.material.icons.rounded.MotionPhotosAuto.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.MotionPhotosAuto: ImageVector
get() {
if (_motionPhotosAuto != null) {
return _motionPhotosAuto!!
}
_motionPhotosAuto = materialIcon(name = "Rounded.MotionPhotosAuto") {
materialPath {
moveTo(4.0f, 9.0f)
lineTo(4.0f, 9.0f)
curveToRelative(0.26f, 0.26f, 0.34f, 0.63f, 0.25f, 0.98f)
curveToRelative(-0.35f, 1.36f, -0.36f, 2.87f, 0.1f, 4.38f)
curveToRelative(0.88f, 2.91f, 3.44f, 5.1f, 6.44f, 5.55f)
curveToRelative(5.52f, 0.81f, 10.19f, -4.06f, 9.03f, -9.62f)
curveToRelative(-0.65f, -3.13f, -3.23f, -5.61f, -6.37f, -6.16f)
curveToRelative(-1.21f, -0.21f, -2.38f, -0.15f, -3.46f, 0.13f)
curveTo(9.64f, 4.35f, 9.26f, 4.26f, 9.01f, 4.01f)
lineToRelative(0.0f, 0.0f)
curveTo(8.45f, 3.45f, 8.73f, 2.52f, 9.48f, 2.32f)
curveToRelative(1.47f, -0.38f, 3.06f, -0.44f, 4.7f, -0.09f)
curveToRelative(3.98f, 0.86f, 7.09f, 4.18f, 7.7f, 8.2f)
curveToRelative(1.04f, 6.81f, -4.82f, 12.58f, -11.64f, 11.42f)
curveTo(6.23f, 21.16f, 2.98f, 17.99f, 2.2f, 14.0f)
curveToRelative(-0.31f, -1.59f, -0.24f, -3.12f, 0.12f, -4.53f)
curveTo(2.52f, 8.72f, 3.45f, 8.45f, 4.0f, 9.0f)
close()
moveTo(7.0f, 5.5f)
curveTo(7.0f, 6.33f, 6.33f, 7.0f, 5.5f, 7.0f)
reflectiveCurveTo(4.0f, 6.33f, 4.0f, 5.5f)
reflectiveCurveTo(4.67f, 4.0f, 5.5f, 4.0f)
reflectiveCurveTo(7.0f, 4.67f, 7.0f, 5.5f)
close()
moveTo(12.03f, 8.99f)
horizontalLineToRelative(-0.07f)
lineToRelative(-1.16f, 3.31f)
horizontalLineToRelative(2.39f)
lineTo(12.03f, 8.99f)
close()
moveTo(12.0f, 18.0f)
curveToRelative(3.31f, 0.0f, 6.0f, -2.69f, 6.0f, -6.0f)
reflectiveCurveToRelative(-2.69f, -6.0f, -6.0f, -6.0f)
reflectiveCurveToRelative(-6.0f, 2.69f, -6.0f, 6.0f)
reflectiveCurveTo(8.69f, 18.0f, 12.0f, 18.0f)
close()
moveTo(8.61f, 14.63f)
lineToRelative(2.43f, -6.46f)
curveTo(11.19f, 7.77f, 11.57f, 7.5f, 12.0f, 7.5f)
reflectiveCurveToRelative(0.82f, 0.27f, 0.97f, 0.67f)
lineToRelative(2.43f, 6.46f)
curveToRelative(0.16f, 0.42f, -0.15f, 0.87f, -0.6f, 0.87f)
curveToRelative(-0.27f, 0.0f, -0.52f, -0.17f, -0.61f, -0.43f)
lineToRelative(-0.56f, -1.61f)
horizontalLineToRelative(-3.23f)
lineToRelative(-0.57f, 1.62f)
curveToRelative(-0.09f, 0.26f, -0.33f, 0.43f, -0.61f, 0.43f)
curveTo(8.76f, 15.5f, 8.45f, 15.05f, 8.61f, 14.63f)
close()
}
}
return _motionPhotosAuto!!
}
private var _motionPhotosAuto: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy