commonMain.androidx.compose.material.icons.twotone.RestorePage.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.RestorePage: ImageVector
get() {
if (_restorePage != null) {
return _restorePage!!
}
_restorePage = materialIcon(name = "TwoTone.RestorePage") {
materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
moveTo(6.0f, 4.0f)
verticalLineToRelative(16.0f)
horizontalLineToRelative(12.0f)
lineTo(18.0f, 8.83f)
lineTo(13.17f, 4.0f)
lineTo(6.0f, 4.0f)
close()
moveTo(16.72f, 13.0f)
curveToRelative(0.0f, 2.48f, -2.02f, 4.5f, -4.5f, 4.5f)
curveToRelative(-1.84f, 0.0f, -3.43f, -1.12f, -4.12f, -2.7f)
horizontalLineToRelative(1.54f)
curveToRelative(0.57f, 0.81f, 1.51f, 1.35f, 2.58f, 1.35f)
curveToRelative(1.74f, 0.0f, 3.15f, -1.41f, 3.15f, -3.15f)
reflectiveCurveToRelative(-1.41f, -3.15f, -3.15f, -3.15f)
curveToRelative(-1.21f, 0.0f, -2.27f, 0.7f, -2.79f, 1.71f)
lineTo(10.88f, 13.0f)
horizontalLineToRelative(-3.6f)
lineTo(7.28f, 9.4f)
lineToRelative(1.17f, 1.17f)
curveToRelative(0.8f, -1.24f, 2.19f, -2.07f, 3.78f, -2.07f)
curveToRelative(2.48f, 0.0f, 4.49f, 2.02f, 4.49f, 4.5f)
close()
}
materialPath {
moveTo(14.0f, 2.0f)
lineTo(6.0f, 2.0f)
curveToRelative(-1.1f, 0.0f, -1.99f, 0.9f, -1.99f, 2.0f)
lineTo(4.0f, 20.0f)
curveToRelative(0.0f, 1.1f, 0.89f, 2.0f, 1.99f, 2.0f)
lineTo(18.0f, 22.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
lineTo(20.0f, 8.0f)
lineToRelative(-6.0f, -6.0f)
close()
moveTo(18.0f, 20.0f)
lineTo(6.0f, 20.0f)
lineTo(6.0f, 4.0f)
horizontalLineToRelative(7.17f)
lineTo(18.0f, 8.83f)
lineTo(18.0f, 20.0f)
close()
moveTo(8.45f, 10.57f)
lineTo(7.28f, 9.4f)
lineTo(7.28f, 13.0f)
horizontalLineToRelative(3.6f)
lineToRelative(-1.44f, -1.44f)
curveToRelative(0.52f, -1.01f, 1.58f, -1.71f, 2.79f, -1.71f)
curveToRelative(1.74f, 0.0f, 3.15f, 1.41f, 3.15f, 3.15f)
reflectiveCurveToRelative(-1.41f, 3.15f, -3.15f, 3.15f)
curveToRelative(-1.07f, 0.0f, -2.02f, -0.54f, -2.58f, -1.35f)
lineTo(8.1f, 14.8f)
curveToRelative(0.69f, 1.58f, 2.28f, 2.7f, 4.12f, 2.7f)
curveToRelative(2.48f, 0.0f, 4.5f, -2.02f, 4.5f, -4.5f)
reflectiveCurveToRelative(-2.02f, -4.5f, -4.5f, -4.5f)
curveToRelative(-1.59f, 0.0f, -2.97f, 0.83f, -3.77f, 2.07f)
close()
}
}
return _restorePage!!
}
private var _restorePage: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy