commonMain.androidx.compose.material.icons.filled.Masks.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.filled
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.Filled.Masks: ImageVector
get() {
if (_masks != null) {
return _masks!!
}
_masks = materialIcon(name = "Filled.Masks") {
materialPath {
moveTo(19.5f, 6.0f)
curveToRelative(-1.31f, 0.0f, -2.37f, 1.01f, -2.48f, 2.3f)
curveTo(15.14f, 7.8f, 14.18f, 6.5f, 12.0f, 6.5f)
curveToRelative(-2.19f, 0.0f, -3.14f, 1.3f, -5.02f, 1.8f)
curveTo(6.87f, 7.02f, 5.81f, 6.0f, 4.5f, 6.0f)
curveTo(3.12f, 6.0f, 2.0f, 7.12f, 2.0f, 8.5f)
verticalLineTo(9.0f)
curveToRelative(0.0f, 6.0f, 3.6f, 7.81f, 6.52f, 7.98f)
curveTo(9.53f, 17.62f, 10.72f, 18.0f, 12.0f, 18.0f)
reflectiveCurveToRelative(2.47f, -0.38f, 3.48f, -1.02f)
curveTo(18.4f, 16.81f, 22.0f, 15.0f, 22.0f, 9.0f)
verticalLineTo(8.5f)
curveTo(22.0f, 7.12f, 20.88f, 6.0f, 19.5f, 6.0f)
close()
moveTo(3.5f, 9.0f)
verticalLineTo(8.5f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
verticalLineToRelative(3.0f)
curveToRelative(0.0f, 1.28f, 0.38f, 2.47f, 1.01f, 3.48f)
curveTo(4.99f, 14.27f, 3.5f, 12.65f, 3.5f, 9.0f)
close()
moveTo(20.5f, 9.0f)
curveToRelative(0.0f, 3.65f, -1.49f, 5.27f, -3.01f, 5.98f)
curveToRelative(0.64f, -1.01f, 1.01f, -2.2f, 1.01f, -3.48f)
verticalLineToRelative(-3.0f)
curveToRelative(0.0f, -0.55f, 0.45f, -1.0f, 1.0f, -1.0f)
reflectiveCurveToRelative(1.0f, 0.45f, 1.0f, 1.0f)
verticalLineTo(9.0f)
close()
moveTo(10.69f, 10.48f)
curveToRelative(-0.44f, 0.26f, -0.96f, 0.56f, -1.69f, 0.76f)
verticalLineTo(10.2f)
curveToRelative(0.48f, -0.17f, 0.84f, -0.38f, 1.18f, -0.58f)
curveTo(10.72f, 9.3f, 11.23f, 9.0f, 12.0f, 9.0f)
reflectiveCurveToRelative(1.27f, 0.3f, 1.8f, 0.62f)
curveToRelative(0.34f, 0.2f, 0.71f, 0.42f, 1.2f, 0.59f)
verticalLineToRelative(1.04f)
curveToRelative(-0.75f, -0.21f, -1.26f, -0.51f, -1.71f, -0.78f)
curveTo(12.83f, 10.2f, 12.49f, 10.0f, 12.0f, 10.0f)
curveTo(11.51f, 10.0f, 11.16f, 10.2f, 10.69f, 10.48f)
close()
}
}
return _masks!!
}
private var _masks: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy