
commonMain.androidx.compose.material.icons.rounded.InstallMobile.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.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.InstallMobile: ImageVector
get() {
if (_installMobile != null) {
return _installMobile!!
}
_installMobile = materialIcon(name = "Rounded.InstallMobile") {
materialPath {
moveTo(18.71f, 13.29f)
lineToRelative(3.59f, -3.59f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineToRelative(0.0f, 0.0f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineTo(19.0f, 10.17f)
verticalLineTo(4.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
horizontalLineToRelative(0.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, 0.45f, -1.0f, 1.0f)
verticalLineToRelative(6.17f)
lineToRelative(-1.89f, -1.88f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineToRelative(3.59f, 3.59f)
curveTo(17.69f, 13.68f, 18.32f, 13.68f, 18.71f, 13.29f)
close()
}
materialPath {
moveTo(17.0f, 18.0f)
horizontalLineTo(7.0f)
verticalLineTo(6.0f)
horizontalLineToRelative(7.0f)
verticalLineTo(1.0f)
horizontalLineTo(7.0f)
curveTo(5.9f, 1.0f, 5.0f, 1.9f, 5.0f, 3.0f)
verticalLineToRelative(18.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(10.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-5.0f)
horizontalLineToRelative(-2.0f)
verticalLineTo(18.0f)
close()
}
}
return _installMobile!!
}
private var _installMobile: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy