commonMain.androidx.compose.material.icons.rounded.DoNotTouch.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-icons-extended-desktop Show documentation
Show all versions of material-icons-extended-desktop Show documentation
Compose Material Design extended icons. This module contains all Material icons. It is a very large dependency and should not be included directly.
The newest version!
/*
* 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.DoNotTouch: ImageVector
get() {
if (_doNotTouch != null) {
return _doNotTouch!!
}
_doNotTouch = materialIcon(name = "Rounded.DoNotTouch") {
materialPath {
moveTo(13.0f, 10.17f)
lineToRelative(-2.5f, -2.5f)
verticalLineTo(2.25f)
curveTo(10.5f, 1.56f, 11.06f, 1.0f, 11.75f, 1.0f)
curveTo(12.44f, 1.0f, 13.0f, 1.56f, 13.0f, 2.25f)
verticalLineTo(10.17f)
close()
moveTo(20.0f, 5.32f)
curveToRelative(0.0f, -0.65f, -0.47f, -1.25f, -1.12f, -1.32f)
curveToRelative(-0.75f, -0.08f, -1.38f, 0.51f, -1.38f, 1.24f)
verticalLineToRelative(5.25f)
curveToRelative(0.0f, 0.28f, -0.22f, 0.5f, -0.5f, 0.5f)
horizontalLineToRelative(0.0f)
curveToRelative(-0.28f, 0.0f, -0.5f, -0.22f, -0.5f, -0.5f)
lineToRelative(0.0f, -7.18f)
curveToRelative(0.0f, -0.65f, -0.47f, -1.25f, -1.12f, -1.32f)
curveTo(14.63f, 1.93f, 14.0f, 2.52f, 14.0f, 3.25f)
verticalLineToRelative(7.92f)
lineToRelative(6.0f, 6.0f)
lineTo(20.0f, 5.32f)
close()
moveTo(9.5f, 4.25f)
curveTo(9.5f, 3.56f, 8.94f, 3.0f, 8.25f, 3.0f)
curveToRelative(-0.67f, 0.0f, -1.2f, 0.53f, -1.24f, 1.18f)
lineTo(9.5f, 6.67f)
verticalLineTo(4.25f)
close()
moveTo(17.0f, 22.0f)
curveToRelative(0.62f, 0.0f, 1.18f, -0.19f, 1.65f, -0.52f)
lineToRelative(-0.02f, -0.02f)
lineToRelative(0.44f, 0.44f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineTo(3.51f, 3.51f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(4.92f, 4.92f)
lineTo(7.0f, 9.83f)
verticalLineToRelative(4.3f)
lineToRelative(-2.6f, -1.48f)
curveToRelative(-0.17f, -0.09f, -0.34f, -0.14f, -0.54f, -0.14f)
curveToRelative(-0.26f, 0.0f, -0.5f, 0.09f, -0.7f, 0.26f)
lineTo(2.0f, 13.88f)
lineToRelative(0.0f, 0.0f)
lineToRelative(6.8f, 7.18f)
curveToRelative(0.57f, 0.6f, 1.35f, 0.94f, 2.18f, 0.94f)
lineTo(17.0f, 22.0f)
lineTo(17.0f, 22.0f)
close()
}
}
return _doNotTouch!!
}
private var _doNotTouch: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy