commonMain.androidx.compose.material.icons.outlined.RemoveRedEye.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.outlined
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.Outlined.RemoveRedEye: ImageVector
get() {
if (_removeRedEye != null) {
return _removeRedEye!!
}
_removeRedEye = materialIcon(name = "Outlined.RemoveRedEye") {
materialPath {
moveTo(12.0f, 6.5f)
curveToRelative(3.79f, 0.0f, 7.17f, 2.13f, 8.82f, 5.5f)
curveToRelative(-1.65f, 3.37f, -5.02f, 5.5f, -8.82f, 5.5f)
reflectiveCurveTo(4.83f, 15.37f, 3.18f, 12.0f)
curveTo(4.83f, 8.63f, 8.21f, 6.5f, 12.0f, 6.5f)
moveToRelative(0.0f, -2.0f)
curveTo(7.0f, 4.5f, 2.73f, 7.61f, 1.0f, 12.0f)
curveToRelative(1.73f, 4.39f, 6.0f, 7.5f, 11.0f, 7.5f)
reflectiveCurveToRelative(9.27f, -3.11f, 11.0f, -7.5f)
curveToRelative(-1.73f, -4.39f, -6.0f, -7.5f, -11.0f, -7.5f)
close()
moveTo(12.0f, 9.5f)
curveToRelative(1.38f, 0.0f, 2.5f, 1.12f, 2.5f, 2.5f)
reflectiveCurveToRelative(-1.12f, 2.5f, -2.5f, 2.5f)
reflectiveCurveToRelative(-2.5f, -1.12f, -2.5f, -2.5f)
reflectiveCurveToRelative(1.12f, -2.5f, 2.5f, -2.5f)
moveToRelative(0.0f, -2.0f)
curveToRelative(-2.48f, 0.0f, -4.5f, 2.02f, -4.5f, 4.5f)
reflectiveCurveToRelative(2.02f, 4.5f, 4.5f, 4.5f)
reflectiveCurveToRelative(4.5f, -2.02f, 4.5f, -4.5f)
reflectiveCurveToRelative(-2.02f, -4.5f, -4.5f, -4.5f)
close()
}
}
return _removeRedEye!!
}
private var _removeRedEye: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy