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

commonMain.compose.icons.simpleicons.Docker.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.Docker: ImageVector
    get() {
        if (_docker != null) {
            return _docker!!
        }
        _docker = Builder(name = "Docker", 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(13.983f, 11.078f)
                horizontalLineToRelative(2.119f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, 0.186f, -0.185f)
                verticalLineTo(9.006f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, -0.186f)
                horizontalLineToRelative(-2.119f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, 0.185f)
                verticalLineToRelative(1.888f)
                curveToRelative(0.0f, 0.102f, 0.083f, 0.185f, 0.185f, 0.185f)
                moveToRelative(-2.954f, -5.43f)
                horizontalLineToRelative(2.118f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, 0.186f, -0.186f)
                verticalLineTo(3.574f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, -0.185f)
                horizontalLineToRelative(-2.118f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, 0.185f)
                verticalLineToRelative(1.888f)
                curveToRelative(0.0f, 0.102f, 0.082f, 0.185f, 0.185f, 0.185f)
                moveToRelative(0.0f, 2.716f)
                horizontalLineToRelative(2.118f)
                arcToRelative(0.187f, 0.187f, 0.0f, false, false, 0.186f, -0.186f)
                verticalLineTo(6.29f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, -0.185f)
                horizontalLineToRelative(-2.118f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, 0.185f)
                verticalLineToRelative(1.887f)
                curveToRelative(0.0f, 0.102f, 0.082f, 0.185f, 0.185f, 0.186f)
                moveToRelative(-2.93f, 0.0f)
                horizontalLineToRelative(2.12f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, 0.184f, -0.186f)
                verticalLineTo(6.29f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, -0.185f)
                horizontalLineTo(8.1f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, 0.185f)
                verticalLineToRelative(1.887f)
                curveToRelative(0.0f, 0.102f, 0.083f, 0.185f, 0.185f, 0.186f)
                moveToRelative(-2.964f, 0.0f)
                horizontalLineToRelative(2.119f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, 0.185f, -0.186f)
                verticalLineTo(6.29f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, -0.185f)
                horizontalLineTo(5.136f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, 0.185f)
                verticalLineToRelative(1.887f)
                curveToRelative(0.0f, 0.102f, 0.084f, 0.185f, 0.186f, 0.186f)
                moveToRelative(5.893f, 2.715f)
                horizontalLineToRelative(2.118f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, 0.186f, -0.185f)
                verticalLineTo(9.006f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, -0.186f)
                horizontalLineToRelative(-2.118f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.185f, 0.185f)
                verticalLineToRelative(1.888f)
                curveToRelative(0.0f, 0.102f, 0.082f, 0.185f, 0.185f, 0.185f)
                moveToRelative(-2.93f, 0.0f)
                horizontalLineToRelative(2.12f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, 0.184f, -0.185f)
                verticalLineTo(9.006f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.184f, -0.186f)
                horizontalLineToRelative(-2.12f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.184f, 0.185f)
                verticalLineToRelative(1.888f)
                curveToRelative(0.0f, 0.102f, 0.083f, 0.185f, 0.185f, 0.185f)
                moveToRelative(-2.964f, 0.0f)
                horizontalLineToRelative(2.119f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, 0.185f, -0.185f)
                verticalLineTo(9.006f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.184f, -0.186f)
                horizontalLineToRelative(-2.12f)
                arcToRelative(0.186f, 0.186f, 0.0f, false, false, -0.186f, 0.186f)
                verticalLineToRelative(1.887f)
                curveToRelative(0.0f, 0.102f, 0.084f, 0.185f, 0.186f, 0.185f)
                moveToRelative(-2.92f, 0.0f)
                horizontalLineToRelative(2.12f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, 0.184f, -0.185f)
                verticalLineTo(9.006f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.184f, -0.186f)
                horizontalLineToRelative(-2.12f)
                arcToRelative(0.185f, 0.185f, 0.0f, false, false, -0.184f, 0.185f)
                verticalLineToRelative(1.888f)
                curveToRelative(0.0f, 0.102f, 0.082f, 0.185f, 0.185f, 0.185f)
                moveTo(23.763f, 9.89f)
                curveToRelative(-0.065f, -0.051f, -0.672f, -0.51f, -1.954f, -0.51f)
                curveToRelative(-0.338f, 0.001f, -0.676f, 0.03f, -1.01f, 0.087f)
                curveToRelative(-0.248f, -1.7f, -1.653f, -2.53f, -1.716f, -2.566f)
                lineToRelative(-0.344f, -0.199f)
                lineToRelative(-0.226f, 0.327f)
                curveToRelative(-0.284f, 0.438f, -0.49f, 0.922f, -0.612f, 1.43f)
                curveToRelative(-0.23f, 0.97f, -0.09f, 1.882f, 0.403f, 2.661f)
                curveToRelative(-0.595f, 0.332f, -1.55f, 0.413f, -1.744f, 0.42f)
                horizontalLineTo(0.751f)
                arcToRelative(0.751f, 0.751f, 0.0f, false, false, -0.75f, 0.748f)
                arcToRelative(11.376f, 11.376f, 0.0f, false, false, 0.692f, 4.062f)
                curveToRelative(0.545f, 1.428f, 1.355f, 2.48f, 2.41f, 3.124f)
                curveToRelative(1.18f, 0.723f, 3.1f, 1.137f, 5.275f, 1.137f)
                curveToRelative(0.983f, 0.003f, 1.963f, -0.086f, 2.93f, -0.266f)
                arcToRelative(12.248f, 12.248f, 0.0f, false, false, 3.823f, -1.389f)
                curveToRelative(0.98f, -0.567f, 1.86f, -1.288f, 2.61f, -2.136f)
                curveToRelative(1.252f, -1.418f, 1.998f, -2.997f, 2.553f, -4.4f)
                horizontalLineToRelative(0.221f)
                curveToRelative(1.372f, 0.0f, 2.215f, -0.549f, 2.68f, -1.009f)
                curveToRelative(0.309f, -0.293f, 0.55f, -0.65f, 0.707f, -1.046f)
                lineToRelative(0.098f, -0.288f)
                close()
            }
        }
        .build()
        return _docker!!
    }

private var _docker: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy