commonMain.androidx.compose.material.icons.twotone.SupervisorAccount.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.twotone
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.TwoTone.SupervisorAccount: ImageVector
get() {
if (_supervisorAccount != null) {
return _supervisorAccount!!
}
_supervisorAccount = materialIcon(name = "TwoTone.SupervisorAccount") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(9.0f, 8.5f)
moveToRelative(-1.5f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, 3.0f, 0.0f)
arcToRelative(1.5f, 1.5f, 0.0f, true, true, -3.0f, 0.0f)
}
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(4.77f, 17.0f)
horizontalLineToRelative(4.28f)
curveToRelative(0.01f, -0.06f, 0.12f, -0.58f, 0.29f, -0.99f)
curveToRelative(-0.11f, 0.0f, -0.23f, -0.01f, -0.34f, -0.01f)
curveToRelative(-1.53f, 0.0f, -3.25f, 0.5f, -4.23f, 1.0f)
close()
}
materialPath {
moveTo(9.0f, 12.0f)
curveToRelative(1.93f, 0.0f, 3.5f, -1.57f, 3.5f, -3.5f)
reflectiveCurveTo(10.93f, 5.0f, 9.0f, 5.0f)
reflectiveCurveTo(5.5f, 6.57f, 5.5f, 8.5f)
reflectiveCurveTo(7.07f, 12.0f, 9.0f, 12.0f)
close()
moveTo(9.0f, 7.0f)
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
reflectiveCurveTo(9.83f, 10.0f, 9.0f, 10.0f)
reflectiveCurveToRelative(-1.5f, -0.67f, -1.5f, -1.5f)
reflectiveCurveTo(8.17f, 7.0f, 9.0f, 7.0f)
close()
moveTo(9.05f, 17.0f)
lineTo(4.77f, 17.0f)
curveToRelative(0.99f, -0.5f, 2.7f, -1.0f, 4.23f, -1.0f)
curveToRelative(0.11f, 0.0f, 0.23f, 0.01f, 0.34f, 0.01f)
curveToRelative(0.34f, -0.73f, 0.93f, -1.33f, 1.64f, -1.81f)
curveToRelative(-0.73f, -0.13f, -1.42f, -0.2f, -1.98f, -0.2f)
curveToRelative(-2.34f, 0.0f, -7.0f, 1.17f, -7.0f, 3.5f)
lineTo(2.0f, 19.0f)
horizontalLineToRelative(7.0f)
verticalLineToRelative(-1.5f)
curveToRelative(0.0f, -0.17f, 0.02f, -0.34f, 0.05f, -0.5f)
close()
moveTo(16.5f, 14.5f)
curveToRelative(-1.84f, 0.0f, -5.5f, 1.01f, -5.5f, 3.0f)
lineTo(11.0f, 19.0f)
horizontalLineToRelative(11.0f)
verticalLineToRelative(-1.5f)
curveToRelative(0.0f, -1.99f, -3.66f, -3.0f, -5.5f, -3.0f)
close()
moveTo(17.71f, 12.68f)
curveToRelative(0.76f, -0.43f, 1.29f, -1.24f, 1.29f, -2.18f)
curveTo(19.0f, 9.12f, 17.88f, 8.0f, 16.5f, 8.0f)
reflectiveCurveTo(14.0f, 9.12f, 14.0f, 10.5f)
curveToRelative(0.0f, 0.94f, 0.53f, 1.75f, 1.29f, 2.18f)
curveToRelative(0.36f, 0.2f, 0.77f, 0.32f, 1.21f, 0.32f)
reflectiveCurveToRelative(0.85f, -0.12f, 1.21f, -0.32f)
close()
}
}
return _supervisorAccount!!
}
private var _supervisorAccount: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy