commonMain.androidx.compose.material.icons.sharp.Elderly.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.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.Elderly: ImageVector
get() {
if (_elderly != null) {
return _elderly!!
}
_elderly = materialIcon(name = "Sharp.Elderly") {
materialPath {
moveTo(13.5f, 5.5f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
reflectiveCurveToRelative(-0.9f, -2.0f, -2.0f, -2.0f)
reflectiveCurveToRelative(-2.0f, 0.9f, -2.0f, 2.0f)
reflectiveCurveTo(12.4f, 5.5f, 13.5f, 5.5f)
close()
moveTo(20.0f, 12.5f)
verticalLineTo(23.0f)
horizontalLineToRelative(-1.0f)
verticalLineTo(12.5f)
curveToRelative(0.0f, -0.28f, -0.22f, -0.5f, -0.5f, -0.5f)
reflectiveCurveTo(18.0f, 12.22f, 18.0f, 12.5f)
verticalLineToRelative(1.0f)
horizontalLineToRelative(-1.0f)
verticalLineToRelative(-0.69f)
curveToRelative(-1.46f, -0.38f, -2.7f, -1.29f, -3.51f, -2.52f)
curveTo(13.18f, 11.16f, 13.0f, 12.07f, 13.0f, 13.0f)
curveToRelative(0.0f, 0.23f, 0.02f, 0.46f, 0.03f, 0.69f)
lineTo(15.0f, 16.5f)
verticalLineTo(23.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-5.0f)
lineToRelative(-1.78f, -2.54f)
lineTo(11.0f, 19.0f)
lineToRelative(-3.0f, 4.0f)
lineToRelative(-1.6f, -1.2f)
lineTo(9.0f, 18.33f)
verticalLineTo(13.0f)
curveToRelative(0.0f, -1.15f, 0.18f, -2.29f, 0.5f, -3.39f)
lineTo(8.0f, 10.46f)
verticalLineTo(14.0f)
horizontalLineTo(6.0f)
verticalLineTo(9.3f)
lineToRelative(5.4f, -3.07f)
lineToRelative(0.0f, 0.01f)
curveToRelative(0.59f, -0.31f, 1.32f, -0.33f, 1.94f, 0.03f)
curveToRelative(0.36f, 0.21f, 0.63f, 0.51f, 0.8f, 0.85f)
lineToRelative(0.0f, 0.0f)
lineToRelative(0.79f, 1.67f)
curveTo(15.58f, 10.1f, 16.94f, 11.0f, 18.5f, 11.0f)
curveTo(19.33f, 11.0f, 20.0f, 11.67f, 20.0f, 12.5f)
close()
}
}
return _elderly!!
}
private var _elderly: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy