commonMain.compose.icons.simpleicons.Oshkosh.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-icons Show documentation
Show all versions of simple-icons Show documentation
Compose icons is a set of open source icons packs for Compose Multiplatform
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.Oshkosh: ImageVector
get() {
if (_oshkosh != null) {
return _oshkosh!!
}
_oshkosh = Builder(name = "Oshkosh", 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(8.925f, 9.864f)
lineTo(8.925f, 7.232f)
curveToRelative(0.0f, -0.414f, 0.183f, -0.517f, 0.449f, -0.517f)
horizontalLineToRelative(5.335f)
curveToRelative(0.265f, 0.0f, 0.428f, 0.145f, 0.428f, 0.537f)
verticalLineToRelative(2.612f)
horizontalLineToRelative(-1.57f)
lineTo(13.567f, 8.657f)
curveToRelative(0.0f, -0.227f, 0.0f, -0.29f, -0.225f, -0.29f)
lineTo(10.72f, 8.367f)
curveToRelative(-0.246f, 0.0f, -0.246f, 0.063f, -0.246f, 0.27f)
verticalLineToRelative(1.227f)
horizontalLineToRelative(-1.55f)
close()
moveTo(13.566f, 14.843f)
verticalLineToRelative(0.48f)
curveToRelative(0.0f, 0.226f, -0.041f, 0.288f, -0.224f, 0.288f)
horizontalLineToRelative(-2.54f)
curveToRelative(-0.306f, 0.0f, -0.327f, 0.0f, -0.327f, -0.289f)
verticalLineToRelative(-0.479f)
horizontalLineToRelative(-1.55f)
verticalLineToRelative(1.925f)
curveToRelative(0.0f, 0.413f, 0.163f, 0.517f, 0.428f, 0.517f)
horizontalLineToRelative(5.335f)
curveToRelative(0.245f, 0.0f, 0.449f, -0.145f, 0.449f, -0.538f)
verticalLineToRelative(-1.904f)
horizontalLineToRelative(-1.57f)
close()
moveTo(11.53f, 12.938f)
horizontalLineToRelative(0.876f)
verticalLineToRelative(1.384f)
horizontalLineToRelative(1.047f)
lineTo(13.453f, 12.31f)
curveToRelative(0.0f, -0.087f, -0.043f, -0.433f, -0.342f, -0.433f)
horizontalLineToRelative(-0.534f)
lineToRelative(0.897f, -1.492f)
horizontalLineToRelative(-1.111f)
lineToRelative(-0.833f, 1.297f)
verticalLineToRelative(-1.297f)
horizontalLineToRelative(-0.983f)
verticalLineToRelative(3.937f)
horizontalLineToRelative(0.983f)
verticalLineToRelative(-1.384f)
close()
moveTo(22.996f, 11.866f)
horizontalLineToRelative(-0.898f)
verticalLineToRelative(-1.47f)
horizontalLineToRelative(-1.004f)
verticalLineToRelative(3.915f)
horizontalLineToRelative(1.004f)
verticalLineToRelative(-1.298f)
horizontalLineToRelative(0.898f)
verticalLineToRelative(1.298f)
lineTo(24.0f, 14.311f)
verticalLineToRelative(-3.915f)
horizontalLineToRelative(-1.004f)
verticalLineToRelative(1.47f)
close()
moveTo(4.656f, 11.823f)
verticalLineToRelative(-0.39f)
horizontalLineToRelative(1.773f)
verticalLineToRelative(-1.037f)
lineTo(3.886f, 10.396f)
arcToRelative(0.381f, 0.381f, 0.0f, false, false, -0.385f, 0.367f)
verticalLineToRelative(1.73f)
curveToRelative(0.0f, 0.217f, 0.086f, 0.37f, 0.278f, 0.37f)
horizontalLineToRelative(1.496f)
verticalLineToRelative(0.432f)
lineTo(3.5f, 13.295f)
verticalLineToRelative(1.016f)
horizontalLineToRelative(2.564f)
curveToRelative(0.214f, 0.0f, 0.364f, -0.194f, 0.364f, -0.41f)
verticalLineToRelative(-1.71f)
arcToRelative(0.362f, 0.362f, 0.0f, false, false, -0.364f, -0.368f)
horizontalLineToRelative(-1.41f)
close()
moveTo(18.726f, 11.823f)
verticalLineToRelative(-0.39f)
horizontalLineToRelative(1.772f)
verticalLineToRelative(-1.037f)
horizontalLineToRelative(-2.542f)
arcToRelative(0.381f, 0.381f, 0.0f, false, false, -0.385f, 0.367f)
verticalLineToRelative(1.73f)
curveToRelative(0.0f, 0.217f, 0.086f, 0.37f, 0.278f, 0.37f)
horizontalLineToRelative(1.496f)
verticalLineToRelative(0.432f)
lineTo(17.57f, 13.295f)
verticalLineToRelative(1.016f)
horizontalLineToRelative(2.564f)
curveToRelative(0.214f, 0.0f, 0.363f, -0.194f, 0.363f, -0.41f)
verticalLineToRelative(-1.71f)
arcToRelative(0.362f, 0.362f, 0.0f, false, false, -0.363f, -0.368f)
horizontalLineToRelative(-1.41f)
close()
moveTo(8.926f, 11.844f)
lineTo(8.05f, 11.844f)
verticalLineToRelative(-1.448f)
lineTo(7.024f, 10.396f)
verticalLineToRelative(3.915f)
lineTo(8.05f, 14.311f)
verticalLineToRelative(-1.298f)
horizontalLineToRelative(0.876f)
verticalLineToRelative(1.298f)
lineTo(9.95f, 14.311f)
verticalLineToRelative(-3.915f)
lineTo(8.926f, 10.396f)
verticalLineToRelative(1.448f)
close()
moveTo(2.906f, 10.778f)
verticalLineToRelative(3.15f)
curveToRelative(0.0f, 0.21f, -0.173f, 0.383f, -0.383f, 0.383f)
lineTo(0.383f, 14.311f)
arcTo(0.384f, 0.384f, 0.0f, false, true, 0.0f, 13.928f)
verticalLineToRelative(-3.15f)
curveToRelative(0.0f, -0.21f, 0.172f, -0.382f, 0.383f, -0.382f)
horizontalLineToRelative(2.14f)
curveToRelative(0.21f, 0.0f, 0.383f, 0.172f, 0.383f, 0.382f)
close()
moveTo(1.906f, 11.582f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, -0.17f, -0.17f)
lineTo(1.17f, 11.412f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, -0.17f, 0.17f)
verticalLineToRelative(1.542f)
curveToRelative(0.0f, 0.094f, 0.077f, 0.17f, 0.17f, 0.17f)
horizontalLineToRelative(0.567f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, 0.17f, -0.17f)
verticalLineToRelative(-1.542f)
close()
moveTo(16.976f, 10.778f)
verticalLineToRelative(3.15f)
curveToRelative(0.0f, 0.21f, -0.173f, 0.383f, -0.383f, 0.383f)
horizontalLineToRelative(-2.14f)
arcToRelative(0.384f, 0.384f, 0.0f, false, true, -0.383f, -0.383f)
verticalLineToRelative(-3.15f)
curveToRelative(0.0f, -0.21f, 0.172f, -0.382f, 0.383f, -0.382f)
horizontalLineToRelative(2.14f)
curveToRelative(0.21f, 0.0f, 0.382f, 0.172f, 0.382f, 0.382f)
close()
moveTo(15.976f, 11.582f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, -0.17f, -0.17f)
horizontalLineToRelative(-0.567f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, -0.17f, 0.17f)
verticalLineToRelative(1.542f)
curveToRelative(0.0f, 0.094f, 0.076f, 0.17f, 0.17f, 0.17f)
horizontalLineToRelative(0.567f)
arcToRelative(0.17f, 0.17f, 0.0f, false, false, 0.17f, -0.17f)
verticalLineToRelative(-1.542f)
close()
}
}
.build()
return _oshkosh!!
}
private var _oshkosh: ImageVector? = null