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

commonMain.androidx.compose.material.icons.rounded.WifiChannel.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.rounded

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.Rounded.WifiChannel: ImageVector
    get() {
        if (_wifiChannel != null) {
            return _wifiChannel!!
        }
        _wifiChannel = materialIcon(name = "Rounded.WifiChannel") {
            materialPath {
                moveTo(4.13f, 21.0f)
                curveToRelative(0.5f, 0.0f, 0.92f, -0.38f, 0.99f, -0.87f)
                curveToRelative(0.65f, -4.89f, 1.95f, -9.01f, 2.88f, -10.0f)
                curveToRelative(0.91f, 0.98f, 2.19f, 5.01f, 2.86f, 9.82f)
                curveToRelative(0.08f, 0.6f, 0.59f, 1.05f, 1.19f, 1.05f)
                curveToRelative(0.54f, 0.0f, 1.02f, -0.36f, 1.16f, -0.89f)
                curveTo(13.83f, 17.73f, 15.11f, 15.0f, 16.0f, 15.0f)
                curveToRelative(0.9f, 0.0f, 2.19f, 2.83f, 2.81f, 5.2f)
                curveToRelative(0.12f, 0.48f, 0.56f, 0.8f, 1.05f, 0.8f)
                curveToRelative(0.62f, 0.0f, 1.12f, -0.52f, 1.09f, -1.14f)
                curveTo(20.75f, 15.89f, 19.81f, 3.0f, 16.0f, 3.0f)
                curveToRelative(-2.51f, 0.0f, -3.77f, 5.61f, -4.4f, 10.57f)
                curveTo(10.79f, 10.66f, 9.61f, 8.0f, 8.0f, 8.0f)
                curveToRelative(-2.92f, 0.0f, -4.41f, 8.71f, -4.85f, 11.87f)
                curveTo(3.06f, 20.47f, 3.53f, 21.0f, 4.13f, 21.0f)
                close()
                moveTo(16.0f, 13.0f)
                curveToRelative(-0.99f, 0.0f, -1.82f, 0.62f, -2.5f, 1.5f)
                curveToRelative(0.57f, -4.77f, 1.54f, -8.62f, 2.5f, -9.44f)
                curveToRelative(0.97f, 0.81f, 1.91f, 4.67f, 2.49f, 9.43f)
                curveTo(17.81f, 13.62f, 16.98f, 13.0f, 16.0f, 13.0f)
                close()
            }
        }
        return _wifiChannel!!
    }

private var _wifiChannel: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy