commonMain.androidx.compose.material.icons.filled.DirtyLens.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.filled
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.Filled.DirtyLens: ImageVector
get() {
if (_dirtyLens != null) {
return _dirtyLens!!
}
_dirtyLens = materialIcon(name = "Filled.DirtyLens") {
materialPath {
moveTo(12.95f, 19.0f)
lineTo(20.0f, 19.0f)
lineTo(20.0f, 7.0f)
lineTo(4.0f, 7.0f)
verticalLineToRelative(12.0f)
horizontalLineToRelative(7.24f)
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)
curveToRelative(0.06f, 0.83f, 2.41f, 0.55f, 1.64f, 2.12f)
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)
close()
moveTo(20.0f, 5.0f)
curveToRelative(1.1f, 0.0f, 2.0f, 0.9f, 2.0f, 2.0f)
verticalLineToRelative(12.0f)
curveToRelative(0.0f, 1.1f, -0.9f, 2.0f, -2.0f, 2.0f)
lineTo(4.0f, 21.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.9f, -2.0f, -2.0f)
lineTo(2.0f, 7.0f)
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
horizontalLineToRelative(3.17f)
lineTo(9.0f, 3.0f)
horizontalLineToRelative(6.0f)
lineToRelative(1.83f, 2.0f)
lineTo(20.0f, 5.0f)
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)
reflectiveCurveToRelative(-0.38f, 0.86f, -0.86f, 0.86f)
close()
}
}
return _dirtyLens!!
}
private var _dirtyLens: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy