commonMain.androidx.compose.material.icons.sharp.Android.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.Android: ImageVector
get() {
if (_android != null) {
return _android!!
}
_android = materialIcon(name = "Sharp.Android") {
materialPath {
moveTo(17.6f, 9.48f)
lineToRelative(1.84f, -3.18f)
curveToRelative(0.16f, -0.31f, 0.04f, -0.69f, -0.26f, -0.85f)
curveToRelative(-0.29f, -0.15f, -0.65f, -0.06f, -0.83f, 0.22f)
lineToRelative(-1.88f, 3.24f)
curveToRelative(-2.86f, -1.21f, -6.08f, -1.21f, -8.94f, 0.0f)
lineTo(5.65f, 5.67f)
curveToRelative(-0.19f, -0.29f, -0.58f, -0.38f, -0.87f, -0.2f)
curveTo(4.5f, 5.65f, 4.41f, 6.01f, 4.56f, 6.3f)
lineTo(6.4f, 9.48f)
curveTo(3.3f, 11.25f, 1.28f, 14.44f, 1.0f, 18.0f)
horizontalLineToRelative(22.0f)
curveTo(22.72f, 14.44f, 20.7f, 11.25f, 17.6f, 9.48f)
close()
moveTo(7.0f, 15.25f)
curveToRelative(-0.69f, 0.0f, -1.25f, -0.56f, -1.25f, -1.25f)
curveToRelative(0.0f, -0.69f, 0.56f, -1.25f, 1.25f, -1.25f)
reflectiveCurveTo(8.25f, 13.31f, 8.25f, 14.0f)
curveTo(8.25f, 14.69f, 7.69f, 15.25f, 7.0f, 15.25f)
close()
moveTo(17.0f, 15.25f)
curveToRelative(-0.69f, 0.0f, -1.25f, -0.56f, -1.25f, -1.25f)
curveToRelative(0.0f, -0.69f, 0.56f, -1.25f, 1.25f, -1.25f)
reflectiveCurveToRelative(1.25f, 0.56f, 1.25f, 1.25f)
curveTo(18.25f, 14.69f, 17.69f, 15.25f, 17.0f, 15.25f)
close()
}
}
return _android!!
}
private var _android: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy