commonMain.androidx.compose.material.icons.filled.Hearing.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.Hearing: ImageVector
get() {
if (_hearing != null) {
return _hearing!!
}
_hearing = materialIcon(name = "Filled.Hearing") {
materialPath {
moveTo(17.0f, 20.0f)
curveToRelative(-0.29f, 0.0f, -0.56f, -0.06f, -0.76f, -0.15f)
curveToRelative(-0.71f, -0.37f, -1.21f, -0.88f, -1.71f, -2.38f)
curveToRelative(-0.51f, -1.56f, -1.47f, -2.29f, -2.39f, -3.0f)
curveToRelative(-0.79f, -0.61f, -1.61f, -1.24f, -2.32f, -2.53f)
curveTo(9.29f, 10.98f, 9.0f, 9.93f, 9.0f, 9.0f)
curveToRelative(0.0f, -2.8f, 2.2f, -5.0f, 5.0f, -5.0f)
reflectiveCurveToRelative(5.0f, 2.2f, 5.0f, 5.0f)
horizontalLineToRelative(2.0f)
curveToRelative(0.0f, -3.93f, -3.07f, -7.0f, -7.0f, -7.0f)
reflectiveCurveTo(7.0f, 5.07f, 7.0f, 9.0f)
curveToRelative(0.0f, 1.26f, 0.38f, 2.65f, 1.07f, 3.9f)
curveToRelative(0.91f, 1.65f, 1.98f, 2.48f, 2.85f, 3.15f)
curveToRelative(0.81f, 0.62f, 1.39f, 1.07f, 1.71f, 2.05f)
curveToRelative(0.6f, 1.82f, 1.37f, 2.84f, 2.73f, 3.55f)
curveToRelative(0.51f, 0.23f, 1.07f, 0.35f, 1.64f, 0.35f)
curveToRelative(2.21f, 0.0f, 4.0f, -1.79f, 4.0f, -4.0f)
horizontalLineToRelative(-2.0f)
curveToRelative(0.0f, 1.1f, -0.9f, 2.0f, -2.0f, 2.0f)
close()
moveTo(7.64f, 2.64f)
lineTo(6.22f, 1.22f)
curveTo(4.23f, 3.21f, 3.0f, 5.96f, 3.0f, 9.0f)
reflectiveCurveToRelative(1.23f, 5.79f, 3.22f, 7.78f)
lineToRelative(1.41f, -1.41f)
curveTo(6.01f, 13.74f, 5.0f, 11.49f, 5.0f, 9.0f)
reflectiveCurveToRelative(1.01f, -4.74f, 2.64f, -6.36f)
close()
moveTo(11.5f, 9.0f)
curveToRelative(0.0f, 1.38f, 1.12f, 2.5f, 2.5f, 2.5f)
reflectiveCurveToRelative(2.5f, -1.12f, 2.5f, -2.5f)
reflectiveCurveToRelative(-1.12f, -2.5f, -2.5f, -2.5f)
reflectiveCurveToRelative(-2.5f, 1.12f, -2.5f, 2.5f)
close()
}
}
return _hearing!!
}
private var _hearing: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy