commonMain.androidx.compose.material.icons.rounded.Vrpano.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.Vrpano: ImageVector
get() {
if (_vrpano != null) {
return _vrpano!!
}
_vrpano = materialIcon(name = "Rounded.Vrpano") {
materialPath {
moveTo(20.69f, 4.05f)
curveTo(18.66f, 4.73f, 15.86f, 5.5f, 12.0f, 5.5f)
curveToRelative(-3.89f, 0.0f, -6.95f, -0.84f, -8.69f, -1.43f)
curveTo(2.67f, 3.85f, 2.0f, 4.33f, 2.0f, 5.02f)
verticalLineTo(19.0f)
curveToRelative(0.0f, 0.68f, 0.66f, 1.17f, 1.31f, 0.95f)
curveTo(5.36f, 19.26f, 8.1f, 18.5f, 12.0f, 18.5f)
curveToRelative(3.87f, 0.0f, 6.66f, 0.76f, 8.69f, 1.45f)
curveTo(21.34f, 20.16f, 22.0f, 19.68f, 22.0f, 19.0f)
verticalLineTo(5.0f)
curveTo(22.0f, 4.32f, 21.34f, 3.84f, 20.69f, 4.05f)
close()
moveTo(17.28f, 15.26f)
curveTo(15.62f, 15.1f, 13.84f, 15.0f, 12.0f, 15.0f)
curveToRelative(-1.87f, 0.0f, -3.63f, 0.1f, -5.28f, 0.27f)
curveTo(6.27f, 15.31f, 6.0f, 14.79f, 6.29f, 14.45f)
lineToRelative(2.5f, -3.0f)
curveToRelative(0.2f, -0.24f, 0.57f, -0.24f, 0.77f, 0.0f)
lineToRelative(1.62f, 1.94f)
lineToRelative(2.44f, -2.93f)
curveToRelative(0.2f, -0.24f, 0.57f, -0.24f, 0.77f, 0.0f)
lineToRelative(3.32f, 3.99f)
curveTo(17.99f, 14.79f, 17.72f, 15.31f, 17.28f, 15.26f)
close()
}
}
return _vrpano!!
}
private var _vrpano: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy