All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.compose.icons.simpleicons._1001tracklists.kt Maven / Gradle / Ivy

The newest version!
package compose.icons.simpleicons

import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.graphics.vector.ImageVector.Builder
import androidx.compose.ui.graphics.vector.path
import androidx.compose.ui.unit.dp
import compose.icons.SimpleIcons

public val SimpleIcons._1001tracklists: ImageVector
    get() {
        if (__1001tracklists != null) {
            return __1001tracklists!!
        }
        __1001tracklists = Builder(name = "_1001tracklists", defaultWidth = 24.0.dp, defaultHeight =
                24.0.dp, viewportWidth = 24.0f, viewportHeight = 24.0f).apply {
            path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
                    strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
                    pathFillType = NonZero) {
                moveTo(9.422f, 10.723f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(3.807f)
                horizontalLineToRelative(2.458f)
                verticalLineToRelative(-4.048f)
                horizontalLineToRelative(2.94f)
                verticalLineToRelative(4.337f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(-1.349f)
                verticalLineToRelative(2.458f)
                horizontalLineToRelative(2.458f)
                verticalLineToRelative(-2.7f)
                horizontalLineToRelative(2.699f)
                verticalLineToRelative(-5.204f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(-1.35f)
                lineTo(9.422f, 9.373f)
                close()
                moveTo(10.772f, 22.675f)
                horizontalLineToRelative(2.457f)
                verticalLineToRelative(-2.458f)
                lineTo(10.77f, 20.217f)
                verticalLineToRelative(2.458f)
                close()
                moveTo(8.096f, 2.675f)
                lineTo(6.747f, 2.675f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(1.348f)
                lineTo(4.049f, 5.373f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(6.699f)
                lineTo(1.35f, 13.422f)
                verticalLineToRelative(1.35f)
                lineTo(0.0f, 14.772f)
                verticalLineToRelative(2.457f)
                horizontalLineToRelative(1.35f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(1.349f)
                verticalLineToRelative(1.349f)
                horizontalLineToRelative(2.458f)
                verticalLineToRelative(-7.856f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(-4.24f)
                horizontalLineToRelative(1.35f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(1.349f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(1.35f)
                lineTo(7.856f, 3.784f)
                horizontalLineToRelative(8.289f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(1.349f)
                verticalLineToRelative(1.349f)
                horizontalLineToRelative(1.35f)
                verticalLineToRelative(1.35f)
                horizontalLineToRelative(1.349f)
                verticalLineToRelative(4.24f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(7.856f)
                horizontalLineToRelative(2.458f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(1.35f)
                verticalLineToRelative(-1.35f)
                lineTo(24.0f, 17.229f)
                verticalLineToRelative(-2.457f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(-1.349f)
                lineTo(21.301f, 6.724f)
                horizontalLineToRelative(-1.35f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(-1.349f)
                lineTo(18.602f, 4.024f)
                horizontalLineToRelative(-1.349f)
                verticalLineToRelative(-1.35f)
                horizontalLineToRelative(-1.35f)
                lineTo(15.903f, 1.326f)
                lineTo(8.097f, 1.326f)
                verticalLineToRelative(1.35f)
                close()
            }
        }
        .build()
        return __1001tracklists!!
    }

private var __1001tracklists: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy