commonMain.androidx.compose.material.icons.twotone.Vrpano.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.
The newest version!
/*
* 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.Vrpano: ImageVector
get() {
if (_vrpano != null) {
return _vrpano!!
}
_vrpano = materialIcon(name = "TwoTone.Vrpano") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(4.0f, 6.38f)
verticalLineToRelative(11.25f)
curveToRelative(2.01f, -0.59f, 4.61f, -1.13f, 8.0f, -1.13f)
curveToRelative(3.38f, 0.0f, 5.99f, 0.54f, 8.0f, 1.13f)
verticalLineTo(6.37f)
curveToRelative(-2.01f, 0.59f, -4.62f, 1.13f, -8.0f, 1.13f)
curveTo(9.32f, 7.5f, 6.58f, 7.11f, 4.0f, 6.38f)
close()
moveTo(18.51f, 15.4f)
curveTo(16.52f, 15.15f, 14.3f, 15.0f, 12.0f, 15.0f)
curveToRelative(-2.34f, 0.0f, -4.52f, 0.15f, -6.52f, 0.41f)
lineToRelative(3.69f, -4.42f)
lineToRelative(2.0f, 2.4f)
lineTo(14.0f, 10.0f)
lineTo(18.51f, 15.4f)
close()
}
materialPath {
moveTo(21.01f, 4.0f)
curveTo(20.45f, 4.0f, 17.4f, 5.5f, 12.0f, 5.5f)
curveToRelative(-5.31f, 0.0f, -8.49f, -1.49f, -9.01f, -1.49f)
curveTo(2.46f, 4.01f, 2.0f, 4.45f, 2.0f, 5.02f)
verticalLineTo(19.0f)
curveToRelative(0.0f, 0.57f, 0.46f, 1.0f, 0.99f, 1.0f)
curveToRelative(0.57f, 0.0f, 3.55f, -1.5f, 9.01f, -1.5f)
curveToRelative(5.42f, 0.0f, 8.44f, 1.5f, 9.01f, 1.5f)
curveToRelative(0.53f, 0.0f, 0.99f, -0.43f, 0.99f, -1.0f)
verticalLineTo(5.0f)
curveTo(22.0f, 4.43f, 21.54f, 4.0f, 21.01f, 4.0f)
close()
moveTo(20.0f, 17.63f)
curveToRelative(-2.01f, -0.59f, -4.62f, -1.13f, -8.0f, -1.13f)
curveToRelative(-3.39f, 0.0f, -5.99f, 0.54f, -8.0f, 1.13f)
verticalLineTo(6.38f)
curveTo(6.58f, 7.11f, 9.32f, 7.5f, 12.0f, 7.5f)
curveToRelative(3.38f, 0.0f, 5.99f, -0.54f, 8.0f, -1.13f)
verticalLineTo(17.63f)
close()
}
materialPath {
moveTo(9.17f, 10.99f)
lineToRelative(-3.69f, 4.42f)
curveTo(7.48f, 15.15f, 9.66f, 15.0f, 12.0f, 15.0f)
curveToRelative(2.3f, 0.0f, 4.52f, 0.15f, 6.51f, 0.4f)
lineTo(14.0f, 10.0f)
lineToRelative(-2.83f, 3.39f)
lineTo(9.17f, 10.99f)
close()
}
}
return _vrpano!!
}
private var _vrpano: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy