All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.compose.material.icons.twotone.MediaBluetoothOn.kt Maven / Gradle / Ivy

Go to download

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.twotone

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.TwoTone.MediaBluetoothOn: ImageVector
    get() {
        if (_mediaBluetoothOn != null) {
            return _mediaBluetoothOn!!
        }
        _mediaBluetoothOn = materialIcon(name = "TwoTone.MediaBluetoothOn") {
            materialPath {
                moveTo(9.0f, 3.0f)
                lineToRelative(0.01f, 10.55f)
                curveToRelative(-0.6f, -0.34f, -1.28f, -0.55f, -2.0f, -0.55f)
                curveTo(4.79f, 13.0f, 3.0f, 14.79f, 3.0f, 17.0f)
                reflectiveCurveToRelative(1.79f, 4.0f, 4.01f, 4.0f)
                reflectiveCurveTo(11.0f, 19.21f, 11.0f, 17.0f)
                verticalLineTo(7.0f)
                horizontalLineToRelative(4.0f)
                verticalLineTo(3.0f)
                horizontalLineTo(9.0f)
                close()
                moveTo(21.0f, 12.43f)
                lineTo(17.57f, 9.0f)
                horizontalLineToRelative(-0.6f)
                verticalLineToRelative(4.55f)
                lineToRelative(-2.75f, -2.75f)
                lineToRelative(-0.85f, 0.85f)
                lineTo(16.73f, 15.0f)
                lineToRelative(-3.35f, 3.35f)
                lineToRelative(0.85f, 0.85f)
                lineToRelative(2.75f, -2.75f)
                verticalLineTo(21.0f)
                horizontalLineToRelative(0.6f)
                lineTo(21.0f, 17.57f)
                lineTo(18.42f, 15.0f)
                lineTo(21.0f, 12.43f)
                close()
                moveTo(18.17f, 11.3f)
                lineToRelative(1.13f, 1.13f)
                lineToRelative(-1.13f, 1.13f)
                verticalLineTo(11.3f)
                close()
                moveTo(19.3f, 17.57f)
                lineToRelative(-1.13f, 1.13f)
                verticalLineToRelative(-2.26f)
                lineTo(19.3f, 17.57f)
                close()
            }
        }
        return _mediaBluetoothOn!!
    }

private var _mediaBluetoothOn: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy