commonMain.compose.icons.simpleicons.Torproject.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.Torproject: ImageVector
get() {
if (_torproject != null) {
return _torproject!!
}
_torproject = Builder(name = "Torproject", 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(11.912f, 17.158f)
close()
moveTo(17.982f, 1.14f)
arcToRelative(8.419f, 8.419f, 0.0f, false, false, -4.47f, 3.12f)
arcTo(21.428f, 21.428f, 0.0f, false, true, 16.512f, 0.0f)
arcToRelative(12.419f, 12.419f, 0.0f, false, false, -4.0f, 4.359f)
lineToRelative(0.64f, -2.55f)
arcToRelative(14.628f, 14.628f, 0.0f, false, false, -1.9f, 5.349f)
lineToRelative(1.12f, 0.48f)
arcToRelative(33.126f, 33.126f, 0.0f, false, true, 5.609f, -6.499f)
close()
moveTo(18.802f, 14.209f)
curveToRelative(-0.82f, -1.52f, -2.92f, -3.01f, -5.129f, -4.39f)
curveToRelative(-0.51f, -0.3f, -0.61f, -1.41f, -0.53f, -1.89f)
lineToRelative(-0.51f, -0.24f)
arcToRelative(6.369f, 6.369f, 0.0f, false, false, 0.16f, 2.39f)
curveToRelative(0.24f, 0.75f, 1.0f, 1.6f, 1.52f, 2.8f)
arcToRelative(18.158f, 18.158f, 0.0f, false, true, 0.72f, 2.92f)
arcToRelative(13.169f, 13.169f, 0.0f, false, true, -0.54f, 6.119f)
arcToRelative(4.26f, 4.26f, 0.0f, false, true, -1.43f, 1.92f)
lineToRelative(-0.24f, 0.16f)
curveToRelative(4.16f, 0.13f, 8.829f, -4.629f, 5.979f, -9.789f)
close()
moveTo(13.402f, 18.998f)
arcToRelative(6.619f, 6.619f, 0.0f, false, false, -0.42f, -2.0f)
arcToRelative(12.409f, 12.409f, 0.0f, false, false, -0.75f, -1.44f)
arcToRelative(6.229f, 6.229f, 0.0f, false, true, -0.16f, -2.07f)
arcToRelative(6.999f, 6.999f, 0.0f, false, false, 0.32f, 1.94f)
arcToRelative(11.079f, 11.079f, 0.0f, false, true, 0.69f, 1.3f)
arcToRelative(8.999f, 8.999f, 0.0f, false, true, 0.59f, 2.27f)
arcToRelative(10.429f, 10.429f, 0.0f, false, true, -0.35f, 3.0f)
arcToRelative(5.109f, 5.109f, 0.0f, false, true, -0.4f, 1.0f)
arcToRelative(4.85f, 4.85f, 0.0f, false, false, 0.7f, -1.52f)
arcToRelative(12.419f, 12.419f, 0.0f, false, false, 0.36f, -4.479f)
arcToRelative(11.609f, 11.609f, 0.0f, false, false, -0.46f, -1.89f)
curveToRelative(-0.44f, -1.2f, -1.07f, -2.23f, -1.15f, -2.47f)
arcToRelative(16.208f, 16.208f, 0.0f, false, true, -0.39f, -3.36f)
arcToRelative(14.308f, 14.308f, 0.0f, false, false, 0.44f, 3.12f)
curveToRelative(0.08f, 0.24f, 0.8f, 1.38f, 1.3f, 2.58f)
arcToRelative(7.469f, 7.469f, 0.0f, false, true, 0.48f, 1.73f)
arcToRelative(10.719f, 10.719f, 0.0f, false, true, -0.53f, 5.159f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, -0.35f, 0.82f)
arcToRelative(3.72f, 3.72f, 0.0f, false, false, 0.8f, -1.41f)
arcToRelative(16.138f, 16.138f, 0.0f, false, false, 0.0f, -8.109f)
curveToRelative(-0.42f, -1.28f, -1.41f, -2.4f, -1.65f, -3.17f)
arcToRelative(7.679f, 7.679f, 0.0f, false, true, -0.08f, -2.39f)
lineToRelative(-2.15f, -1.0f)
curveToRelative(0.56f, 1.44f, 0.66f, 2.56f, 0.08f, 3.0f)
curveToRelative(-2.26f, 1.87f, -5.999f, 4.0f, -5.999f, 7.109f)
curveToRelative(0.0f, 3.32f, 2.0f, 6.909f, 7.049f, 7.179f)
arcToRelative(12.999f, 12.999f, 0.0f, false, true, -1.7f, -0.56f)
arcToRelative(3.45f, 3.45f, 0.0f, false, true, -1.31f, -0.9f)
lineToRelative(-0.13f, -0.14f)
arcTo(9.339f, 9.339f, 0.0f, false, true, 6.233f, 18.658f)
arcToRelative(2.71f, 2.71f, 0.0f, false, true, -0.08f, -1.52f)
arcToRelative(6.679f, 6.679f, 0.0f, false, true, 3.28f, -4.0f)
arcToRelative(10.099f, 10.099f, 0.0f, false, false, 1.0f, -0.61f)
curveToRelative(0.47f, -0.29f, 0.77f, -1.53f, 1.08f, -2.53f)
curveToRelative(-0.16f, 0.77f, -0.34f, 2.26f, -1.06f, 2.82f)
curveToRelative(-0.29f, 0.22f, -0.61f, 0.43f, -0.93f, 0.64f)
curveToRelative(-1.28f, 0.88f, -2.54f, 1.7f, -3.17f, 3.809f)
arcToRelative(2.82f, 2.82f, 0.0f, false, false, 0.08f, 1.38f)
arcToRelative(9.319f, 9.319f, 0.0f, false, false, 1.95f, 3.51f)
reflectiveCurveToRelative(0.13f, 0.13f, 0.13f, 0.16f)
arcToRelative(3.0f, 3.0f, 0.0f, false, false, 1.94f, 1.15f)
curveToRelative(-0.29f, -0.16f, -0.53f, -0.35f, -0.74f, -0.48f)
arcToRelative(4.359f, 4.359f, 0.0f, false, true, -2.0f, -3.6f)
arcToRelative(3.7f, 3.7f, 0.0f, false, true, 2.18f, -3.39f)
arcToRelative(3.58f, 3.58f, 0.0f, false, false, 1.68f, -2.38f)
arcToRelative(3.12f, 3.12f, 0.0f, false, true, -1.59f, 2.5f)
arcToRelative(4.0f, 4.0f, 0.0f, false, false, -2.1f, 3.17f)
arcToRelative(5.659f, 5.659f, 0.0f, false, false, 1.89f, 3.4f)
arcToRelative(4.08f, 4.08f, 0.0f, false, false, 1.59f, 0.72f)
arcToRelative(2.89f, 2.89f, 0.0f, false, true, -0.48f, -0.5f)
arcToRelative(4.999f, 4.999f, 0.0f, false, true, -0.45f, -1.0f)
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -0.27f, -1.0f)
arcToRelative(3.6f, 3.6f, 0.0f, false, true, 0.64f, -2.37f)
arcToRelative(2.84f, 2.84f, 0.0f, false, false, 0.9f, -1.35f)
arcToRelative(2.87f, 2.87f, 0.0f, false, true, -0.72f, 1.51f)
arcToRelative(3.0f, 3.0f, 0.0f, false, false, -0.56f, 2.24f)
arcToRelative(4.06f, 4.06f, 0.0f, false, false, 0.29f, 0.93f)
arcToRelative(4.0f, 4.0f, 0.0f, false, false, 0.51f, 1.0f)
curveToRelative(0.18f, 0.21f, 0.26f, 0.37f, 0.55f, 0.48f)
arcToRelative(6.479f, 6.479f, 0.0f, false, false, 0.49f, -2.35f)
arcToRelative(9.519f, 9.519f, 0.0f, false, false, 0.0f, -1.76f)
curveToRelative(-0.13f, -0.8f, -0.4f, -1.6f, -0.4f, -2.24f)
curveToRelative(0.12f, 0.59f, 0.43f, 1.38f, 0.61f, 2.21f)
arcToRelative(5.629f, 5.629f, 0.0f, false, true, 0.11f, 1.73f)
curveToRelative(0.0f, 0.56f, -0.08f, 1.0f, -0.16f, 1.49f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -0.45f, 0.93f)
arcToRelative(3.21f, 3.21f, 0.0f, false, false, 1.11f, -2.0f)
arcToRelative(7.899f, 7.899f, 0.0f, false, false, 0.32f, -2.36f)
close()
}
}
.build()
return _torproject!!
}
private var _torproject: ImageVector? = null