
commonMain.androidx.compose.material.icons.rounded.PrintDisabled.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.PrintDisabled: ImageVector
get() {
if (_printDisabled != null) {
return _printDisabled!!
}
_printDisabled = materialIcon(name = "Rounded.PrintDisabled") {
materialPath {
moveTo(2.12f, 2.32f)
curveToRelative(-0.39f, -0.39f, -1.02f, -0.39f, -1.41f, 0.0f)
curveToRelative(-0.39f, 0.39f, -0.39f, 1.02f, 0.0f, 1.41f)
lineTo(4.98f, 8.0f)
curveTo(3.33f, 8.01f, 2.0f, 9.35f, 2.0f, 11.0f)
verticalLineToRelative(4.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(8.0f)
curveToRelative(0.55f, 0.0f, 1.04f, -0.22f, 1.4f, -0.58f)
lineToRelative(2.83f, 2.83f)
curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.41f, 0.0f)
curveToRelative(0.39f, -0.39f, 0.39f, -1.02f, 0.0f, -1.41f)
lineTo(2.12f, 2.32f)
close()
moveTo(15.0f, 19.0f)
lineTo(9.0f, 19.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(2.98f)
lineToRelative(4.72f, 4.72f)
curveToRelative(-0.19f, 0.17f, -0.43f, 0.28f, -0.7f, 0.28f)
close()
moveTo(19.0f, 8.0f)
horizontalLineToRelative(-8.37f)
lineToRelative(9.0f, 9.0f)
lineTo(20.0f, 17.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-4.0f)
curveToRelative(0.0f, -1.66f, -1.34f, -3.0f, -3.0f, -3.0f)
close()
moveTo(19.0f, 12.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
reflectiveCurveToRelative(0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
reflectiveCurveToRelative(-0.45f, 1.0f, -1.0f, 1.0f)
close()
moveTo(17.0f, 7.0f)
curveToRelative(0.55f, 0.0f, 1.0f, -0.45f, 1.0f, -1.0f)
lineTo(18.0f, 4.0f)
curveToRelative(0.0f, -0.55f, -0.45f, -1.0f, -1.0f, -1.0f)
lineTo(7.0f, 3.0f)
curveToRelative(-0.37f, 0.0f, -0.68f, 0.21f, -0.85f, 0.51f)
lineTo(9.63f, 7.0f)
lineTo(17.0f, 7.0f)
close()
}
}
return _printDisabled!!
}
private var _printDisabled: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy