commonMain.androidx.compose.material.icons.sharp.DirtyLens.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.sharp
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.Sharp.DirtyLens: ImageVector
get() {
if (_dirtyLens != null) {
return _dirtyLens!!
}
_dirtyLens = materialIcon(name = "Sharp.DirtyLens") {
materialPath {
moveTo(22.0f, 5.0f)
horizontalLineToRelative(-5.17f)
lineTo(15.0f, 3.0f)
horizontalLineTo(9.0f)
lineTo(7.17f, 5.0f)
horizontalLineTo(2.0f)
verticalLineToRelative(16.0f)
horizontalLineToRelative(20.0f)
verticalLineTo(5.0f)
close()
moveTo(16.66f, 16.58f)
curveToRelative(-1.14f, 1.86f, -3.0f, -1.03f, -3.81f, 0.09f)
curveToRelative(-0.39f, 0.57f, -0.09f, 1.49f, 0.13f, 2.33f)
curveToRelative(0.0f, 0.47f, -0.38f, 0.85f, -0.85f, 0.85f)
curveToRelative(-0.47f, 0.0f, -0.86f, -0.38f, -0.86f, -0.85f)
curveToRelative(0.14f, -0.98f, 0.42f, -2.05f, -0.16f, -2.43f)
curveToRelative(-0.89f, -0.59f, -1.27f, 2.06f, -2.8f, 1.35f)
curveToRelative(-1.39f, -1.12f, 1.05f, -1.29f, 0.5f, -3.27f)
curveToRelative(-0.22f, -0.79f, -2.28f, 0.36f, -2.4f, -1.24f)
curveToRelative(-0.08f, -1.0f, 1.49f, -0.74f, 1.51f, -1.49f)
curveToRelative(0.03f, -0.75f, -1.03f, -1.05f, -0.25f, -1.91f)
curveToRelative(0.22f, -0.24f, 0.71f, -0.26f, 0.91f, -0.19f)
curveToRelative(0.79f, 0.27f, 1.55f, 1.82f, 2.51f, 1.19f)
curveToRelative(1.03f, -0.66f, -1.88f, -2.35f, 0.0f, -2.86f)
curveToRelative(1.64f, -0.44f, 1.31f, 2.08f, 2.65f, 2.44f)
curveToRelative(1.94f, 0.52f, 2.65f, -4.55f, 4.41f, -2.33f)
curveToRelative(1.85f, 2.33f, -3.43f, 2.27f, -2.85f, 4.01f)
curveToRelative(0.34f, 1.01f, 2.15f, -1.2f, 2.76f, 0.53f)
curveToRelative(0.64f, 1.83f, -3.09f, 0.82f, -3.04f, 1.66f)
curveTo(15.08f, 15.29f, 17.43f, 15.01f, 16.66f, 16.58f)
close()
moveTo(18.14f, 18.01f)
curveToRelative(-0.47f, 0.0f, -0.86f, -0.38f, -0.86f, -0.86f)
reflectiveCurveToRelative(0.38f, -0.86f, 0.86f, -0.86f)
curveToRelative(0.47f, 0.0f, 0.86f, 0.38f, 0.86f, 0.86f)
reflectiveCurveTo(18.62f, 18.01f, 18.14f, 18.01f)
close()
}
}
return _dirtyLens!!
}
private var _dirtyLens: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy