commonMain.androidx.compose.material.icons.filled.NoFlash.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.NoFlash: ImageVector
get() {
if (_noFlash != null) {
return _noFlash!!
}
_noFlash = materialIcon(name = "Filled.NoFlash") {
materialPath {
moveTo(13.93f, 13.93f)
lineTo(2.45f, 2.45f)
lineTo(1.04f, 3.87f)
lineToRelative(5.3f, 5.3f)
lineTo(6.14f, 9.4f)
horizontalLineTo(3.6f)
curveTo(2.72f, 9.4f, 2.0f, 10.12f, 2.0f, 11.0f)
verticalLineToRelative(9.4f)
curveTo(2.0f, 21.28f, 2.72f, 22.0f, 3.6f, 22.0f)
horizontalLineToRelative(12.8f)
curveToRelative(0.75f, 0.0f, 1.38f, -0.52f, 1.55f, -1.22f)
lineToRelative(2.18f, 2.18f)
lineToRelative(1.41f, -1.41f)
lineTo(18.0f, 18.0f)
lineTo(13.93f, 13.93f)
close()
moveTo(10.0f, 20.0f)
curveToRelative(-2.21f, 0.0f, -4.0f, -1.79f, -4.0f, -4.0f)
curveToRelative(0.0f, -1.95f, 1.4f, -3.57f, 3.25f, -3.92f)
lineToRelative(1.57f, 1.57f)
curveToRelative(-0.26f, -0.09f, -0.53f, -0.15f, -0.82f, -0.15f)
curveToRelative(-1.38f, 0.0f, -2.5f, 1.12f, -2.5f, 2.5f)
curveToRelative(0.0f, 1.38f, 1.12f, 2.5f, 2.5f, 2.5f)
curveToRelative(1.38f, 0.0f, 2.5f, -1.12f, 2.5f, -2.5f)
curveToRelative(0.0f, -0.29f, -0.06f, -0.56f, -0.15f, -0.82f)
lineToRelative(1.57f, 1.57f)
curveTo(13.57f, 18.6f, 11.95f, 20.0f, 10.0f, 20.0f)
close()
moveTo(18.0f, 15.17f)
lineTo(10.83f, 8.0f)
horizontalLineToRelative(1.75f)
lineToRelative(1.28f, 1.4f)
horizontalLineToRelative(2.54f)
curveToRelative(0.88f, 0.0f, 1.6f, 0.72f, 1.6f, 1.6f)
verticalLineTo(15.17f)
close()
moveTo(20.4f, 5.6f)
horizontalLineTo(22.0f)
lineTo(19.0f, 11.0f)
verticalLineTo(7.0f)
horizontalLineToRelative(-1.0f)
verticalLineTo(2.0f)
horizontalLineToRelative(4.0f)
lineTo(20.4f, 5.6f)
close()
}
}
return _noFlash!!
}
private var _noFlash: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy