commonMain.androidx.compose.material.icons.outlined.Interests.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.outlined
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.Outlined.Interests: ImageVector
get() {
if (_interests != null) {
return _interests!!
}
_interests = materialIcon(name = "Outlined.Interests") {
materialPath {
moveTo(7.02f, 13.0f)
curveToRelative(-2.21f, 0.0f, -4.0f, 1.79f, -4.0f, 4.0f)
reflectiveCurveToRelative(1.79f, 4.0f, 4.0f, 4.0f)
reflectiveCurveToRelative(4.0f, -1.79f, 4.0f, -4.0f)
reflectiveCurveTo(9.23f, 13.0f, 7.02f, 13.0f)
close()
moveTo(7.02f, 19.0f)
curveToRelative(-1.1f, 0.0f, -2.0f, -0.9f, -2.0f, -2.0f)
reflectiveCurveToRelative(0.9f, -2.0f, 2.0f, -2.0f)
reflectiveCurveToRelative(2.0f, 0.9f, 2.0f, 2.0f)
reflectiveCurveTo(8.12f, 19.0f, 7.02f, 19.0f)
close()
moveTo(13.0f, 13.0f)
verticalLineToRelative(8.0f)
horizontalLineToRelative(8.0f)
verticalLineToRelative(-8.0f)
horizontalLineTo(13.0f)
close()
moveTo(19.0f, 19.0f)
horizontalLineToRelative(-4.0f)
verticalLineToRelative(-4.0f)
horizontalLineToRelative(4.0f)
verticalLineTo(19.0f)
close()
moveTo(7.0f, 2.0f)
lineToRelative(-5.0f, 9.0f)
horizontalLineToRelative(10.0f)
lineTo(7.0f, 2.0f)
close()
moveTo(7.0f, 6.12f)
lineTo(8.6f, 9.0f)
horizontalLineTo(5.4f)
lineTo(7.0f, 6.12f)
close()
moveTo(19.25f, 2.5f)
curveToRelative(-1.06f, 0.0f, -1.81f, 0.56f, -2.25f, 1.17f)
curveToRelative(-0.44f, -0.61f, -1.19f, -1.17f, -2.25f, -1.17f)
curveTo(13.19f, 2.5f, 12.0f, 3.78f, 12.0f, 5.25f)
curveToRelative(0.0f, 2.0f, 2.42f, 3.42f, 5.0f, 5.75f)
curveToRelative(2.58f, -2.33f, 5.0f, -3.75f, 5.0f, -5.75f)
curveTo(22.0f, 3.78f, 20.81f, 2.5f, 19.25f, 2.5f)
close()
moveTo(17.0f, 8.35f)
curveToRelative(-1.45f, -1.22f, -3.0f, -2.4f, -3.0f, -3.1f)
curveToRelative(0.0f, -0.43f, 0.35f, -0.75f, 0.75f, -0.75f)
curveToRelative(0.31f, 0.0f, 0.52f, 0.17f, 0.73f, 0.37f)
lineTo(17.0f, 6.3f)
lineToRelative(1.52f, -1.43f)
curveToRelative(0.21f, -0.2f, 0.42f, -0.37f, 0.73f, -0.37f)
curveToRelative(0.4f, 0.0f, 0.75f, 0.32f, 0.75f, 0.75f)
curveTo(20.0f, 5.95f, 18.45f, 7.13f, 17.0f, 8.35f)
close()
}
}
return _interests!!
}
private var _interests: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy