
commonMain.androidx.compose.material.icons.rounded.ConfirmationNumber.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.ConfirmationNumber: ImageVector
get() {
if (_confirmationNumber != null) {
return _confirmationNumber!!
}
_confirmationNumber = materialIcon(name = "Rounded.ConfirmationNumber") {
materialPath {
moveTo(22.0f, 8.54f)
lineTo(22.0f, 6.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
lineTo(4.0f, 4.0f)
curveToRelative(-1.1f, 0.0f, -1.99f, 0.89f, -1.99f, 2.0f)
verticalLineToRelative(2.54f)
curveToRelative(0.0f, 0.69f, 0.33f, 1.37f, 0.94f, 1.69f)
curveTo(3.58f, 10.58f, 4.0f, 11.24f, 4.0f, 12.0f)
reflectiveCurveToRelative(-0.43f, 1.43f, -1.06f, 1.76f)
curveToRelative(-0.6f, 0.33f, -0.94f, 1.01f, -0.94f, 1.7f)
lineTo(2.0f, 18.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(16.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineToRelative(-2.54f)
curveToRelative(0.0f, -0.69f, -0.34f, -1.37f, -0.94f, -1.7f)
curveToRelative(-0.63f, -0.34f, -1.06f, -1.0f, -1.06f, -1.76f)
reflectiveCurveToRelative(0.43f, -1.42f, 1.06f, -1.76f)
curveToRelative(0.6f, -0.33f, 0.94f, -1.01f, 0.94f, -1.7f)
close()
moveTo(13.0f, 17.5f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.0f)
close()
moveTo(13.0f, 13.0f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.0f)
close()
moveTo(13.0f, 8.5f)
horizontalLineToRelative(-2.0f)
verticalLineToRelative(-2.0f)
horizontalLineToRelative(2.0f)
verticalLineToRelative(2.0f)
close()
}
}
return _confirmationNumber!!
}
private var _confirmationNumber: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy