commonMain.androidx.compose.material.icons.rounded.BluetoothAudio.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.BluetoothAudio: ImageVector
get() {
if (_bluetoothAudio != null) {
return _bluetoothAudio!!
}
_bluetoothAudio = materialIcon(name = "Rounded.BluetoothAudio") {
materialPath {
moveTo(15.98f, 10.28f)
lineToRelative(-1.38f, 1.38f)
curveToRelative(-0.2f, 0.2f, -0.2f, 0.51f, 0.0f, 0.71f)
lineToRelative(1.38f, 1.38f)
curveToRelative(0.28f, 0.28f, 0.75f, 0.15f, 0.85f, -0.23f)
curveToRelative(0.11f, -0.5f, 0.17f, -1.0f, 0.17f, -1.52f)
curveToRelative(0.0f, -0.51f, -0.06f, -1.01f, -0.18f, -1.48f)
curveToRelative(-0.09f, -0.38f, -0.56f, -0.52f, -0.84f, -0.24f)
close()
moveTo(20.1f, 7.78f)
curveToRelative(-0.25f, -0.55f, -0.98f, -0.67f, -1.4f, -0.24f)
curveToRelative(-0.26f, 0.26f, -0.31f, 0.64f, -0.17f, 0.98f)
curveToRelative(0.46f, 1.07f, 0.72f, 2.24f, 0.72f, 3.47f)
curveToRelative(0.0f, 1.24f, -0.26f, 2.42f, -0.73f, 3.49f)
curveToRelative(-0.14f, 0.32f, -0.09f, 0.69f, 0.16f, 0.94f)
curveToRelative(0.41f, 0.41f, 1.1f, 0.29f, 1.35f, -0.23f)
curveToRelative(0.63f, -1.3f, 0.98f, -2.76f, 0.98f, -4.3f)
curveToRelative(-0.01f, -1.45f, -0.33f, -2.85f, -0.91f, -4.11f)
close()
moveTo(11.39f, 12.0f)
lineToRelative(3.59f, -3.58f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.42f)
lineToRelative(-4.29f, -4.29f)
curveToRelative(-0.63f, -0.63f, -1.71f, -0.18f, -1.71f, 0.71f)
lineTo(8.98f, 9.6f)
lineTo(5.09f, 5.7f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineTo(8.57f, 12.0f)
lineToRelative(-4.89f, 4.89f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(3.89f, -3.89f)
verticalLineToRelative(6.18f)
curveToRelative(0.0f, 0.89f, 1.08f, 1.34f, 1.71f, 0.71f)
lineToRelative(4.3f, -4.3f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.42f)
lineTo(11.39f, 12.0f)
close()
moveTo(10.98f, 5.83f)
lineToRelative(1.88f, 1.88f)
lineToRelative(-1.88f, 1.88f)
lineTo(10.98f, 5.83f)
close()
moveTo(10.98f, 18.17f)
verticalLineToRelative(-3.76f)
lineToRelative(1.88f, 1.88f)
lineToRelative(-1.88f, 1.88f)
close()
}
}
return _bluetoothAudio!!
}
private var _bluetoothAudio: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy