commonMain.compose.icons.tablericons.filled.TiltShift.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tabler-icons Show documentation
Show all versions of tabler-icons Show documentation
Fork of BenjaminHalko's implementation of DevSrSouza's Compose Icons
package compose.icons.tablericons.filled
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.PathFillType
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.graphics.StrokeCap
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt
import androidx.compose.ui.graphics.StrokeJoin
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.TiltShift: ImageVector
get() {
if (_tiltShift != null) {
return _tiltShift!!
}
_tiltShift = Builder(name = "TiltShift", 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(8.178f, 2.766f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.764f, 1.848f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, -2.595f, 1.733f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.414f, -1.414f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 3.245f, -2.167f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(2.767f, 8.176f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.846f, 0.768f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, -0.613f, 3.058f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -2.0f, -0.004f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 0.767f, -3.822f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(3.308f, 14.516f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.306f, 0.542f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, 1.733f, 2.595f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.414f, 1.414f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, -2.167f, -3.245f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.542f, -1.306f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(7.637f, 19.926f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.307f, -0.54f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, 3.058f, 0.614f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.004f, 2.0f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, -3.822f, -0.767f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.54f, -1.307f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(17.653f, 17.653f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.414f, 1.414f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, -3.245f, 2.167f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -0.764f, -1.848f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, 2.595f, -1.733f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(21.002f, 11.0f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.998f, 1.002f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, -0.767f, 3.822f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.846f, -0.768f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, 0.613f, -3.058f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.002f, -0.998f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(17.653f, 4.933f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.414f, 0.0f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 2.167f, 3.245f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.848f, 0.764f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, -1.733f, -2.595f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.414f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(12.002f, 2.0f)
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 3.822f, 0.767f)
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -0.768f, 1.846f)
arcToRelative(8.0f, 8.0f, 0.0f, false, false, -3.058f, -0.613f)
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.004f, -2.0f)
}
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f,
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f,
pathFillType = NonZero) {
moveTo(12.0f, 9.0f)
arcToRelative(3.0f, 3.0f, 0.0f, true, true, -3.0f, 3.0f)
lineToRelative(0.005f, -0.176f)
arcToRelative(3.0f, 3.0f, 0.0f, false, true, 2.995f, -2.824f)
}
}
.build()
return _tiltShift!!
}
private var _tiltShift: ImageVector? = null