
commonMain.androidx.compose.material.icons.rounded.AutoGraph.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.AutoGraph: ImageVector
get() {
if (_autoGraph != null) {
return _autoGraph!!
}
_autoGraph = materialIcon(name = "Rounded.AutoGraph") {
materialPath {
moveTo(14.06f, 9.94f)
lineTo(13.0f, 9.45f)
curveToRelative(-0.39f, -0.18f, -0.39f, -0.73f, 0.0f, -0.91f)
lineToRelative(1.06f, -0.49f)
lineTo(14.55f, 7.0f)
curveToRelative(0.18f, -0.39f, 0.73f, -0.39f, 0.91f, 0.0f)
lineToRelative(0.49f, 1.06f)
lineTo(17.0f, 8.55f)
curveToRelative(0.39f, 0.18f, 0.39f, 0.73f, 0.0f, 0.91f)
lineToRelative(-1.06f, 0.49f)
lineTo(15.45f, 11.0f)
curveToRelative(-0.18f, 0.39f, -0.73f, 0.39f, -0.91f, 0.0f)
lineTo(14.06f, 9.94f)
close()
moveTo(4.45f, 13.0f)
lineToRelative(0.49f, -1.06f)
lineTo(6.0f, 11.45f)
curveToRelative(0.39f, -0.18f, 0.39f, -0.73f, 0.0f, -0.91f)
lineToRelative(-1.06f, -0.49f)
lineTo(4.45f, 9.0f)
curveTo(4.28f, 8.61f, 3.72f, 8.61f, 3.55f, 9.0f)
lineToRelative(-0.49f, 1.06f)
lineTo(2.0f, 10.55f)
curveToRelative(-0.39f, 0.18f, -0.39f, 0.73f, 0.0f, 0.91f)
lineToRelative(1.06f, 0.49f)
lineTo(3.55f, 13.0f)
curveTo(3.72f, 13.39f, 4.28f, 13.39f, 4.45f, 13.0f)
close()
moveTo(8.96f, 7.99f)
lineToRelative(0.63f, -1.4f)
lineToRelative(1.4f, -0.63f)
curveToRelative(0.39f, -0.18f, 0.39f, -0.73f, 0.0f, -0.91f)
lineToRelative(-1.4f, -0.63f)
lineToRelative(-0.63f, -1.4f)
curveToRelative(-0.18f, -0.39f, -0.73f, -0.39f, -0.91f, 0.0f)
lineToRelative(-0.63f, 1.4f)
lineToRelative(-1.4f, 0.63f)
curveToRelative(-0.39f, 0.18f, -0.39f, 0.73f, 0.0f, 0.91f)
lineToRelative(1.4f, 0.63f)
lineToRelative(0.63f, 1.4f)
curveTo(8.22f, 8.38f, 8.78f, 8.38f, 8.96f, 7.99f)
close()
moveTo(22.34f, 8.27f)
curveToRelative(-0.4f, -0.4f, -1.07f, -0.39f, -1.45f, 0.04f)
lineToRelative(-6.39f, 7.18f)
lineToRelative(-3.29f, -3.29f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(-6.04f, 6.05f)
curveToRelative(-0.41f, 0.41f, -0.41f, 1.09f, 0.0f, 1.5f)
curveToRelative(0.41f, 0.41f, 1.09f, 0.41f, 1.5f, 0.0f)
lineToRelative(5.25f, -5.26f)
lineToRelative(3.25f, 3.25f)
curveToRelative(0.41f, 0.41f, 1.07f, 0.39f, 1.45f, -0.04f)
lineToRelative(7.17f, -8.07f)
curveTo(22.73f, 9.24f, 22.71f, 8.64f, 22.34f, 8.27f)
close()
}
}
return _autoGraph!!
}
private var _autoGraph: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy