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

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

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.Apachenetbeanside: ImageVector
    get() {
        if (_apachenetbeanside != null) {
            return _apachenetbeanside!!
        }
        _apachenetbeanside = Builder(name = "Apachenetbeanside", 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(22.858f, 6.121f)
                curveToRelative(-0.009f, -0.087f, -0.049f, -0.16f, -0.121f, -0.21f)
                curveTo(22.738f, 5.91f, 12.119f, 0.032f, 12.118f, 0.03f)
                arcToRelative(0.249f, 0.249f, 0.0f, false, false, -0.237f, 0.0f)
                curveToRelative(-0.003f, 0.0f, -10.613f, 5.878f, -10.615f, 5.88f)
                curveToRelative(-0.074f, 0.05f, -0.116f, 0.124f, -0.124f, 0.212f)
                verticalLineToRelative(11.837f)
                curveToRelative(0.015f, 0.056f, 0.018f, 0.125f, 0.071f, 0.161f)
                curveToRelative(0.018f, 0.079f, 10.618f, 5.799f, 10.669f, 5.851f)
                arcToRelative(0.246f, 0.246f, 0.0f, false, false, 0.234f, 0.0f)
                curveToRelative(0.002f, -0.002f, 10.613f, -5.796f, 10.615f, -5.798f)
                curveToRelative(0.075f, -0.049f, 0.115f, -0.126f, 0.126f, -0.213f)
                lineTo(22.858f, 6.121f)
                close()
                moveTo(5.225f, 15.45f)
                lineTo(1.632f, 17.534f)
                lineTo(1.632f, 6.54f)
                lineToRelative(3.592f, 2.011f)
                close()
                moveTo(18.776f, 8.551f)
                lineToRelative(3.592f, -2.011f)
                verticalLineToRelative(10.994f)
                lineToRelative(-3.592f, -2.084f)
                close()
                moveTo(18.035f, 8.406f)
                curveToRelative(-2.011f, 1.132f, -4.023f, 2.263f, -6.035f, 3.394f)
                arcToRelative(125706.695f, 125706.695f, 0.0f, false, true, -6.035f, -3.394f)
                lineTo(12.0f, 4.935f)
                close()
                moveTo(5.714f, 15.447f)
                lineTo(5.714f, 8.826f)
                lineToRelative(6.041f, 3.398f)
                verticalLineToRelative(6.544f)
                lineToRelative(-6.041f, -3.322f)
                close()
                moveTo(12.245f, 18.769f)
                verticalLineToRelative(-6.544f)
                lineToRelative(6.041f, -3.398f)
                verticalLineToRelative(6.621f)
                curveToRelative(-2.013f, 1.107f, -4.027f, 2.214f, -6.041f, 3.322f)
                close()
                moveTo(12.0f, 0.525f)
                lineToRelative(10.109f, 5.598f)
                lineToRelative(-3.577f, 2.003f)
                lineToRelative(-6.41f, -3.686f)
                arcToRelative(0.242f, 0.242f, 0.0f, false, false, -0.244f, 0.0f)
                lineTo(5.468f, 8.126f)
                lineToRelative(-3.577f, -2.003f)
                lineTo(12.0f, 0.525f)
                close()
                moveTo(5.473f, 15.873f)
                lineToRelative(6.282f, 3.455f)
                verticalLineToRelative(4.014f)
                lineTo(1.887f, 17.952f)
                close()
                moveTo(12.245f, 23.342f)
                verticalLineToRelative(-4.014f)
                lineToRelative(6.282f, -3.455f)
                lineToRelative(3.586f, 2.079f)
                close()
            }
        }
        .build()
        return _apachenetbeanside!!
    }

private var _apachenetbeanside: ImageVector? = null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy