commonMain.androidx.compose.material.icons.twotone.DryCleaning.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.twotone
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.TwoTone.DryCleaning: ImageVector
get() {
if (_dryCleaning != null) {
return _dryCleaning!!
}
_dryCleaning = materialIcon(name = "TwoTone.DryCleaning") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(9.0f, 15.0f)
horizontalLineToRelative(6.0f)
verticalLineToRelative(5.0f)
horizontalLineToRelative(-6.0f)
close()
}
materialPath {
moveTo(19.56f, 11.36f)
lineTo(13.0f, 8.44f)
verticalLineTo(7.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
reflectiveCurveToRelative(-1.0f, -0.45f, -1.0f, -1.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.0f, -1.84f, -1.66f, -3.3f, -3.56f, -2.95f)
curveTo(10.26f, 2.27f, 9.29f, 3.22f, 9.06f, 4.4f)
curveTo(8.76f, 5.96f, 9.66f, 7.34f, 11.0f, 7.82f)
verticalLineToRelative(0.63f)
lineToRelative(-6.56f, 2.92f)
curveTo(3.56f, 11.75f, 3.0f, 12.62f, 3.0f, 13.57f)
verticalLineToRelative(0.01f)
curveTo(3.0f, 14.92f, 4.08f, 16.0f, 5.42f, 16.0f)
horizontalLineTo(7.0f)
verticalLineToRelative(6.0f)
horizontalLineToRelative(10.0f)
verticalLineToRelative(-6.0f)
horizontalLineToRelative(1.58f)
curveToRelative(1.34f, 0.0f, 2.42f, -1.08f, 2.42f, -2.42f)
verticalLineToRelative(-0.01f)
curveTo(21.0f, 12.62f, 20.44f, 11.75f, 19.56f, 11.36f)
close()
moveTo(15.0f, 20.0f)
horizontalLineTo(9.0f)
verticalLineToRelative(-5.0f)
horizontalLineToRelative(6.0f)
verticalLineTo(20.0f)
close()
moveTo(18.58f, 14.0f)
horizontalLineTo(17.0f)
verticalLineToRelative(-1.0f)
horizontalLineTo(7.0f)
verticalLineToRelative(1.0f)
horizontalLineTo(5.42f)
curveToRelative(-0.46f, 0.0f, -0.58f, -0.65f, -0.17f, -0.81f)
lineToRelative(6.75f, -3.0f)
lineToRelative(6.75f, 3.0f)
curveTo(19.17f, 13.38f, 19.03f, 14.0f, 18.58f, 14.0f)
close()
}
}
return _dryCleaning!!
}
private var _dryCleaning: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy