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

commonMain.compose.icons.simpleicons.Eclipsemosquitto.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.Eclipsemosquitto: ImageVector
    get() {
        if (_eclipsemosquitto != null) {
            return _eclipsemosquitto!!
        }
        _eclipsemosquitto = Builder(name = "Eclipsemosquitto", 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(1.353f, 11.424f)
                curveToRelative(0.0f, 2.637f, 0.964f, 5.105f, 2.636f, 7.013f)
                lineToRelative(-1.007f, 0.903f)
                arcTo(11.968f, 11.968f, 0.0f, false, true, 0.0f, 11.424f)
                curveTo(0.0f, 8.065f, 1.38f, 5.029f, 3.604f, 2.85f)
                lineToRelative(0.05f, 0.045f)
                lineTo(6.637f, 5.57f)
                arcToRelative(7.942f, 7.942f, 0.0f, false, false, -1.433f, 9.963f)
                lineToRelative(1.03f, -0.923f)
                arcToRelative(6.59f, 6.59f, 0.0f, false, true, 1.416f, -8.132f)
                lineToRelative(1.02f, 0.915f)
                lineToRelative(0.909f, 0.814f)
                lineToRelative(0.941f, 0.844f)
                arcToRelative(2.778f, 2.778f, 0.0f, false, false, -1.311f, 2.367f)
                curveToRelative(0.0f, 1.23f, 0.795f, 2.273f, 1.899f, 2.646f)
                lineToRelative(0.095f, 1.297f)
                arcToRelative(4.024f, 4.024f, 0.0f, false, true, -2.483f, -6.27f)
                lineToRelative(-0.9f, -0.809f)
                lineToRelative(-0.004f, -0.003f)
                arcToRelative(5.233f, 5.233f, 0.0f, false, false, 0.205f, 6.546f)
                lineToRelative(-3.023f, 2.71f)
                arcToRelative(9.291f, 9.291f, 0.0f, false, true, -0.21f, -11.97f)
                lineTo(3.777f, 4.66f)
                arcToRelative(10.599f, 10.599f, 0.0f, false, false, -2.407f, 6.14f)
                lineToRelative(-0.006f, 0.008f)
                lineToRelative(0.005f, 0.004f)
                curveToRelative(-0.011f, 0.203f, -0.017f, 0.406f, -0.017f, 0.612f)
                close()
                moveTo(12.893f, 14.063f)
                arcToRelative(2.793f, 2.793f, 0.0f, false, false, 0.588f, -5.013f)
                lineToRelative(0.941f, -0.844f)
                lineToRelative(0.908f, -0.814f)
                lineToRelative(1.021f, -0.915f)
                arcToRelative(6.59f, 6.59f, 0.0f, false, true, 1.417f, 8.132f)
                lineToRelative(1.029f, 0.923f)
                arcToRelative(7.942f, 7.942f, 0.0f, false, false, -1.433f, -9.963f)
                lineToRelative(2.981f, -2.673f)
                lineToRelative(0.05f, -0.045f)
                arcTo(11.964f, 11.964f, 0.0f, false, true, 24.0f, 11.424f)
                curveToRelative(0.0f, 2.98f, -1.095f, 5.769f, -2.982f, 7.916f)
                lineToRelative(-1.007f, -0.903f)
                arcToRelative(10.61f, 10.61f, 0.0f, false, false, 2.619f, -7.625f)
                lineToRelative(0.005f, -0.004f)
                lineToRelative(-0.006f, -0.007f)
                arcToRelative(10.598f, 10.598f, 0.0f, false, false, -2.407f, -6.141f)
                lineToRelative(-1.008f, 0.904f)
                arcToRelative(9.291f, 9.291f, 0.0f, false, true, -0.211f, 11.97f)
                lineToRelative(-3.023f, -2.71f)
                arcToRelative(5.233f, 5.233f, 0.0f, false, false, 0.205f, -6.546f)
                lineToRelative(-0.004f, 0.003f)
                lineToRelative(-0.9f, 0.808f)
                arcToRelative(4.024f, 4.024f, 0.0f, false, true, -2.482f, 6.27f)
                close()
                moveTo(12.0f, 21.149f)
                lineToRelative(0.335f, -4.571f)
                lineToRelative(0.271f, -3.712f)
                arcToRelative(1.56f, 1.56f, 0.0f, true, false, -1.212f, 0.0f)
                lineToRelative(0.271f, 3.712f)
                close()
            }
        }
        .build()
        return _eclipsemosquitto!!
    }

private var _eclipsemosquitto: ImageVector? = null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy