commonMain.androidx.compose.material.icons.outlined.FitnessCenter.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.FitnessCenter: ImageVector
get() {
if (_fitnessCenter != null) {
return _fitnessCenter!!
}
_fitnessCenter = materialIcon(name = "Outlined.FitnessCenter") {
materialPath {
moveTo(20.57f, 14.86f)
lineTo(22.0f, 13.43f)
lineTo(20.57f, 12.0f)
lineTo(17.0f, 15.57f)
lineTo(8.43f, 7.0f)
lineTo(12.0f, 3.43f)
lineTo(10.57f, 2.0f)
lineTo(9.14f, 3.43f)
lineTo(7.71f, 2.0f)
lineTo(5.57f, 4.14f)
lineTo(4.14f, 2.71f)
lineTo(2.71f, 4.14f)
lineToRelative(1.43f, 1.43f)
lineTo(2.0f, 7.71f)
lineToRelative(1.43f, 1.43f)
lineTo(2.0f, 10.57f)
lineTo(3.43f, 12.0f)
lineTo(7.0f, 8.43f)
lineTo(15.57f, 17.0f)
lineTo(12.0f, 20.57f)
lineTo(13.43f, 22.0f)
lineToRelative(1.43f, -1.43f)
lineTo(16.29f, 22.0f)
lineToRelative(2.14f, -2.14f)
lineToRelative(1.43f, 1.43f)
lineToRelative(1.43f, -1.43f)
lineToRelative(-1.43f, -1.43f)
lineTo(22.0f, 16.29f)
lineToRelative(-1.43f, -1.43f)
close()
}
}
return _fitnessCenter!!
}
private var _fitnessCenter: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy