commonMain.androidx.compose.material.icons.rounded.GroupOff.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.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.GroupOff: ImageVector
get() {
if (_groupOff != null) {
return _groupOff!!
}
_groupOff = materialIcon(name = "Rounded.GroupOff") {
materialPath {
moveTo(15.0f, 8.0f)
curveToRelative(0.0f, -1.42f, -0.5f, -2.73f, -1.33f, -3.76f)
curveTo(14.09f, 4.1f, 14.53f, 4.0f, 15.0f, 4.0f)
curveToRelative(2.21f, 0.0f, 4.0f, 1.79f, 4.0f, 4.0f)
reflectiveCurveToRelative(-1.79f, 4.0f, -4.0f, 4.0f)
curveToRelative(-0.06f, 0.0f, -0.12f, 0.0f, -0.18f, 0.0f)
lineToRelative(-0.77f, -0.77f)
curveTo(14.65f, 10.29f, 15.0f, 9.18f, 15.0f, 8.0f)
close()
moveTo(7.24f, 4.41f)
curveTo(7.77f, 4.15f, 8.37f, 4.0f, 9.0f, 4.0f)
curveToRelative(2.21f, 0.0f, 4.0f, 1.79f, 4.0f, 4.0f)
curveToRelative(0.0f, 0.63f, -0.15f, 1.23f, -0.41f, 1.76f)
lineTo(7.24f, 4.41f)
close()
moveTo(21.19f, 21.19f)
curveToRelative(0.39f, 0.39f, 0.39f, 1.02f, 0.0f, 1.41f)
reflectiveCurveToRelative(-1.02f, 0.39f, -1.41f, 0.0f)
lineToRelative(-2.99f, -2.99f)
curveTo(16.6f, 19.85f, 16.32f, 20.0f, 16.0f, 20.0f)
horizontalLineTo(2.0f)
curveToRelative(-0.55f, 0.0f, -1.0f, -0.45f, -1.0f, -1.0f)
verticalLineToRelative(-2.0f)
curveToRelative(0.0f, -2.66f, 5.33f, -4.0f, 8.0f, -4.0f)
curveToRelative(0.37f, 0.0f, 0.8f, 0.03f, 1.25f, 0.08f)
lineTo(9.17f, 12.0f)
curveTo(9.11f, 12.0f, 9.06f, 12.0f, 9.0f, 12.0f)
curveToRelative(-2.21f, 0.0f, -4.0f, -1.79f, -4.0f, -4.0f)
curveToRelative(0.0f, -0.06f, 0.0f, -0.11f, 0.0f, -0.17f)
lineTo(1.39f, 4.22f)
curveTo(1.0f, 3.83f, 1.0f, 3.2f, 1.39f, 2.81f)
reflectiveCurveToRelative(1.02f, -0.39f, 1.41f, 0.0f)
lineTo(21.19f, 21.19f)
close()
moveTo(18.89f, 16.07f)
curveToRelative(-0.29f, -1.22f, -1.13f, -2.19f, -2.23f, -2.94f)
curveTo(19.42f, 13.53f, 23.0f, 14.82f, 23.0f, 17.0f)
verticalLineToRelative(2.0f)
curveToRelative(0.0f, 0.32f, -0.15f, 0.6f, -0.38f, 0.79f)
lineTo(18.89f, 16.07f)
close()
}
}
return _groupOff!!
}
private var _groupOff: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy