
commonMain.androidx.compose.material.icons.sharp.DonutSmall.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.DonutSmall: ImageVector
get() {
if (_donutSmall != null) {
return _donutSmall!!
}
_donutSmall = materialIcon(name = "Sharp.DonutSmall") {
materialPath {
moveTo(13.0f, 9.18f)
curveToRelative(0.85f, 0.3f, 1.51f, 0.97f, 1.82f, 1.82f)
horizontalLineToRelative(7.13f)
curveToRelative(-0.47f, -4.72f, -4.23f, -8.48f, -8.95f, -8.95f)
verticalLineToRelative(7.13f)
close()
moveTo(11.0f, 14.82f)
curveTo(9.84f, 14.4f, 9.0f, 13.3f, 9.0f, 12.0f)
curveToRelative(0.0f, -1.3f, 0.84f, -2.4f, 2.0f, -2.82f)
lineTo(11.0f, 2.05f)
curveToRelative(-5.05f, 0.5f, -9.0f, 4.76f, -9.0f, 9.95f)
curveToRelative(0.0f, 5.19f, 3.95f, 9.45f, 9.0f, 9.95f)
verticalLineToRelative(-7.13f)
close()
moveTo(14.82f, 13.0f)
curveToRelative(-0.3f, 0.85f, -0.97f, 1.51f, -1.82f, 1.82f)
verticalLineToRelative(7.13f)
curveToRelative(4.72f, -0.47f, 8.48f, -4.23f, 8.95f, -8.95f)
horizontalLineToRelative(-7.13f)
close()
}
}
return _donutSmall!!
}
private var _donutSmall: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy