commonMain.compose.icons.simpleicons.Bitrise.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.Bitrise: ImageVector
get() {
if (_bitrise != null) {
return _bitrise!!
}
_bitrise = Builder(name = "Bitrise", 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(23.515f, 13.456f)
curveToRelative(-0.274f, -1.885f, -0.692f, -3.783f, -0.99f, -5.048f)
curveToRelative(-0.358f, -1.503f, -1.635f, -2.578f, -3.174f, -2.673f)
curveToRelative(-1.515f, -0.095f, -4.022f, -0.203f, -7.363f, -0.203f)
curveToRelative(-3.341f, 0.0f, -5.847f, 0.107f, -7.363f, 0.203f)
curveToRelative(-1.539f, 0.095f, -2.816f, 1.169f, -3.174f, 2.673f)
curveToRelative(-0.298f, 1.265f, -0.716f, 3.162f, -0.99f, 5.048f)
curveToRelative(-0.191f, 1.277f, -0.334f, 2.769f, -0.454f, 4.463f)
curveToRelative(-0.06f, 0.943f, 0.251f, 1.85f, 0.883f, 2.554f)
curveToRelative(0.632f, 0.704f, 1.492f, 1.122f, 2.446f, 1.158f)
curveToRelative(2.076f, 0.095f, 5.262f, 0.215f, 8.663f, 0.215f)
curveToRelative(3.401f, 0.0f, 6.587f, -0.119f, 8.663f, -0.215f)
curveToRelative(0.943f, -0.048f, 1.814f, -0.454f, 2.446f, -1.158f)
curveToRelative(0.632f, -0.704f, 0.943f, -1.611f, 0.883f, -2.554f)
curveToRelative(-0.131f, -1.694f, -0.286f, -3.198f, -0.477f, -4.463f)
close()
moveTo(21.869f, 19.375f)
curveToRelative(-0.334f, 0.37f, -0.788f, 0.585f, -1.289f, 0.609f)
curveToRelative(-2.064f, 0.095f, -5.215f, 0.215f, -8.592f, 0.215f)
curveToRelative(-3.377f, 0.0f, -6.527f, -0.119f, -8.592f, -0.215f)
curveToRelative(-0.501f, -0.024f, -0.955f, -0.239f, -1.289f, -0.609f)
curveToRelative(-0.334f, -0.37f, -0.501f, -0.847f, -0.465f, -1.348f)
curveToRelative(0.107f, -1.647f, 0.251f, -3.103f, 0.442f, -4.332f)
curveToRelative(0.262f, -1.826f, 0.668f, -3.675f, 0.967f, -4.905f)
curveToRelative(0.191f, -0.799f, 0.859f, -1.36f, 1.683f, -1.42f)
curveTo(6.224f, 7.274f, 8.694f, 7.167f, 12.0f, 7.167f)
curveToRelative(3.293f, 0.0f, 5.776f, 0.107f, 7.267f, 0.203f)
curveToRelative(0.811f, 0.048f, 1.492f, 0.621f, 1.683f, 1.42f)
curveToRelative(0.286f, 1.229f, 0.692f, 3.079f, 0.967f, 4.905f)
curveToRelative(0.179f, 1.229f, 0.322f, 2.685f, 0.442f, 4.332f)
curveToRelative(0.0f, 0.501f, -0.167f, 0.979f, -0.489f, 1.348f)
close()
moveTo(11.988f, 4.196f)
curveToRelative(0.561f, 0.0f, 1.026f, -0.454f, 1.026f, -1.014f)
curveToRelative(0.0f, -0.561f, -0.453f, -1.026f, -1.026f, -1.026f)
curveToRelative(-0.561f, 0.0f, -1.026f, 0.454f, -1.026f, 1.026f)
curveToRelative(0.0f, 0.549f, 0.465f, 1.014f, 1.026f, 1.014f)
close()
moveTo(17.955f, 12.036f)
curveToRelative(-0.907f, 0.0f, -1.647f, 0.74f, -1.647f, 1.647f)
horizontalLineToRelative(3.294f)
curveToRelative(0.0f, -0.907f, -0.728f, -1.647f, -1.647f, -1.647f)
close()
moveTo(6.022f, 12.036f)
curveToRelative(-0.907f, 0.0f, -1.647f, 0.74f, -1.647f, 1.647f)
horizontalLineToRelative(3.293f)
curveToRelative(0.0f, -0.907f, -0.728f, -1.647f, -1.647f, -1.647f)
close()
moveTo(11.988f, 18.002f)
curveToRelative(1.468f, 0.0f, 2.661f, -1.193f, 2.661f, -2.661f)
horizontalLineToRelative(-5.334f)
curveToRelative(0.0f, 1.456f, 1.193f, 2.661f, 2.673f, 2.661f)
close()
}
}
.build()
return _bitrise!!
}
private var _bitrise: ImageVector? = null