commonMain.compose.icons.tablericons.filled.Blender.kt Maven / Gradle / Ivy
package compose.icons.tablericons.filled
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.tablericons.FilledGroup
public val FilledGroup.Blender: ImageVector
get() {
if (_blender != null) {
return _blender!!
}
_blender = Builder(name = "Blender", 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(15.0f, 14.0f)
curveToRelative(0.899f, 0.0f, 1.728f, 0.296f, 2.396f, 0.797f)
lineToRelative(-0.12f, -0.086f)
quadToRelative(0.101f, 0.069f, 0.196f, 0.144f)
lineToRelative(-0.076f, -0.058f)
quadToRelative(0.07f, 0.053f, 0.14f, 0.109f)
lineToRelative(-0.064f, -0.05f)
quadToRelative(0.072f, 0.055f, 0.14f, 0.115f)
lineToRelative(-0.077f, -0.065f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.565f, 0.566f)
lineToRelative(-0.065f, -0.078f)
quadToRelative(0.061f, 0.072f, 0.12f, 0.147f)
lineToRelative(-0.055f, -0.07f)
quadToRelative(0.057f, 0.071f, 0.111f, 0.144f)
lineToRelative(-0.056f, -0.074f)
quadToRelative(0.066f, 0.084f, 0.127f, 0.172f)
lineToRelative(-0.07f, -0.098f)
quadToRelative(0.058f, 0.078f, 0.112f, 0.16f)
lineToRelative(-0.042f, -0.062f)
quadToRelative(0.054f, 0.078f, 0.104f, 0.157f)
lineToRelative(-0.062f, -0.096f)
quadToRelative(0.06f, 0.09f, 0.117f, 0.185f)
lineToRelative(-0.055f, -0.089f)
lineToRelative(0.09f, 0.15f)
lineToRelative(-0.035f, -0.061f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.338f, 0.727f)
lineToRelative(-0.055f, -0.15f)
quadToRelative(0.039f, 0.1f, 0.073f, 0.201f)
lineToRelative(-0.018f, -0.051f)
quadToRelative(0.033f, 0.093f, 0.06f, 0.188f)
lineToRelative(-0.042f, -0.137f)
quadToRelative(0.033f, 0.1f, 0.061f, 0.204f)
lineToRelative(-0.019f, -0.067f)
quadToRelative(0.027f, 0.091f, 0.05f, 0.184f)
lineToRelative(-0.03f, -0.117f)
quadToRelative(0.03f, 0.114f, 0.055f, 0.23f)
lineToRelative(-0.025f, -0.113f)
quadToRelative(0.026f, 0.107f, 0.045f, 0.215f)
lineToRelative(-0.02f, -0.101f)
quadToRelative(0.021f, 0.1f, 0.037f, 0.201f)
lineToRelative(-0.017f, -0.1f)
quadToRelative(0.018f, 0.095f, 0.03f, 0.19f)
lineToRelative(-0.013f, -0.09f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.026f, 0.196f)
lineToRelative(0.017f, 0.205f)
lineToRelative(0.006f, 0.226f)
verticalLineToRelative(2.0f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, 2.0f)
horizontalLineToRelative(-8.0f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
verticalLineToRelative(-2.0f)
quadToRelative(0.0f, -0.273f, 0.036f, -0.537f)
lineToRelative(-0.013f, 0.105f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.026f, -0.194f)
lineToRelative(-0.013f, 0.09f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.03f, -0.191f)
lineToRelative(-0.017f, 0.1f)
quadToRelative(0.015f, -0.1f, 0.037f, -0.2f)
lineToRelative(-0.02f, 0.1f)
quadToRelative(0.02f, -0.108f, 0.046f, -0.215f)
lineToRelative(-0.026f, 0.114f)
quadToRelative(0.024f, -0.117f, 0.056f, -0.23f)
lineToRelative(-0.03f, 0.116f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.049f, -0.184f)
lineToRelative(-0.02f, 0.067f)
quadToRelative(0.03f, -0.104f, 0.062f, -0.204f)
lineToRelative(-0.042f, 0.137f)
quadToRelative(0.027f, -0.096f, 0.06f, -0.188f)
lineToRelative(-0.018f, 0.051f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.32f, -0.717f)
lineToRelative(-0.064f, 0.117f)
quadToRelative(0.048f, -0.09f, 0.1f, -0.178f)
lineToRelative(-0.035f, 0.06f)
lineToRelative(0.09f, -0.15f)
lineToRelative(-0.055f, 0.09f)
quadToRelative(0.055f, -0.094f, 0.117f, -0.185f)
lineToRelative(-0.062f, 0.096f)
quadToRelative(0.05f, -0.08f, 0.104f, -0.157f)
lineToRelative(-0.042f, 0.061f)
quadToRelative(0.054f, -0.08f, 0.113f, -0.16f)
lineToRelative(-0.071f, 0.1f)
quadToRelative(0.06f, -0.09f, 0.127f, -0.173f)
lineToRelative(-0.056f, 0.074f)
quadToRelative(0.054f, -0.073f, 0.111f, -0.143f)
lineToRelative(-0.055f, 0.069f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.542f, -0.57f)
lineToRelative(-0.072f, 0.064f)
quadToRelative(0.073f, -0.066f, 0.15f, -0.129f)
lineToRelative(-0.078f, 0.065f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 0.14f, -0.116f)
lineToRelative(-0.062f, 0.051f)
quadToRelative(0.068f, -0.056f, 0.139f, -0.11f)
lineToRelative(-0.076f, 0.06f)
quadToRelative(0.096f, -0.076f, 0.195f, -0.145f)
lineToRelative(-0.12f, 0.086f)
quadToRelative(0.07f, -0.053f, 0.142f, -0.101f)
lineToRelative(-0.022f, 0.015f)
quadToRelative(0.072f, -0.05f, 0.145f, -0.096f)
arcToRelative(4.0f, 4.0f, 0.0f, false, true, 2.132f, -0.615f)
close()
moveTo(13.0f, 17.0f)
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.993f, 0.883f)
lineToRelative(-0.007f, 0.127f)
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.993f, 0.117f)
lineToRelative(0.007f, -0.127f)
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
moveToRelative(1.0f, -15.0f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.999f)
lineToRelative(1.802f, 0.001f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 1.968f, 2.358f)
lineToRelative(-1.49f, 8.191f)
arcToRelative(5.0f, 5.0f, 0.0f, false, false, -2.28f, -0.549f)
horizontalLineToRelative(-4.0f)
curveToRelative(-0.822f, 0.0f, -1.597f, 0.198f, -2.28f, 0.55f)
lineToRelative(-0.464f, -2.551f)
lineToRelative(-2.256f, 0.001f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
verticalLineToRelative(-4.0f)
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 2.0f, -2.0f)
lineToRelative(5.0f, -0.001f)
lineToRelative(0.007f, -0.116f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.993f, -0.883f)
close()
moveTo(7.165f, 4.999f)
lineToRelative(-1.165f, 0.001f)
verticalLineToRelative(4.0f)
lineToRelative(1.893f, -0.001f)
close()
}
}
.build()
return _blender!!
}
private var _blender: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy