commonMain.androidx.compose.material.icons.rounded.AddReaction.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.rounded
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.Rounded.AddReaction: ImageVector
get() {
if (_addReaction != null) {
return _addReaction!!
}
_addReaction = materialIcon(name = "Rounded.AddReaction") {
materialPath {
moveTo(24.0f, 4.0f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
horizontalLineToRelative(-1.0f)
verticalLineToRelative(1.0f)
curveToRelative(0.0f, 0.55f, -0.45f, 1.0f, -1.0f, 1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
verticalLineTo(5.0f)
horizontalLineToRelative(-1.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
horizontalLineToRelative(1.0f)
verticalLineTo(2.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(1.0f)
curveTo(23.55f, 3.0f, 24.0f, 3.45f, 24.0f, 4.0f)
close()
moveTo(21.52f, 8.95f)
curveTo(21.83f, 9.91f, 22.0f, 10.94f, 22.0f, 12.0f)
curveToRelative(0.0f, 5.52f, -4.48f, 10.0f, -10.0f, 10.0f)
reflectiveCurveTo(2.0f, 17.52f, 2.0f, 12.0f)
curveTo(2.0f, 6.48f, 6.48f, 2.0f, 12.0f, 2.0f)
curveToRelative(1.5f, 0.0f, 2.92f, 0.34f, 4.2f, 0.94f)
curveTo(16.08f, 3.27f, 16.0f, 3.62f, 16.0f, 4.0f)
curveToRelative(0.0f, 1.35f, 0.9f, 2.5f, 2.13f, 2.87f)
curveTo(18.5f, 8.1f, 19.65f, 9.0f, 21.0f, 9.0f)
curveTo(21.18f, 9.0f, 21.35f, 8.98f, 21.52f, 8.95f)
close()
moveTo(7.0f, 9.5f)
curveTo(7.0f, 10.33f, 7.67f, 11.0f, 8.5f, 11.0f)
reflectiveCurveTo(10.0f, 10.33f, 10.0f, 9.5f)
reflectiveCurveTo(9.33f, 8.0f, 8.5f, 8.0f)
reflectiveCurveTo(7.0f, 8.67f, 7.0f, 9.5f)
close()
moveTo(16.31f, 14.0f)
horizontalLineTo(7.69f)
curveToRelative(-0.38f, 0.0f, -0.63f, 0.42f, -0.44f, 0.75f)
curveTo(8.2f, 16.39f, 9.97f, 17.5f, 12.0f, 17.5f)
reflectiveCurveToRelative(3.8f, -1.11f, 4.75f, -2.75f)
curveTo(16.94f, 14.42f, 16.7f, 14.0f, 16.31f, 14.0f)
close()
moveTo(17.0f, 9.5f)
curveTo(17.0f, 8.67f, 16.33f, 8.0f, 15.5f, 8.0f)
reflectiveCurveTo(14.0f, 8.67f, 14.0f, 9.5f)
reflectiveCurveToRelative(0.67f, 1.5f, 1.5f, 1.5f)
reflectiveCurveTo(17.0f, 10.33f, 17.0f, 9.5f)
close()
}
}
return _addReaction!!
}
private var _addReaction: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy