commonMain.androidx.compose.material.icons.filled.BroadcastOnHome.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.filled
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.Filled.BroadcastOnHome: ImageVector
get() {
if (_broadcastOnHome != null) {
return _broadcastOnHome!!
}
_broadcastOnHome = materialIcon(name = "Filled.BroadcastOnHome") {
materialPath {
moveTo(22.0f, 6.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
horizontalLineTo(4.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(16.0f)
verticalLineToRelative(2.59f)
curveToRelative(0.73f, 0.29f, 1.4f, 0.69f, 2.0f, 1.17f)
verticalLineTo(6.0f)
close()
}
materialPath {
moveTo(8.0f, 9.0f)
horizontalLineTo(3.0f)
curveToRelative(-0.5f, 0.0f, -1.0f, 0.5f, -1.0f, 1.0f)
verticalLineToRelative(9.0f)
curveToRelative(0.0f, 0.5f, 0.5f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(5.0f)
curveToRelative(0.5f, 0.0f, 1.0f, -0.5f, 1.0f, -1.0f)
verticalLineToRelative(-9.0f)
curveTo(9.0f, 9.5f, 8.5f, 9.0f, 8.0f, 9.0f)
close()
moveTo(7.0f, 18.0f)
horizontalLineTo(4.0f)
verticalLineToRelative(-7.0f)
horizontalLineToRelative(3.0f)
verticalLineTo(18.0f)
close()
}
materialPath {
moveTo(17.75f, 16.97f)
curveToRelative(0.3f, -0.23f, 0.5f, -0.57f, 0.5f, -0.97f)
curveToRelative(0.0f, -0.69f, -0.56f, -1.25f, -1.25f, -1.25f)
reflectiveCurveToRelative(-1.25f, 0.56f, -1.25f, 1.25f)
curveToRelative(0.0f, 0.4f, 0.2f, 0.75f, 0.5f, 0.97f)
verticalLineTo(22.0f)
horizontalLineToRelative(1.5f)
verticalLineTo(16.97f)
close()
}
materialPath {
moveTo(17.0f, 13.5f)
curveToRelative(1.38f, 0.0f, 2.5f, 1.12f, 2.5f, 2.5f)
curveToRelative(0.0f, 0.69f, -0.28f, 1.31f, -0.73f, 1.76f)
lineToRelative(1.06f, 1.06f)
curveTo(20.55f, 18.1f, 21.0f, 17.1f, 21.0f, 16.0f)
curveToRelative(0.0f, -2.21f, -1.79f, -4.0f, -4.0f, -4.0f)
curveToRelative(-2.21f, 0.0f, -4.0f, 1.79f, -4.0f, 4.0f)
curveToRelative(0.0f, 1.1f, 0.45f, 2.1f, 1.17f, 2.83f)
lineToRelative(1.06f, -1.06f)
curveToRelative(-0.45f, -0.45f, -0.73f, -1.08f, -0.73f, -1.77f)
curveTo(14.5f, 14.62f, 15.62f, 13.5f, 17.0f, 13.5f)
close()
}
materialPath {
moveTo(17.0f, 9.5f)
curveToRelative(-3.59f, 0.0f, -6.5f, 2.91f, -6.5f, 6.5f)
curveToRelative(0.0f, 1.79f, 0.73f, 3.42f, 1.9f, 4.6f)
lineToRelative(1.06f, -1.06f)
curveTo(12.56f, 18.63f, 12.0f, 17.38f, 12.0f, 16.0f)
curveToRelative(0.0f, -2.76f, 2.24f, -5.0f, 5.0f, -5.0f)
reflectiveCurveToRelative(5.0f, 2.24f, 5.0f, 5.0f)
curveToRelative(0.0f, 1.37f, -0.56f, 2.62f, -1.46f, 3.52f)
lineToRelative(1.07f, 1.06f)
curveToRelative(1.17f, -1.18f, 1.89f, -2.8f, 1.89f, -4.58f)
curveTo(23.5f, 12.41f, 20.59f, 9.5f, 17.0f, 9.5f)
close()
}
}
return _broadcastOnHome!!
}
private var _broadcastOnHome: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy