commonMain.androidx.compose.material.icons.rounded.Unpublished.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.Unpublished: ImageVector
get() {
if (_unpublished != null) {
return _unpublished!!
}
_unpublished = materialIcon(name = "Rounded.Unpublished") {
materialPath {
moveTo(20.49f, 20.49f)
lineTo(3.51f, 3.51f)
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(1.56f, 1.56f)
curveToRelative(-1.25f, 1.88f, -1.88f, 4.21f, -1.59f, 6.7f)
curveToRelative(0.53f, 4.54f, 4.21f, 8.22f, 8.74f, 8.74f)
curveToRelative(2.49f, 0.29f, 4.81f, -0.34f, 6.7f, -1.59f)
lineToRelative(1.56f, 1.56f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
lineToRelative(0.0f, 0.0f)
curveTo(20.88f, 21.51f, 20.88f, 20.88f, 20.49f, 20.49f)
close()
moveTo(9.88f, 15.89f)
lineToRelative(-2.83f, -2.83f)
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)
lineToRelative(2.12f, 2.12f)
lineToRelative(0.18f, -0.18f)
lineToRelative(1.41f, 1.41f)
lineToRelative(-0.88f, 0.88f)
curveTo(10.9f, 16.28f, 10.27f, 16.28f, 9.88f, 15.89f)
close()
moveTo(13.59f, 10.76f)
lineToRelative(-7.1f, -7.1f)
curveToRelative(1.88f, -1.25f, 4.21f, -1.88f, 6.7f, -1.59f)
curveToRelative(4.54f, 0.53f, 8.22f, 4.21f, 8.74f, 8.74f)
curveToRelative(0.29f, 2.49f, -0.34f, 4.82f, -1.59f, 6.7f)
lineToRelative(-5.34f, -5.34f)
lineToRelative(1.94f, -1.94f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
verticalLineToRelative(0.0f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
lineTo(13.59f, 10.76f)
close()
}
}
return _unpublished!!
}
private var _unpublished: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy