commonMain.androidx.compose.material.icons.rounded.FoodBank.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.FoodBank: ImageVector
get() {
if (_foodBank != null) {
return _foodBank!!
}
_foodBank = materialIcon(name = "Rounded.FoodBank") {
materialPath {
moveTo(10.8f, 3.9f)
lineToRelative(-6.0f, 4.5f)
curveTo(4.3f, 8.78f, 4.0f, 9.37f, 4.0f, 10.0f)
verticalLineToRelative(9.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(12.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-9.0f)
curveToRelative(0.0f, -0.63f, -0.3f, -1.22f, -0.8f, -1.6f)
lineToRelative(-6.0f, -4.5f)
curveTo(12.49f, 3.37f, 11.51f, 3.37f, 10.8f, 3.9f)
close()
moveTo(12.5f, 12.5f)
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
verticalLineToRelative(3.5f)
curveToRelative(0.0f, 0.28f, -0.22f, 0.5f, -0.5f, 0.5f)
horizontalLineToRelative(0.0f)
curveToRelative(-0.28f, 0.0f, -0.5f, -0.22f, -0.5f, -0.5f)
verticalLineTo(14.0f)
curveToRelative(-0.83f, 0.0f, -1.5f, -0.67f, -1.5f, -1.5f)
verticalLineTo(10.0f)
curveToRelative(0.0f, -0.28f, 0.22f, -0.5f, 0.5f, -0.5f)
horizontalLineToRelative(0.0f)
curveToRelative(0.28f, 0.0f, 0.5f, 0.22f, 0.5f, 0.5f)
verticalLineToRelative(2.5f)
horizontalLineTo(10.0f)
verticalLineTo(10.0f)
curveToRelative(0.0f, -0.28f, 0.22f, -0.5f, 0.5f, -0.5f)
horizontalLineToRelative(0.0f)
curveToRelative(0.28f, 0.0f, 0.5f, 0.22f, 0.5f, 0.5f)
verticalLineToRelative(2.5f)
horizontalLineToRelative(0.5f)
verticalLineTo(10.0f)
curveToRelative(0.0f, -0.28f, 0.22f, -0.5f, 0.5f, -0.5f)
horizontalLineToRelative(0.0f)
curveToRelative(0.28f, 0.0f, 0.5f, 0.22f, 0.5f, 0.5f)
verticalLineTo(12.5f)
close()
moveTo(14.5f, 18.0f)
lineTo(14.5f, 18.0f)
curveToRelative(-0.28f, 0.0f, -0.5f, -0.22f, -0.5f, -0.5f)
verticalLineToRelative(-3.0f)
horizontalLineToRelative(-0.5f)
curveToRelative(-0.28f, 0.0f, -0.5f, -0.22f, -0.5f, -0.5f)
verticalLineToRelative(-2.5f)
curveToRelative(0.0f, -0.88f, 0.57f, -1.63f, 1.36f, -1.89f)
curveTo(14.67f, 9.5f, 15.0f, 9.75f, 15.0f, 10.09f)
verticalLineToRelative(7.41f)
curveTo(15.0f, 17.78f, 14.78f, 18.0f, 14.5f, 18.0f)
close()
}
}
return _foodBank!!
}
private var _foodBank: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy