![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.compose.icons.simpleicons.Thesoundsresource.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.Thesoundsresource: ImageVector
get() {
if (_thesoundsresource != null) {
return _thesoundsresource!!
}
_thesoundsresource = Builder(name = "Thesoundsresource", 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(1.25f, 0.0f)
curveTo(0.557f, 0.0f, 0.0f, 0.557f, 0.0f, 1.25f)
verticalLineToRelative(4.807f)
curveToRelative(0.003f, -0.02f, 0.001f, -0.04f, 0.006f, -0.06f)
curveToRelative(0.16f, -0.7f, 1.27f, -1.914f, 3.219f, -3.589f)
curveTo(4.028f, 1.718f, 6.149f, 0.275f, 8.348f, 0.0f)
lineTo(1.25f, 0.0f)
close()
moveTo(9.46f, 0.0f)
curveToRelative(1.119f, 0.23f, 2.168f, 1.177f, 1.55f, 2.338f)
curveToRelative(-0.357f, 0.67f, -1.87f, 1.872f, -2.947f, 2.156f)
lineToRelative(-0.708f, -0.098f)
curveToRelative(0.16f, -0.56f, 1.48f, -1.784f, 1.473f, -2.453f)
curveToRelative(-0.004f, -0.47f, -0.617f, -0.87f, -1.193f, -0.841f)
curveToRelative(-0.728f, 0.036f, -2.025f, 0.873f, -3.166f, 1.845f)
curveToRelative(-1.142f, 0.973f, -2.129f, 2.08f, -2.112f, 2.658f)
curveToRelative(0.028f, 0.91f, 2.086f, 1.213f, 4.176f, 1.182f)
curveToRelative(2.148f, -0.032f, 2.382f, -0.095f, 4.164f, 0.006f)
curveToRelative(1.596f, 0.09f, 5.601f, 1.363f, 5.44f, 3.535f)
arcToRelative(3.108f, 3.108f, 0.0f, false, true, -0.362f, 1.272f)
curveToRelative(0.087f, -0.004f, 0.153f, -0.021f, 0.245f, -0.022f)
curveToRelative(0.558f, -0.003f, 1.337f, 0.84f, 1.337f, 0.84f)
lineToRelative(-1.955f, 0.486f)
reflectiveCurveToRelative(-0.207f, -0.247f, -0.332f, -0.242f)
curveToRelative(-0.267f, 0.01f, -4.72f, 3.241f, -4.53f, 6.768f)
curveToRelative(0.111f, 2.084f, 2.746f, 3.566f, 5.187f, 3.508f)
curveToRelative(2.584f, -0.062f, 6.062f, -1.033f, 6.171f, -4.698f)
curveToRelative(0.057f, -1.885f, -1.71f, -3.145f, -3.529f, -2.95f)
curveToRelative(-0.737f, 0.078f, -2.585f, 0.79f, -2.478f, 2.165f)
curveToRelative(0.083f, 1.077f, 0.747f, 1.45f, 0.902f, 1.416f)
curveToRelative(0.549f, -0.118f, 1.453f, -0.43f, 1.453f, -0.43f)
lineToRelative(0.219f, 0.297f)
curveToRelative(-0.038f, 0.391f, -2.31f, 1.254f, -3.207f, 1.248f)
curveToRelative(-1.468f, -0.01f, -1.821f, -1.74f, -1.635f, -2.728f)
curveToRelative(0.34f, -1.808f, 4.57f, -3.007f, 6.322f, -2.961f)
curveToRelative(3.288f, 0.086f, 4.041f, 2.53f, 4.041f, 2.53f)
lineToRelative(0.014f, 0.015f)
lineTo(24.0f, 1.25f)
curveTo(24.0f, 0.557f, 23.442f, 0.0f, 22.75f, 0.0f)
lineTo(9.46f, 0.0f)
close()
moveTo(0.0f, 6.324f)
lineTo(0.0f, 22.75f)
curveTo(0.0f, 23.442f, 0.557f, 24.0f, 1.25f, 24.0f)
horizontalLineToRelative(12.037f)
lineToRelative(-0.006f, -0.014f)
reflectiveCurveToRelative(-4.661f, -0.659f, -4.861f, -3.933f)
curveToRelative(-0.168f, -2.745f, 2.402f, -5.515f, 2.44f, -5.555f)
curveToRelative(-2.062f, 0.668f, -4.418f, 1.118f, -5.292f, 1.104f)
curveToRelative(-1.717f, -0.029f, -5.058f, -0.58f, -5.054f, -2.313f)
curveToRelative(0.002f, -1.322f, 0.912f, -3.015f, 2.593f, -3.103f)
curveToRelative(0.262f, -0.017f, 0.442f, 0.017f, 0.643f, 0.384f)
curveToRelative(-0.613f, 0.607f, -1.081f, 1.068f, -1.045f, 1.918f)
curveToRelative(0.052f, 1.216f, 1.85f, 1.551f, 2.815f, 1.766f)
curveToRelative(0.727f, 0.163f, 2.28f, 0.508f, 4.748f, -0.332f)
curveToRelative(2.495f, -0.85f, 3.544f, -1.898f, 3.523f, -3.3f)
curveToRelative(-0.009f, -0.558f, -0.476f, -1.458f, -2.36f, -2.087f)
curveToRelative(-1.732f, -0.579f, -2.191f, -0.664f, -4.267f, -0.633f)
curveToRelative(-1.954f, 0.03f, -1.897f, 0.019f, -3.504f, -0.013f)
curveToRelative(-1.822f, -0.037f, -2.51f, -0.402f, -2.883f, -0.582f)
curveTo(0.474f, 7.16f, 0.07f, 6.784f, 0.0f, 6.324f)
close()
moveTo(24.0f, 19.447f)
lineToRelative(-0.014f, 0.01f)
reflectiveCurveToRelative(-0.199f, 1.26f, -3.314f, 2.916f)
curveToRelative(-2.064f, 1.097f, -5.568f, 1.625f, -5.568f, 1.625f)
lineToRelative(-0.002f, 0.002f)
horizontalLineToRelative(7.648f)
curveToRelative(0.692f, 0.0f, 1.25f, -0.558f, 1.25f, -1.25f)
verticalLineToRelative(-3.303f)
close()
}
}
.build()
return _thesoundsresource!!
}
private var _thesoundsresource: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy