commonMain.androidx.compose.material.icons.filled.PanoramaPhotosphere.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.filled
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.Filled.PanoramaPhotosphere: ImageVector
get() {
if (_panoramaPhotosphere != null) {
return _panoramaPhotosphere!!
}
_panoramaPhotosphere = materialIcon(name = "Filled.PanoramaPhotosphere") {
materialPath {
moveTo(21.4f, 11.32f)
verticalLineToRelative(2.93f)
curveToRelative(-0.1f, 0.05f, -2.17f, 0.85f, -3.33f, 1.17f)
curveToRelative(-0.94f, 0.26f, -3.84f, 0.73f, -6.07f, 0.73f)
curveToRelative(-3.7f, 0.0f, -7.0f, -0.7f, -9.16f, -1.8f)
curveToRelative(-0.08f, -0.04f, -0.16f, -0.06f, -0.24f, -0.1f)
lineTo(2.6f, 9.76f)
curveToRelative(6.02f, -2.84f, 12.6f, -2.92f, 18.8f, 0.0f)
verticalLineToRelative(1.56f)
close()
moveTo(12.01f, 20.2f)
curveToRelative(-2.5f, 0.0f, -4.87f, -1.15f, -6.41f, -3.12f)
curveToRelative(4.19f, 1.22f, 8.57f, 1.23f, 12.82f, -0.01f)
curveToRelative(-1.54f, 1.97f, -3.9f, 3.13f, -6.41f, 3.13f)
close()
moveTo(12.0f, 3.8f)
curveToRelative(2.6f, 0.0f, 4.91f, 1.23f, 6.41f, 3.12f)
curveToRelative(-4.1f, -1.19f, -8.48f, -1.26f, -12.83f, 0.01f)
curveTo(7.08f, 5.03f, 9.4f, 3.8f, 12.0f, 3.8f)
close()
moveTo(22.49f, 8.51f)
curveToRelative(-0.47f, -0.23f, -0.93f, -0.44f, -1.4f, -0.64f)
curveTo(19.52f, 4.41f, 16.05f, 2.0f, 12.0f, 2.0f)
reflectiveCurveTo(4.47f, 4.41f, 2.9f, 7.88f)
curveToRelative(-0.47f, 0.2f, -0.93f, 0.41f, -1.4f, 0.63f)
curveToRelative(-0.31f, 0.15f, -0.5f, 0.48f, -0.5f, 0.83f)
verticalLineToRelative(5.32f)
curveToRelative(0.0f, 0.35f, 0.19f, 0.68f, 0.51f, 0.83f)
curveToRelative(0.47f, 0.23f, 0.93f, 0.44f, 1.39f, 0.64f)
curveToRelative(3.55f, 7.83f, 14.65f, 7.82f, 18.2f, 0.0f)
curveToRelative(0.47f, -0.2f, 0.93f, -0.41f, 1.39f, -0.63f)
curveToRelative(0.31f, -0.17f, 0.51f, -0.49f, 0.51f, -0.84f)
lineTo(23.0f, 9.34f)
curveToRelative(0.0f, -0.35f, -0.19f, -0.68f, -0.51f, -0.83f)
close()
}
}
return _panoramaPhotosphere!!
}
private var _panoramaPhotosphere: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy