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

commonMain.compose.icons.simpleicons.Thewashingtonpost.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.Thewashingtonpost: ImageVector
    get() {
        if (_thewashingtonpost != null) {
            return _thewashingtonpost!!
        }
        _thewashingtonpost = Builder(name = "Thewashingtonpost", 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(24.0f, 15.366f)
                lineTo(24.0f, 6.922f)
                lineToRelative(-2.188f, -1.998f)
                lineToRelative(-2.426f, 2.569f)
                lineTo(19.386f, 5.66f)
                horizontalLineToRelative(-0.357f)
                verticalLineToRelative(2.236f)
                lineToRelative(-0.571f, 0.595f)
                lineTo(18.458f, 6.589f)
                lineTo(16.65f, 4.924f)
                lineToRelative(-2.164f, 2.212f)
                lineToRelative(0.261f, 0.261f)
                lineToRelative(0.547f, -0.547f)
                lineToRelative(0.69f, 0.619f)
                verticalLineToRelative(2.093f)
                horizontalLineToRelative(-0.119f)
                curveToRelative(-1.046f, 0.0f, -1.689f, 0.714f, -1.689f, 1.689f)
                curveToRelative(0.0f, 0.5f, 0.072f, 0.737f, 0.143f, 0.904f)
                horizontalLineToRelative(0.238f)
                arcToRelative(1.033f, 1.033f, 0.0f, false, true, 1.023f, -0.833f)
                horizontalLineToRelative(0.404f)
                verticalLineToRelative(3.782f)
                curveToRelative(-1.26f, 0.428f, -1.998f, 1.522f, -2.14f, 3.02f)
                lineToRelative(0.166f, 0.096f)
                curveToRelative(0.57f, -0.69f, 1.308f, -1.118f, 1.974f, -1.284f)
                verticalLineToRelative(5.209f)
                lineToRelative(0.048f, 0.023f)
                lineToRelative(2.26f, -2.069f)
                lineToRelative(1.07f, 1.0f)
                lineToRelative(0.047f, -0.025f)
                verticalLineToRelative(-4.043f)
                curveToRelative(0.476f, 0.142f, 0.904f, 0.475f, 1.213f, 0.904f)
                close()
                moveTo(21.574f, 15.889f)
                curveToRelative(-0.571f, -0.57f, -1.26f, -0.88f, -2.165f, -0.999f)
                lineTo(19.409f, 7.85f)
                lineToRelative(1.023f, -1.095f)
                lineToRelative(1.142f, 1.047f)
                close()
                moveTo(19.029f, 20.289f)
                lineToRelative(-0.571f, -0.523f)
                lineTo(18.458f, 8.825f)
                lineToRelative(0.57f, -0.571f)
                close()
                moveTo(13.249f, 14.272f)
                lineTo(13.249f, 7.04f)
                lineTo(11.06f, 4.9f)
                lineTo(8.8f, 7.255f)
                lineTo(6.399f, 4.9f)
                lineTo(4.115f, 7.302f)
                verticalLineToRelative(-0.785f)
                curveToRelative(0.0f, -2.021f, -1.26f, -1.688f, -1.26f, -2.997f)
                curveToRelative(0.0f, -0.832f, 0.523f, -1.237f, 1.165f, -1.546f)
                lineToRelative(-0.143f, -0.142f)
                curveTo(1.927f, 2.522f, 0.88f, 3.544f, 0.88f, 4.662f)
                curveToRelative(0.0f, 1.0f, 0.761f, 1.047f, 0.761f, 2.212f)
                verticalLineToRelative(2.973f)
                curveTo(0.214f, 9.847f, 0.0f, 11.18f, 0.0f, 11.703f)
                curveToRelative(0.0f, 0.309f, 0.048f, 0.594f, 0.095f, 0.737f)
                horizontalLineToRelative(0.19f)
                curveToRelative(0.072f, -0.404f, 0.31f, -0.69f, 0.81f, -0.69f)
                horizontalLineToRelative(0.546f)
                verticalLineToRelative(3.806f)
                lineToRelative(2.807f, 2.426f)
                lineToRelative(2.07f, -2.33f)
                lineToRelative(2.71f, 2.33f)
                close()
                moveTo(10.799f, 16.151f)
                lineToRelative(-1.927f, -1.642f)
                lineTo(8.872f, 7.73f)
                lineToRelative(0.833f, -0.832f)
                lineToRelative(1.094f, 1.094f)
                close()
                moveTo(6.375f, 15.247f)
                lineToRelative(-0.595f, 0.69f)
                lineToRelative(-1.665f, -1.428f)
                lineTo(4.115f, 7.802f)
                lineToRelative(0.904f, -0.928f)
                lineTo(6.375f, 8.23f)
                close()
            }
        }
        .build()
        return _thewashingtonpost!!
    }

private var _thewashingtonpost: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy