
commonMain.androidx.compose.material.icons.filled.BedroomParent.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.BedroomParent: ImageVector
get() {
if (_bedroomParent != null) {
return _bedroomParent!!
}
_bedroomParent = materialIcon(name = "Filled.BedroomParent") {
materialPath {
moveTo(16.5f, 12.0f)
horizontalLineToRelative(-9.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(11.0f)
verticalLineToRelative(-1.0f)
curveTo(17.5f, 12.45f, 17.05f, 12.0f, 16.5f, 12.0f)
close()
}
materialPath {
moveTo(7.25f, 8.5f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(-4.0f)
close()
}
materialPath {
moveTo(12.75f, 8.5f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(2.0f)
horizontalLineToRelative(-4.0f)
close()
}
materialPath {
moveTo(20.0f, 2.0f)
horizontalLineTo(4.0f)
curveTo(2.9f, 2.0f, 2.0f, 2.9f, 2.0f, 4.0f)
verticalLineToRelative(16.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(16.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineTo(4.0f)
curveTo(22.0f, 2.9f, 21.1f, 2.0f, 20.0f, 2.0f)
close()
moveTo(19.0f, 17.0f)
horizontalLineToRelative(-1.5f)
verticalLineToRelative(-1.5f)
horizontalLineToRelative(-11.0f)
verticalLineTo(17.0f)
horizontalLineTo(5.0f)
verticalLineToRelative(-3.83f)
curveToRelative(0.0f, -0.66f, 0.25f, -1.26f, 0.65f, -1.72f)
verticalLineTo(9.0f)
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
horizontalLineTo(11.0f)
curveToRelative(0.37f, 0.0f, 0.72f, 0.12f, 1.0f, 0.32f)
curveTo(12.28f, 7.12f, 12.63f, 7.0f, 13.0f, 7.0f)
horizontalLineToRelative(3.35f)
curveToRelative(1.1f, 0.0f, 2.0f, 0.9f, 2.0f, 2.0f)
verticalLineToRelative(2.45f)
curveToRelative(0.4f, 0.46f, 0.65f, 1.06f, 0.65f, 1.72f)
verticalLineTo(17.0f)
close()
}
}
return _bedroomParent!!
}
private var _bedroomParent: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy