
commonMain.androidx.compose.material.icons.rounded.Checkroom.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.rounded
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.Rounded.Checkroom: ImageVector
get() {
if (_checkroom != null) {
return _checkroom!!
}
_checkroom = materialIcon(name = "Rounded.Checkroom") {
materialPath {
moveTo(21.6f, 18.2f)
lineTo(13.0f, 11.75f)
verticalLineToRelative(-0.91f)
curveToRelative(1.65f, -0.49f, 2.8f, -2.17f, 2.43f, -4.05f)
curveToRelative(-0.26f, -1.31f, -1.3f, -2.4f, -2.61f, -2.7f)
curveToRelative(-1.76f, -0.4f, -3.37f, 0.53f, -4.02f, 1.98f)
curveTo(8.5f, 6.74f, 8.98f, 7.5f, 9.71f, 7.5f)
horizontalLineToRelative(0.0f)
curveToRelative(0.39f, 0.0f, 0.75f, -0.22f, 0.9f, -0.57f)
curveTo(10.84f, 6.38f, 11.37f, 6.0f, 12.0f, 6.0f)
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
curveToRelative(0.0f, 0.84f, -0.69f, 1.52f, -1.53f, 1.5f)
curveTo(11.43f, 8.99f, 11.0f, 9.45f, 11.0f, 9.99f)
lineToRelative(0.0f, 1.76f)
lineTo(2.4f, 18.2f)
curveTo(1.63f, 18.78f, 2.04f, 20.0f, 3.0f, 20.0f)
horizontalLineToRelative(9.0f)
horizontalLineToRelative(9.0f)
curveTo(21.96f, 20.0f, 22.37f, 18.78f, 21.6f, 18.2f)
close()
moveTo(6.0f, 18.0f)
lineToRelative(6.0f, -4.5f)
lineToRelative(6.0f, 4.5f)
horizontalLineTo(6.0f)
close()
}
}
return _checkroom!!
}
private var _checkroom: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy