commonMain.androidx.compose.material.icons.rounded.AppRegistration.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.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.AppRegistration: ImageVector
get() {
if (_appRegistration != null) {
return _appRegistration!!
}
_appRegistration = materialIcon(name = "Rounded.AppRegistration") {
materialPath {
moveTo(12.0f, 6.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(6.0f, 18.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(6.0f, 12.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(6.0f, 6.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(18.0f, 6.0f)
moveToRelative(-2.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, 4.0f, 0.0f)
arcToRelative(2.0f, 2.0f, 0.0f, true, true, -4.0f, 0.0f)
}
materialPath {
moveTo(11.0f, 18.07f)
verticalLineToRelative(1.43f)
curveToRelative(0.0f, 0.28f, 0.22f, 0.5f, 0.5f, 0.5f)
horizontalLineToRelative(1.4f)
curveToRelative(0.13f, 0.0f, 0.26f, -0.05f, 0.35f, -0.15f)
lineToRelative(5.83f, -5.83f)
lineToRelative(-2.12f, -2.12f)
lineToRelative(-5.81f, 5.81f)
curveTo(11.05f, 17.81f, 11.0f, 17.94f, 11.0f, 18.07f)
close()
}
materialPath {
moveTo(12.03f, 14.0f)
lineTo(14.0f, 12.03f)
verticalLineTo(12.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
reflectiveCurveToRelative(-2.0f, 0.9f, -2.0f, 2.0f)
reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineTo(12.03f)
close()
}
materialPath {
moveTo(20.85f, 11.56f)
lineToRelative(-1.41f, -1.41f)
curveToRelative(-0.2f, -0.2f, -0.51f, -0.2f, -0.71f, 0.0f)
lineToRelative(-1.06f, 1.06f)
lineToRelative(2.12f, 2.12f)
lineToRelative(1.06f, -1.06f)
curveTo(21.05f, 12.07f, 21.05f, 11.76f, 20.85f, 11.56f)
close()
}
}
return _appRegistration!!
}
private var _appRegistration: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy