
commonMain.androidx.compose.material.icons.rounded.QueueMusic.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.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
import kotlin.Deprecated
@Deprecated(
"Use the AutoMirrored version at Icons.AutoMirrored.Rounded.QueueMusic",
ReplaceWith( "Icons.AutoMirrored.Rounded.QueueMusic",
"androidx.compose.material.icons.automirrored.rounded.QueueMusic"),
)
public val Icons.Rounded.QueueMusic: ImageVector
get() {
if (_queueMusic != null) {
return _queueMusic!!
}
_queueMusic = materialIcon(name = "Rounded.QueueMusic") {
materialPath {
moveTo(14.0f, 6.0f)
lineTo(4.0f, 6.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(10.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
close()
moveTo(14.0f, 10.0f)
lineTo(4.0f, 10.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
horizontalLineToRelative(10.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
close()
moveTo(4.0f, 16.0f)
horizontalLineToRelative(6.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
lineTo(4.0f, 14.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
reflectiveCurveToRelative(0.45f, 1.0f, 1.0f, 1.0f)
close()
moveTo(19.0f, 6.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, 0.9f, -2.0f, 2.0f)
verticalLineToRelative(6.18f)
curveToRelative(-0.31f, -0.11f, -0.65f, -0.18f, -1.0f, -0.18f)
curveToRelative(-1.84f, 0.0f, -3.28f, 1.64f, -2.95f, 3.54f)
curveToRelative(0.21f, 1.21f, 1.2f, 2.2f, 2.41f, 2.41f)
curveToRelative(1.9f, 0.33f, 3.54f, -1.11f, 3.54f, -2.95f)
lineTo(19.0f, 8.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
reflectiveCurveToRelative(-0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(-2.0f)
close()
}
}
return _queueMusic!!
}
private var _queueMusic: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy