commonMain.androidx.compose.material.icons.sharp.TheaterComedy.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.sharp
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.Sharp.TheaterComedy: ImageVector
get() {
if (_theaterComedy != null) {
return _theaterComedy!!
}
_theaterComedy = materialIcon(name = "Sharp.TheaterComedy") {
materialPath {
moveTo(11.0f, 2.0f)
verticalLineToRelative(5.5f)
horizontalLineToRelative(3.5f)
verticalLineToRelative(3.31f)
curveTo(14.55f, 9.8f, 15.64f, 9.0f, 16.99f, 9.0f)
curveToRelative(1.38f, 0.0f, 2.5f, 0.84f, 2.5f, 1.88f)
horizontalLineTo(14.5f)
verticalLineToRelative(3.56f)
curveTo(15.26f, 14.8f, 16.11f, 15.0f, 17.0f, 15.0f)
curveToRelative(3.31f, 0.0f, 6.0f, -2.69f, 6.0f, -6.0f)
verticalLineTo(2.0f)
horizontalLineTo(11.0f)
close()
moveTo(15.0f, 7.5f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveTo(15.55f, 7.5f, 15.0f, 7.5f)
close()
moveTo(19.0f, 7.5f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveTo(19.55f, 7.5f, 19.0f, 7.5f)
close()
}
materialPath {
moveTo(1.0f, 16.0f)
curveToRelative(0.0f, 3.31f, 2.69f, 6.0f, 6.0f, 6.0f)
reflectiveCurveToRelative(6.0f, -2.69f, 6.0f, -6.0f)
verticalLineTo(9.0f)
horizontalLineTo(1.0f)
verticalLineTo(16.0f)
close()
moveTo(7.0f, 17.88f)
curveToRelative(-1.38f, 0.0f, -2.5f, -0.84f, -2.5f, -1.88f)
horizontalLineToRelative(5.0f)
curveTo(9.5f, 17.04f, 8.38f, 17.88f, 7.0f, 17.88f)
close()
moveTo(9.0f, 12.5f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveToRelative(-0.45f, 1.0f, -1.0f, 1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveTo(8.45f, 12.5f, 9.0f, 12.5f)
close()
moveTo(5.0f, 12.5f)
curveToRelative(0.55f, 0.0f, 1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveToRelative(-0.45f, 1.0f, -1.0f, 1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveTo(4.45f, 12.5f, 5.0f, 12.5f)
close()
}
}
return _theaterComedy!!
}
private var _theaterComedy: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy