
commonMain.androidx.compose.material.icons.sharp.EarbudsBattery.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.sharp
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.Sharp.EarbudsBattery: ImageVector
get() {
if (_earbudsBattery != null) {
return _earbudsBattery!!
}
_earbudsBattery = materialIcon(name = "Sharp.EarbudsBattery") {
materialPath {
moveTo(20.0f, 7.0f)
lineToRelative(0.0f, -1.0f)
lineToRelative(-2.0f, 0.0f)
lineToRelative(0.0f, 1.0f)
lineToRelative(-2.0f, 0.0f)
lineToRelative(0.0f, 11.0f)
lineToRelative(6.0f, 0.0f)
lineToRelative(0.0f, -11.0f)
close()
}
materialPath {
moveTo(5.38f, 16.5f)
lineTo(5.38f, 16.5f)
curveToRelative(-1.04f, 0.0f, -1.88f, -0.84f, -1.88f, -1.87f)
verticalLineTo(10.0f)
horizontalLineTo(6.0f)
verticalLineTo(6.0f)
horizontalLineTo(4.0f)
curveTo(2.9f, 6.0f, 2.0f, 6.9f, 2.0f, 8.0f)
verticalLineToRelative(6.63f)
curveTo(2.0f, 16.49f, 3.51f, 18.0f, 5.37f, 18.0f)
horizontalLineToRelative(0.0f)
curveToRelative(1.86f, 0.0f, 3.37f, -1.51f, 3.37f, -3.37f)
verticalLineTo(9.37f)
curveToRelative(0.0f, -1.04f, 0.84f, -1.87f, 1.87f, -1.87f)
horizontalLineToRelative(0.0f)
curveToRelative(1.04f, 0.0f, 1.87f, 0.84f, 1.87f, 1.87f)
verticalLineTo(14.0f)
horizontalLineTo(10.0f)
verticalLineToRelative(4.0f)
horizontalLineToRelative(2.0f)
curveToRelative(1.1f, 0.0f, 2.0f, -0.9f, 2.0f, -2.0f)
verticalLineTo(9.37f)
curveTo(14.0f, 7.51f, 12.49f, 6.0f, 10.63f, 6.0f)
horizontalLineToRelative(0.0f)
curveTo(8.76f, 6.0f, 7.25f, 7.51f, 7.25f, 9.37f)
verticalLineToRelative(5.25f)
curveTo(7.25f, 15.66f, 6.41f, 16.5f, 5.38f, 16.5f)
close()
}
}
return _earbudsBattery!!
}
private var _earbudsBattery: ImageVector? = null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy