commonMain.androidx.compose.material.icons.outlined.EmojiEvents.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.outlined
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.Outlined.EmojiEvents: ImageVector
get() {
if (_emojiEvents != null) {
return _emojiEvents!!
}
_emojiEvents = materialIcon(name = "Outlined.EmojiEvents") {
materialPath {
moveTo(19.0f, 5.0f)
horizontalLineToRelative(-2.0f)
verticalLineTo(3.0f)
horizontalLineTo(7.0f)
verticalLineToRelative(2.0f)
horizontalLineTo(5.0f)
curveTo(3.9f, 5.0f, 3.0f, 5.9f, 3.0f, 7.0f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 2.55f, 1.92f, 4.63f, 4.39f, 4.94f)
curveToRelative(0.63f, 1.5f, 1.98f, 2.63f, 3.61f, 2.96f)
verticalLineTo(19.0f)
horizontalLineTo(7.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(10.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-3.1f)
curveToRelative(1.63f, -0.33f, 2.98f, -1.46f, 3.61f, -2.96f)
curveTo(19.08f, 12.63f, 21.0f, 10.55f, 21.0f, 8.0f)
verticalLineTo(7.0f)
curveTo(21.0f, 5.9f, 20.1f, 5.0f, 19.0f, 5.0f)
close()
moveTo(5.0f, 8.0f)
verticalLineTo(7.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(3.82f)
curveTo(5.84f, 10.4f, 5.0f, 9.3f, 5.0f, 8.0f)
close()
moveTo(12.0f, 14.0f)
curveToRelative(-1.65f, 0.0f, -3.0f, -1.35f, -3.0f, -3.0f)
verticalLineTo(5.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(6.0f)
curveTo(15.0f, 12.65f, 13.65f, 14.0f, 12.0f, 14.0f)
close()
moveTo(19.0f, 8.0f)
curveToRelative(0.0f, 1.3f, -0.84f, 2.4f, -2.0f, 2.82f)
verticalLineTo(7.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(8.0f)
close()
}
}
return _emojiEvents!!
}
private var _emojiEvents: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy