commonMain.androidx.compose.material.icons.rounded.FaceRetouchingOff.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.FaceRetouchingOff: ImageVector
get() {
if (_faceRetouchingOff != null) {
return _faceRetouchingOff!!
}
_faceRetouchingOff = materialIcon(name = "Rounded.FaceRetouchingOff") {
materialPath {
moveTo(9.0f, 13.0f)
moveToRelative(-1.25f, 0.0f)
arcToRelative(1.25f, 1.25f, 0.0f, true, true, 2.5f, 0.0f)
arcToRelative(1.25f, 1.25f, 0.0f, true, true, -2.5f, 0.0f)
}
materialPath {
moveTo(17.5f, 10.0f)
curveToRelative(0.75f, 0.0f, 1.47f, -0.09f, 2.17f, -0.24f)
curveTo(19.88f, 10.47f, 20.0f, 11.22f, 20.0f, 12.0f)
curveToRelative(0.0f, 1.22f, -0.28f, 2.37f, -0.77f, 3.4f)
lineToRelative(1.49f, 1.49f)
curveTo(21.53f, 15.44f, 22.0f, 13.78f, 22.0f, 12.0f)
curveToRelative(0.0f, -5.52f, -4.48f, -10.0f, -10.0f, -10.0f)
curveToRelative(-1.78f, 0.0f, -3.44f, 0.47f, -4.89f, 1.28f)
lineToRelative(5.33f, 5.33f)
curveTo(13.93f, 9.49f, 15.65f, 10.0f, 17.5f, 10.0f)
close()
}
materialPath {
moveTo(2.6f, 4.43f)
lineToRelative(1.48f, 1.48f)
curveTo(2.51f, 7.95f, 1.7f, 10.6f, 2.1f, 13.46f)
curveToRelative(0.62f, 4.33f, 4.11f, 7.82f, 8.44f, 8.44f)
curveToRelative(2.85f, 0.41f, 5.51f, -0.41f, 7.55f, -1.98f)
lineToRelative(1.48f, 1.48f)
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(4.01f, 3.01f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveTo(2.21f, 3.41f, 2.21f, 4.04f, 2.6f, 4.43f)
close()
moveTo(16.66f, 18.49f)
curveTo(15.35f, 19.44f, 13.74f, 20.0f, 12.0f, 20.0f)
curveToRelative(-4.41f, 0.0f, -8.0f, -3.59f, -8.0f, -8.0f)
curveToRelative(0.0f, -0.05f, 0.01f, -0.1f, 0.0f, -0.14f)
curveToRelative(1.39f, -0.52f, 2.63f, -1.35f, 3.64f, -2.39f)
lineTo(16.66f, 18.49f)
close()
}
}
return _faceRetouchingOff!!
}
private var _faceRetouchingOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy