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

commonMain.compose.icons.simpleicons.Homeassistantcommunitystore.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.Homeassistantcommunitystore: ImageVector
    get() {
        if (_homeassistantcommunitystore != null) {
            return _homeassistantcommunitystore!!
        }
        _homeassistantcommunitystore = Builder(name = "Homeassistantcommunitystore", 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.63f, 0.47f)
                arcToRelative(0.393f, 0.393f, 0.0f, false, false, -0.39f, 0.39f)
                verticalLineToRelative(2.417f)
                curveToRelative(0.0f, 0.212f, 0.177f, 0.39f, 0.39f, 0.39f)
                horizontalLineToRelative(20.74f)
                curveToRelative(0.213f, 0.0f, 0.39f, -0.178f, 0.39f, -0.39f)
                lineTo(22.76f, 0.859f)
                arcToRelative(0.393f, 0.393f, 0.0f, false, false, -0.39f, -0.39f)
                close()
                moveTo(1.585f, 4.596f)
                arcToRelative(0.41f, 0.41f, 0.0f, false, false, -0.407f, 0.337f)
                lineToRelative(-1.17f, 6.314f)
                curveTo(0.0f, 11.274f, 0.0f, 11.3f, 0.0f, 11.327f)
                verticalLineToRelative(2.117f)
                curveToRelative(0.0f, 0.23f, 0.186f, 0.416f, 0.416f, 0.416f)
                horizontalLineToRelative(23.168f)
                curveToRelative(0.23f, 0.0f, 0.416f, -0.186f, 0.416f, -0.416f)
                verticalLineToRelative(-2.126f)
                curveToRelative(0.0f, -0.027f, 0.0f, -0.053f, -0.009f, -0.08f)
                lineToRelative(-1.169f, -6.305f)
                arcToRelative(0.41f, 0.41f, 0.0f, false, false, -0.407f, -0.337f)
                close()
                moveTo(1.7f, 14.781f)
                arcToRelative(0.457f, 0.457f, 0.0f, false, false, -0.46f, 0.46f)
                verticalLineToRelative(7.829f)
                curveToRelative(0.0f, 0.257f, 0.203f, 0.46f, 0.46f, 0.46f)
                horizontalLineToRelative(14.108f)
                curveToRelative(0.257f, 0.0f, 0.46f, -0.203f, 0.46f, -0.46f)
                verticalLineToRelative(-6.589f)
                curveToRelative(0.0f, -0.257f, 0.204f, -0.46f, 0.461f, -0.46f)
                horizontalLineToRelative(4.02f)
                curveToRelative(0.258f, 0.0f, 0.461f, 0.203f, 0.461f, 0.46f)
                verticalLineToRelative(6.589f)
                curveToRelative(0.0f, 0.257f, 0.204f, 0.46f, 0.46f, 0.46f)
                horizontalLineToRelative(0.62f)
                arcToRelative(0.456f, 0.456f, 0.0f, false, false, 0.461f, -0.46f)
                verticalLineToRelative(-7.829f)
                arcToRelative(0.458f, 0.458f, 0.0f, false, false, -0.46f, -0.46f)
                close()
                moveTo(3.542f, 16.331f)
                horizontalLineToRelative(7.847f)
                curveToRelative(0.212f, 0.0f, 0.39f, 0.177f, 0.39f, 0.39f)
                lineTo(11.779f, 21.6f)
                curveToRelative(0.0f, 0.212f, -0.178f, 0.39f, -0.39f, 0.39f)
                lineTo(3.542f, 21.99f)
                arcToRelative(0.393f, 0.393f, 0.0f, false, true, -0.39f, -0.39f)
                verticalLineToRelative(-4.88f)
                curveToRelative(0.0f, -0.221f, 0.178f, -0.39f, 0.39f, -0.39f)
                close()
            }
        }
        .build()
        return _homeassistantcommunitystore!!
    }

private var _homeassistantcommunitystore: ImageVector? = null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy