Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
commonMain.compose.icons.simpleicons.Skypeforbusiness.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.Skypeforbusiness: ImageVector
get() {
if (_skypeforbusiness != null) {
return _skypeforbusiness!!
}
_skypeforbusiness = Builder(name = "Skypeforbusiness", 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(14.04f, 10.92f)
lineToRelative(-2.52f, -0.56f)
curveToRelative(-0.96f, -0.24f, -2.04f, -0.52f, -2.04f, -1.44f)
curveToRelative(0.0f, -0.92f, 0.76f, -1.56f, 2.16f, -1.56f)
curveToRelative(2.84f, 0.0f, 2.6f, 1.96f, 4.0f, 1.96f)
curveToRelative(0.72f, 0.0f, 1.36f, -0.4f, 1.36f, -1.16f)
curveToRelative(0.0f, -1.76f, -2.8f, -3.08f, -5.2f, -3.08f)
curveToRelative(-2.56f, 0.0f, -5.28f, 1.08f, -5.28f, 4.0f)
curveToRelative(0.0f, 1.4f, 0.48f, 2.92f, 3.24f, 3.64f)
lineToRelative(3.44f, 0.88f)
curveToRelative(1.04f, 0.24f, 1.36f, 0.84f, 1.36f, 1.36f)
curveToRelative(0.0f, 0.88f, -0.92f, 1.84f, -2.48f, 1.84f)
curveToRelative(-3.08f, 0.0f, -2.64f, -2.44f, -4.28f, -2.44f)
curveToRelative(-0.72f, 0.0f, -1.32f, 0.52f, -1.32f, 1.24f)
curveToRelative(0.0f, 1.44f, 1.76f, 3.4f, 5.6f, 3.4f)
curveToRelative(3.68f, 0.0f, 5.52f, -1.84f, 5.52f, -4.24f)
curveToRelative(-0.04f, -1.6f, -0.76f, -3.2f, -3.56f, -3.84f)
close()
moveTo(23.12f, 13.96f)
curveToRelative(0.12f, -0.64f, 0.16f, -1.28f, 0.16f, -1.96f)
curveTo(23.28f, 5.76f, 18.24f, 0.72f, 12.0f, 0.72f)
curveToRelative(-0.68f, 0.0f, -1.32f, 0.04f, -1.96f, 0.16f)
curveTo(9.04f, 0.32f, 7.92f, 0.0f, 6.72f, 0.0f)
curveTo(3.0f, 0.0f, 0.0f, 3.0f, 0.0f, 6.72f)
curveToRelative(0.0f, 1.2f, 0.32f, 2.36f, 0.88f, 3.32f)
curveToRelative(-0.12f, 0.64f, -0.16f, 1.28f, -0.16f, 1.96f)
curveToRelative(0.0f, 6.24f, 5.04f, 11.28f, 11.28f, 11.28f)
curveToRelative(0.68f, 0.0f, 1.32f, -0.04f, 1.96f, -0.16f)
curveToRelative(1.0f, 0.56f, 2.12f, 0.88f, 3.32f, 0.88f)
curveTo(21.0f, 24.0f, 24.0f, 21.0f, 24.0f, 17.28f)
curveToRelative(0.0f, -1.2f, -0.32f, -2.36f, -0.88f, -3.32f)
close()
moveTo(17.28f, 22.28f)
curveToRelative(-0.88f, 0.0f, -1.72f, -0.24f, -2.48f, -0.64f)
lineToRelative(-0.52f, -0.32f)
lineToRelative(-0.6f, 0.12f)
curveToRelative(-0.52f, 0.08f, -1.08f, 0.16f, -1.68f, 0.16f)
arcToRelative(9.56f, 9.56f, 0.0f, false, true, -9.56f, -9.56f)
curveToRelative(0.0f, -0.56f, 0.04f, -1.12f, 0.16f, -1.68f)
lineToRelative(0.12f, -0.6f)
lineToRelative(-0.32f, -0.52f)
curveToRelative(-0.44f, -0.76f, -0.64f, -1.6f, -0.64f, -2.48f)
curveToRelative(0.0f, -2.76f, 2.24f, -5.0f, 5.0f, -5.0f)
curveToRelative(0.88f, 0.0f, 1.72f, 0.24f, 2.48f, 0.64f)
lineToRelative(0.52f, 0.32f)
lineToRelative(0.6f, -0.12f)
curveToRelative(0.56f, -0.08f, 1.12f, -0.16f, 1.68f, -0.16f)
arcTo(9.56f, 9.56f, 0.0f, false, true, 21.6f, 12.0f)
curveToRelative(0.0f, 0.56f, -0.04f, 1.12f, -0.16f, 1.68f)
lineToRelative(-0.12f, 0.6f)
lineToRelative(0.32f, 0.52f)
curveToRelative(0.44f, 0.76f, 0.64f, 1.6f, 0.64f, 2.48f)
curveToRelative(0.0f, 2.76f, -2.24f, 5.0f, -5.0f, 5.0f)
close()
}
}
.build()
return _skypeforbusiness!!
}
private var _skypeforbusiness: ImageVector? = null