commonMain.androidx.compose.material.icons.rounded.ContentCut.kt Maven / Gradle / Ivy
/*
* Copyright 2024 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package androidx.compose.material.icons.rounded
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.materialIcon
import androidx.compose.material.icons.materialPath
import androidx.compose.ui.graphics.vector.ImageVector
public val Icons.Rounded.ContentCut: ImageVector
get() {
if (_contentCut != null) {
return _contentCut!!
}
_contentCut = materialIcon(name = "Rounded.ContentCut") {
materialPath {
moveTo(9.64f, 7.64f)
curveToRelative(0.29f, -0.62f, 0.42f, -1.33f, 0.34f, -2.09f)
curveToRelative(-0.19f, -1.73f, -1.54f, -3.2f, -3.26f, -3.49f)
curveToRelative(-2.77f, -0.48f, -5.14f, 1.89f, -4.66f, 4.65f)
curveToRelative(0.3f, 1.72f, 1.76f, 3.07f, 3.49f, 3.26f)
curveToRelative(0.76f, 0.08f, 1.46f, -0.05f, 2.09f, -0.34f)
lineTo(10.0f, 12.0f)
lineToRelative(-2.36f, 2.36f)
curveToRelative(-0.62f, -0.29f, -1.33f, -0.42f, -2.09f, -0.34f)
curveToRelative(-1.73f, 0.19f, -3.2f, 1.54f, -3.49f, 3.26f)
curveToRelative(-0.48f, 2.77f, 1.89f, 5.13f, 4.65f, 4.65f)
curveToRelative(1.72f, -0.3f, 3.07f, -1.76f, 3.26f, -3.49f)
curveToRelative(0.08f, -0.76f, -0.05f, -1.46f, -0.34f, -2.09f)
lineTo(12.0f, 14.0f)
lineToRelative(7.59f, 7.59f)
curveToRelative(0.89f, 0.89f, 2.41f, 0.26f, 2.41f, -1.0f)
verticalLineToRelative(-0.01f)
curveToRelative(0.0f, -0.37f, -0.15f, -0.73f, -0.41f, -1.0f)
lineTo(9.64f, 7.64f)
close()
moveTo(6.0f, 8.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.89f, -2.0f, -2.0f)
reflectiveCurveToRelative(0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveToRelative(2.0f, 0.89f, 2.0f, 2.0f)
reflectiveCurveToRelative(-0.9f, 2.0f, -2.0f, 2.0f)
close()
moveTo(6.0f, 20.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.89f, -2.0f, -2.0f)
reflectiveCurveToRelative(0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveToRelative(2.0f, 0.89f, 2.0f, 2.0f)
reflectiveCurveToRelative(-0.9f, 2.0f, -2.0f, 2.0f)
close()
moveTo(12.0f, 12.5f)
curveToRelative(-0.28f, 0.0f, -0.5f, -0.22f, -0.5f, -0.5f)
reflectiveCurveToRelative(0.22f, -0.5f, 0.5f, -0.5f)
reflectiveCurveToRelative(0.5f, 0.22f, 0.5f, 0.5f)
reflectiveCurveToRelative(-0.22f, 0.5f, -0.5f, 0.5f)
close()
moveTo(19.59f, 2.41f)
lineTo(13.0f, 9.0f)
lineToRelative(2.0f, 2.0f)
lineToRelative(6.59f, -6.59f)
curveToRelative(0.26f, -0.26f, 0.41f, -0.62f, 0.41f, -1.0f)
lineTo(22.0f, 3.4f)
curveToRelative(0.0f, -1.25f, -1.52f, -1.88f, -2.41f, -0.99f)
close()
}
}
return _contentCut!!
}
private var _contentCut: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy