![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.compose.icons.simpleicons.Dassaultsystemes.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.Dassaultsystemes: ImageVector
get() {
if (_dassaultsystemes != null) {
return _dassaultsystemes!!
}
_dassaultsystemes = Builder(name = "Dassaultsystemes", 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(21.185f, 8.025f)
curveToRelative(1.064f, 0.192f, 1.932f, 0.34f, 2.131f, 0.79f)
curveToRelative(0.223f, 0.51f, -0.936f, 0.541f, -1.52f, 0.552f)
curveToRelative(-2.799f, 0.054f, -4.486f, 0.11f, -4.571f, 1.061f)
curveToRelative(-0.11f, 1.224f, 1.196f, 2.457f, 2.486f, 4.185f)
curveToRelative(1.178f, 1.577f, 2.517f, 3.135f, 2.132f, 4.586f)
curveToRelative(-0.482f, 1.809f, -2.699f, 2.192f, -4.81f, 2.192f)
curveToRelative(-2.021f, 0.001f, -3.938f, -0.323f, -4.743f, -0.482f)
curveToRelative(-1.002f, -0.199f, -0.852f, -0.694f, -0.585f, -0.853f)
curveToRelative(0.298f, -0.178f, 2.002f, -0.182f, 3.187f, -0.252f)
curveToRelative(0.975f, -0.058f, 3.805f, -0.056f, 4.246f, -0.781f)
curveToRelative(0.54f, -0.889f, -0.783f, -2.408f, -2.0f, -4.0f)
curveToRelative(-1.519f, -1.984f, -3.186f, -4.034f, -2.303f, -5.532f)
curveToRelative(1.14f, -1.936f, 4.484f, -1.803f, 6.35f, -1.466f)
moveToRelative(-13.691f, 2.95f)
curveToRelative(1.772f, -0.104f, 3.926f, 0.206f, 5.134f, 1.13f)
arcToRelative(2.172f, 2.172f, 0.0f, false, true, 0.78f, 2.277f)
curveToRelative(-0.698f, 2.752f, -3.304f, 6.083f, -9.093f, 8.643f)
curveToRelative(-1.841f, 0.813f, -3.289f, 1.125f, -3.593f, 0.906f)
curveToRelative(-0.326f, -0.234f, 0.624f, -2.052f, 0.909f, -2.654f)
curveToRelative(0.925f, -1.952f, 2.079f, -3.853f, 3.205f, -5.595f)
curveToRelative(0.414f, -0.64f, 1.055f, -1.752f, 1.634f, -1.662f)
curveToRelative(0.519f, 0.08f, -0.089f, 1.26f, -0.488f, 2.011f)
curveToRelative(-0.672f, 1.26f, -2.523f, 4.76f, -1.912f, 4.969f)
curveToRelative(1.35f, 0.462f, 7.68f, -4.354f, 6.746f, -7.036f)
curveToRelative(-0.432f, -1.245f, -3.18f, -1.363f, -4.912f, -1.363f)
curveToRelative(-0.787f, 0.0f, -2.508f, 0.186f, -2.603f, -0.417f)
curveToRelative(-0.102f, -0.556f, 2.613f, -1.116f, 4.192f, -1.21f)
moveTo(11.867f, 0.013f)
curveToRelative(2.068f, -0.098f, 4.514f, 0.342f, 4.97f, 1.802f)
curveToRelative(0.747f, 2.39f, -3.04f, 5.877f, -6.338f, 7.587f)
curveToRelative(-0.809f, 0.42f, -1.3f, 0.536f, -1.504f, 0.507f)
curveToRelative(-0.195f, -0.027f, -0.225f, -0.221f, -0.162f, -0.355f)
curveToRelative(0.118f, -0.252f, 0.65f, -0.764f, 1.361f, -1.322f)
curveToRelative(3.715f, -2.9f, 4.923f, -5.028f, 4.221f, -5.89f)
curveToRelative(-0.45f, -0.552f, -2.332f, -0.937f, -4.287f, -0.937f)
curveToRelative(-0.53f, 0.0f, -1.925f, 0.123f, -2.068f, -0.367f)
curveTo(7.942f, 0.634f, 9.814f, 0.108f, 11.866f, 0.012f)
}
}
.build()
return _dassaultsystemes!!
}
private var _dassaultsystemes: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy