commonMain.androidx.compose.material.icons.twotone.EmojiObjects.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.EmojiObjects: ImageVector
get() {
if (_emojiObjects != null) {
return _emojiObjects!!
}
_emojiObjects = materialIcon(name = "TwoTone.EmojiObjects") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(10.0f, 18.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-4.0f)
close()
}
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(10.0f, 16.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-4.0f)
close()
}
materialPath {
moveTo(12.0f, 3.0f)
curveToRelative(-0.46f, 0.0f, -0.93f, 0.04f, -1.4f, 0.14f)
curveTo(7.84f, 3.67f, 5.64f, 5.9f, 5.12f, 8.66f)
curveToRelative(-0.48f, 2.61f, 0.48f, 5.01f, 2.22f, 6.56f)
curveTo(7.77f, 15.6f, 8.0f, 16.13f, 8.0f, 16.69f)
verticalLineTo(19.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(0.28f)
curveToRelative(0.35f, 0.6f, 0.98f, 1.0f, 1.72f, 1.0f)
reflectiveCurveToRelative(1.38f, -0.4f, 1.72f, -1.0f)
horizontalLineTo(14.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-2.31f)
curveToRelative(0.0f, -0.55f, 0.22f, -1.09f, 0.64f, -1.46f)
curveTo(18.09f, 13.95f, 19.0f, 12.08f, 19.0f, 10.0f)
curveTo(19.0f, 6.13f, 15.87f, 3.0f, 12.0f, 3.0f)
close()
moveTo(14.0f, 19.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-1.0f)
horizontalLineToRelative(4.0f)
verticalLineTo(19.0f)
close()
moveTo(14.0f, 17.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-1.0f)
horizontalLineToRelative(4.0f)
verticalLineTo(17.0f)
close()
moveTo(15.31f, 13.74f)
curveToRelative(-0.09f, 0.08f, -0.16f, 0.18f, -0.24f, 0.26f)
horizontalLineTo(8.92f)
curveToRelative(-0.08f, -0.09f, -0.15f, -0.19f, -0.24f, -0.27f)
curveToRelative(-1.32f, -1.18f, -1.91f, -2.94f, -1.59f, -4.7f)
curveToRelative(0.36f, -1.94f, 1.96f, -3.55f, 3.89f, -3.93f)
curveTo(11.32f, 5.03f, 11.66f, 5.0f, 12.0f, 5.0f)
curveToRelative(2.76f, 0.0f, 5.0f, 2.24f, 5.0f, 5.0f)
curveTo(17.0f, 11.43f, 16.39f, 12.79f, 15.31f, 13.74f)
close()
}
materialPath {
moveTo(11.5f, 11.0f)
horizontalLineToRelative(1.0f)
verticalLineToRelative(3.0f)
horizontalLineToRelative(-1.0f)
close()
}
materialPath {
moveTo(9.672f, 9.581f)
lineToRelative(0.707f, -0.707f)
lineToRelative(2.121f, 2.121f)
lineToRelative(-0.707f, 0.707f)
close()
}
materialPath {
moveTo(12.208f, 11.712f)
lineToRelative(-0.707f, -0.707f)
lineToRelative(2.121f, -2.121f)
lineToRelative(0.707f, 0.707f)
close()
}
}
return _emojiObjects!!
}
private var _emojiObjects: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy