
commonMain.androidx.compose.material.icons.sharp.Microwave.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.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.Microwave: ImageVector
get() {
if (_microwave != null) {
return _microwave!!
}
_microwave = materialIcon(name = "Sharp.Microwave") {
materialPath {
moveTo(6.8f, 10.61f)
lineTo(5.37f, 9.19f)
curveTo(5.73f, 8.79f, 6.59f, 8.0f, 7.75f, 8.0f)
curveToRelative(0.8f, 0.0f, 1.39f, 0.39f, 1.81f, 0.67f)
curveTo(9.87f, 8.88f, 10.07f, 9.0f, 10.25f, 9.0f)
curveToRelative(0.37f, 0.0f, 0.8f, -0.41f, 0.95f, -0.61f)
lineToRelative(1.42f, 1.42f)
curveToRelative(-0.36f, 0.4f, -1.22f, 1.19f, -2.37f, 1.19f)
curveToRelative(-0.79f, 0.0f, -1.37f, -0.38f, -1.79f, -0.66f)
curveTo(8.13f, 10.12f, 7.94f, 10.0f, 7.75f, 10.0f)
curveTo(7.38f, 10.0f, 6.95f, 10.41f, 6.8f, 10.61f)
close()
moveTo(7.75f, 15.0f)
curveToRelative(0.19f, 0.0f, 0.38f, 0.12f, 0.71f, 0.34f)
curveToRelative(0.42f, 0.28f, 1.0f, 0.66f, 1.79f, 0.66f)
curveToRelative(1.16f, 0.0f, 2.01f, -0.79f, 2.37f, -1.19f)
lineToRelative(-1.42f, -1.42f)
curveToRelative(-0.15f, 0.2f, -0.59f, 0.61f, -0.95f, 0.61f)
curveToRelative(-0.18f, 0.0f, -0.38f, -0.12f, -0.69f, -0.33f)
curveTo(9.14f, 13.39f, 8.55f, 13.0f, 7.75f, 13.0f)
curveToRelative(-1.16f, 0.0f, -2.02f, 0.79f, -2.38f, 1.19f)
lineToRelative(1.42f, 1.42f)
curveTo(6.95f, 15.41f, 7.38f, 15.0f, 7.75f, 15.0f)
close()
moveTo(22.0f, 4.0f)
verticalLineToRelative(16.0f)
horizontalLineTo(2.0f)
verticalLineTo(4.0f)
horizontalLineTo(22.0f)
close()
moveTo(14.0f, 6.0f)
horizontalLineTo(4.0f)
verticalLineToRelative(12.0f)
horizontalLineToRelative(10.0f)
verticalLineTo(6.0f)
close()
moveTo(19.0f, 16.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
curveTo(18.55f, 17.0f, 19.0f, 16.55f, 19.0f, 16.0f)
close()
moveTo(19.0f, 12.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
curveToRelative(0.0f, 0.55f, 0.45f, 1.0f, 1.0f, 1.0f)
curveTo(18.55f, 13.0f, 19.0f, 12.55f, 19.0f, 12.0f)
close()
moveTo(19.0f, 7.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(2.0f)
verticalLineTo(7.0f)
close()
}
}
return _microwave!!
}
private var _microwave: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy