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

commonMain.androidx.compose.material.icons.twotone.WifiFind.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.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.WifiFind: ImageVector
    get() {
        if (_wifiFind != null) {
            return _wifiFind!!
        }
        _wifiFind = materialIcon(name = "TwoTone.WifiFind") {
            materialPath {
                moveTo(22.59f, 10.39f)
                lineTo(24.0f, 8.98f)
                curveTo(20.93f, 5.9f, 16.69f, 4.0f, 12.0f, 4.0f)
                curveTo(7.31f, 4.0f, 3.07f, 5.9f, 0.0f, 8.98f)
                lineTo(12.0f, 21.0f)
                lineToRelative(1.41f, -1.42f)
                lineTo(2.93f, 9.08f)
                curveTo(5.45f, 7.16f, 8.59f, 6.0f, 12.0f, 6.0f)
                curveTo(16.13f, 6.0f, 19.88f, 7.68f, 22.59f, 10.39f)
                close()
            }
            materialPath {
                moveTo(23.0f, 18.59f)
                lineToRelative(-2.56f, -2.56f)
                curveTo(20.79f, 15.44f, 21.0f, 14.75f, 21.0f, 14.0f)
                curveToRelative(0.0f, -2.24f, -1.76f, -4.0f, -4.0f, -4.0f)
                reflectiveCurveToRelative(-4.0f, 1.76f, -4.0f, 4.0f)
                curveToRelative(0.0f, 2.24f, 1.76f, 4.0f, 4.0f, 4.0f)
                curveToRelative(0.75f, 0.0f, 1.44f, -0.21f, 2.03f, -0.56f)
                lineTo(21.59f, 20.0f)
                lineTo(23.0f, 18.59f)
                close()
                moveTo(15.0f, 14.0f)
                curveToRelative(0.0f, -1.12f, 0.88f, -2.0f, 2.0f, -2.0f)
                reflectiveCurveToRelative(2.0f, 0.88f, 2.0f, 2.0f)
                curveToRelative(0.0f, 1.12f, -0.88f, 2.0f, -2.0f, 2.0f)
                reflectiveCurveTo(15.0f, 15.12f, 15.0f, 14.0f)
                close()
            }
            materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
                moveTo(22.59f, 10.39f)
                curveTo(19.88f, 7.68f, 16.13f, 6.0f, 12.0f, 6.0f)
                curveTo(8.59f, 6.0f, 5.45f, 7.16f, 2.93f, 9.08f)
                lineToRelative(2.26f, 2.26f)
                lineToRelative(8.24f, 8.24f)
                lineToRelative(0.46f, -0.46f)
                curveTo(12.15f, 18.09f, 11.0f, 16.21f, 11.0f, 14.0f)
                curveToRelative(0.0f, -1.62f, 0.62f, -3.13f, 1.75f, -4.25f)
                reflectiveCurveTo(15.38f, 8.0f, 17.0f, 8.0f)
                curveToRelative(2.21f, 0.0f, 4.09f, 1.15f, 5.13f, 2.89f)
                lineToRelative(0.49f, -0.49f)
                lineToRelative(-0.02f, -0.02f)
                lineTo(22.59f, 10.39f)
                close()
            }
        }
        return _wifiFind!!
    }

private var _wifiFind: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy