commonMain.androidx.compose.material.icons.filled.GridOff.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.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.GridOff: ImageVector
get() {
if (_gridOff != null) {
return _gridOff!!
}
_gridOff = materialIcon(name = "Filled.GridOff") {
materialPath {
moveTo(8.0f, 4.0f)
verticalLineToRelative(1.45f)
lineToRelative(2.0f, 2.0f)
lineTo(10.0f, 4.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(-3.45f)
lineToRelative(2.0f, 2.0f)
lineTo(14.0f, 10.0f)
verticalLineToRelative(1.45f)
lineToRelative(2.0f, 2.0f)
lineTo(16.0f, 10.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(-3.45f)
lineToRelative(2.0f, 2.0f)
lineTo(20.0f, 16.0f)
verticalLineToRelative(1.45f)
lineToRelative(2.0f, 2.0f)
lineTo(22.0f, 4.0f)
curveToRelative(0.0f, -1.1f, -0.9f, -2.0f, -2.0f, -2.0f)
lineTo(4.55f, 2.0f)
lineToRelative(2.0f, 2.0f)
lineTo(8.0f, 4.0f)
close()
moveTo(16.0f, 4.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(-4.0f)
lineTo(16.0f, 4.0f)
close()
moveTo(1.27f, 1.27f)
lineTo(0.0f, 2.55f)
lineToRelative(2.0f, 2.0f)
lineTo(2.0f, 20.0f)
curveToRelative(0.0f, 1.1f, 0.9f, 2.0f, 2.0f, 2.0f)
horizontalLineToRelative(15.46f)
lineToRelative(2.0f, 2.0f)
lineToRelative(1.27f, -1.27f)
lineTo(1.27f, 1.27f)
close()
moveTo(10.0f, 12.55f)
lineTo(11.45f, 14.0f)
lineTo(10.0f, 14.0f)
verticalLineToRelative(-1.45f)
close()
moveTo(4.0f, 6.55f)
lineTo(5.45f, 8.0f)
lineTo(4.0f, 8.0f)
lineTo(4.0f, 6.55f)
close()
moveTo(8.0f, 20.0f)
lineTo(4.0f, 20.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(4.0f)
verticalLineToRelative(4.0f)
close()
moveTo(8.0f, 14.0f)
lineTo(4.0f, 14.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(3.45f)
lineToRelative(0.55f, 0.55f)
lineTo(8.0f, 14.0f)
close()
moveTo(14.0f, 20.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(3.45f)
lineToRelative(0.55f, 0.54f)
lineTo(14.0f, 20.0f)
close()
moveTo(16.0f, 20.0f)
verticalLineToRelative(-1.46f)
lineTo(17.46f, 20.0f)
lineTo(16.0f, 20.0f)
close()
}
}
return _gridOff!!
}
private var _gridOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy