import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.PathFillType import androidx.compose.ui.graphics.SolidColor import androidx.compose.ui.graphics.StrokeCap import androidx.compose.ui.graphics.StrokeJoin import androidx.compose.ui.graphics.vector.ImageVector import androidx.compose.ui.graphics.vector.path import androidx.compose.ui.unit.dp public val undefined: ImageVector get() { if (_undefined != null) { return _undefined!! } _undefined = ImageVector.Builder( name = "CcSquare", defaultWidth = 16.dp, defaultHeight = 16.dp, viewportWidth = 16f, viewportHeight = 16f ).apply { path( fill = SolidColor(Color(0xFF000000)), fillAlpha = 1.0f, stroke = null, strokeAlpha = 1.0f, strokeLineWidth = 1.0f, strokeLineCap = StrokeCap.Butt, strokeLineJoin = StrokeJoin.Miter, strokeLineMiter = 1.0f, pathFillType = PathFillType.EvenOdd ) { moveTo(15f, 2f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, -1f, -1f) horizontalLineTo(2f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, -1f, 1f) verticalLineToRelative(12f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, 1f, 1f) horizontalLineToRelative(12f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, 1f, -1f) close() moveTo(0f, 2f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, 2f, -2f) horizontalLineToRelative(12f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, 2f, 2f) verticalLineToRelative(12f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, -2f, 2f) horizontalLineTo(2f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, -2f, -2f) close() moveToRelative(5.408f, 3.89f) curveToRelative(-0.83f, 0f, -1.318f, 0.64f, -1.318f, 1.753f) verticalLineToRelative(0.742f) curveToRelative(0f, 1.108f, 0.479f, 1.727f, 1.318f, 1.727f) curveToRelative(0.69f, 0f, 1.138f, -0.435f, 1.187f, -1.05f) horizontalLineToRelative(1.147f) verticalLineToRelative(0.114f) curveToRelative(-0.058f, 1.147f, -1.029f, 1.938f, -2.343f, 1.938f) curveToRelative(-1.612f, 0f, -2.518f, -1.028f, -2.518f, -2.729f) verticalLineToRelative(-0.747f) curveToRelative(0f, -1.7f, 0.914f, -2.75f, 2.518f, -2.75f) curveToRelative(1.319f, 0f, 2.29f, 0.812f, 2.343f, 1.999f) verticalLineToRelative(0.11f) horizontalLineTo(6.595f) curveToRelative(-0.049f, -0.638f, -0.506f, -1.108f, -1.187f, -1.108f) close() moveToRelative(5.404f, 0f) curveToRelative(-0.831f, 0f, -1.319f, 0.64f, -1.319f, 1.753f) verticalLineToRelative(0.742f) curveToRelative(0f, 1.108f, 0.48f, 1.727f, 1.319f, 1.727f) curveToRelative(0.69f, 0f, 1.138f, -0.435f, 1.186f, -1.05f) horizontalLineToRelative(1.147f) verticalLineToRelative(0.114f) curveToRelative(-0.057f, 1.147f, -1.028f, 1.938f, -2.342f, 1.938f) curveToRelative(-1.613f, 0f, -2.518f, -1.028f, -2.518f, -2.729f) verticalLineToRelative(-0.747f) curveToRelative(0f, -1.7f, 0.914f, -2.75f, 2.518f, -2.75f) curveToRelative(1.318f, 0f, 2.29f, 0.812f, 2.342f, 1.999f) verticalLineToRelative(0.11f) horizontalLineToRelative(-1.147f) curveToRelative(-0.048f, -0.638f, -0.505f, -1.108f, -1.186f, -1.108f) close() } path( fill = SolidColor(Color(0xFF000000)), fillAlpha = 1.0f, stroke = null, strokeAlpha = 1.0f, strokeLineWidth = 1.0f, strokeLineCap = StrokeCap.Butt, strokeLineJoin = StrokeJoin.Miter, strokeLineMiter = 1.0f, pathFillType = PathFillType.EvenOdd ) { moveTo(15f, 2f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, -1f, -1f) horizontalLineTo(2f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, -1f, 1f) verticalLineToRelative(12f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, 1f, 1f) horizontalLineToRelative(12f) arcToRelative(1f, 1f, 0f, isMoreThanHalf = false, isPositiveArc = false, 1f, -1f) close() moveTo(0f, 2f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, 2f, -2f) horizontalLineToRelative(12f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, 2f, 2f) verticalLineToRelative(12f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, -2f, 2f) horizontalLineTo(2f) arcToRelative(2f, 2f, 0f, isMoreThanHalf = false, isPositiveArc = true, -2f, -2f) close() moveToRelative(5.408f, 3.89f) curveToRelative(-0.83f, 0f, -1.318f, 0.64f, -1.318f, 1.753f) verticalLineToRelative(0.742f) curveToRelative(0f, 1.108f, 0.479f, 1.727f, 1.318f, 1.727f) curveToRelative(0.69f, 0f, 1.138f, -0.435f, 1.187f, -1.05f) horizontalLineToRelative(1.147f) verticalLineToRelative(0.114f) curveToRelative(-0.058f, 1.147f, -1.029f, 1.938f, -2.343f, 1.938f) curveToRelative(-1.612f, 0f, -2.518f, -1.028f, -2.518f, -2.729f) verticalLineToRelative(-0.747f) curveToRelative(0f, -1.7f, 0.914f, -2.75f, 2.518f, -2.75f) curveToRelative(1.319f, 0f, 2.29f, 0.812f, 2.343f, 1.999f) verticalLineToRelative(0.11f) horizontalLineTo(6.595f) curveToRelative(-0.049f, -0.638f, -0.506f, -1.108f, -1.187f, -1.108f) close() moveToRelative(5.404f, 0f) curveToRelative(-0.831f, 0f, -1.319f, 0.64f, -1.319f, 1.753f) verticalLineToRelative(0.742f) curveToRelative(0f, 1.108f, 0.48f, 1.727f, 1.319f, 1.727f) curveToRelative(0.69f, 0f, 1.138f, -0.435f, 1.186f, -1.05f) horizontalLineToRelative(1.147f) verticalLineToRelative(0.114f) curveToRelative(-0.057f, 1.147f, -1.028f, 1.938f, -2.342f, 1.938f) curveToRelative(-1.613f, 0f, -2.518f, -1.028f, -2.518f, -2.729f) verticalLineToRelative(-0.747f) curveToRelative(0f, -1.7f, 0.914f, -2.75f, 2.518f, -2.75f) curveToRelative(1.318f, 0f, 2.29f, 0.812f, 2.342f, 1.999f) verticalLineToRelative(0.11f) horizontalLineToRelative(-1.147f) curveToRelative(-0.048f, -0.638f, -0.505f, -1.108f, -1.186f, -1.108f) close() } }.build() return _undefined!! } private var _undefined: ImageVector? = null