commonMain.androidx.compose.material.icons.twotone.SpeakerGroup.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.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.SpeakerGroup: ImageVector
get() {
if (_speakerGroup != null) {
return _speakerGroup!!
}
_speakerGroup = materialIcon(name = "TwoTone.SpeakerGroup") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(10.0f, 16.99f)
lineToRelative(8.0f, 0.01f)
lineTo(18.0f, 3.0f)
horizontalLineToRelative(-8.0f)
verticalLineToRelative(13.99f)
close()
moveTo(14.0f, 4.0f)
curveToRelative(1.1f, 0.0f, 2.0f, 0.89f, 2.0f, 2.0f)
reflectiveCurveToRelative(-0.9f, 2.0f, -2.0f, 2.0f)
reflectiveCurveToRelative(-2.0f, -0.89f, -2.0f, -2.0f)
reflectiveCurveToRelative(0.9f, -2.0f, 2.0f, -2.0f)
close()
moveTo(14.0f, 9.0f)
curveToRelative(1.93f, 0.0f, 3.5f, 1.57f, 3.5f, 3.5f)
reflectiveCurveTo(15.93f, 16.0f, 14.0f, 16.0f)
reflectiveCurveToRelative(-3.5f, -1.57f, -3.5f, -3.5f)
reflectiveCurveTo(12.07f, 9.0f, 14.0f, 9.0f)
close()
}
materialPath {
moveTo(18.2f, 1.0f)
lineTo(9.8f, 1.0f)
curveTo(8.81f, 1.0f, 8.0f, 1.81f, 8.0f, 2.8f)
verticalLineToRelative(14.4f)
curveToRelative(0.0f, 0.99f, 0.81f, 1.79f, 1.8f, 1.79f)
lineToRelative(8.4f, 0.01f)
curveToRelative(0.99f, 0.0f, 1.8f, -0.81f, 1.8f, -1.8f)
lineTo(20.0f, 2.8f)
curveToRelative(0.0f, -0.99f, -0.81f, -1.8f, -1.8f, -1.8f)
close()
moveTo(18.0f, 17.0f)
lineToRelative(-8.0f, -0.01f)
lineTo(10.0f, 3.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(14.0f)
close()
moveTo(14.0f, 8.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.89f, 2.0f, -2.0f)
reflectiveCurveToRelative(-0.9f, -2.0f, -2.0f, -2.0f)
reflectiveCurveToRelative(-2.0f, 0.89f, -2.0f, 2.0f)
reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
close()
moveTo(14.0f, 16.0f)
curveToRelative(1.93f, 0.0f, 3.5f, -1.57f, 3.5f, -3.5f)
reflectiveCurveTo(15.93f, 9.0f, 14.0f, 9.0f)
reflectiveCurveToRelative(-3.5f, 1.57f, -3.5f, 3.5f)
reflectiveCurveTo(12.07f, 16.0f, 14.0f, 16.0f)
close()
moveTo(14.0f, 11.0f)
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveTo(14.83f, 14.0f, 14.0f, 14.0f)
reflectiveCurveToRelative(-1.5f, -0.67f, -1.5f, -1.5f)
reflectiveCurveToRelative(0.67f, -1.5f, 1.5f, -1.5f)
close()
moveTo(6.0f, 5.0f)
lineTo(4.0f, 5.0f)
verticalLineToRelative(16.0f)
curveToRelative(0.0f, 1.1f, 0.89f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(10.0f)
verticalLineToRelative(-2.0f)
lineTo(6.0f, 21.0f)
lineTo(6.0f, 5.0f)
close()
}
}
return _speakerGroup!!
}
private var _speakerGroup: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy