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

commonMain.androidx.compose.material.icons.twotone.BeachAccess.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.BeachAccess: ImageVector
    get() {
        if (_beachAccess != null) {
            return _beachAccess!!
        }
        _beachAccess = materialIcon(name = "TwoTone.BeachAccess") {
            materialPath(fillAlpha = 0.3f, strokeAlpha = 0.3f) {
                moveTo(7.6f, 7.6f)
                curveToRelative(-0.47f, 2.34f, 0.03f, 4.78f, 1.39f, 6.83f)
                lineToRelative(5.45f, -5.45f)
                curveToRelative(-1.53f, -1.02f, -3.28f, -1.56f, -5.08f, -1.56f)
                curveToRelative(-0.6f, 0.0f, -1.19f, 0.06f, -1.76f, 0.18f)
                close()
                moveTo(13.12f, 5.0f)
                curveToRelative(-0.93f, 0.0f, -1.82f, 0.16f, -2.67f, 0.46f)
                curveToRelative(1.91f, 0.19f, 3.79f, 0.89f, 5.44f, 2.07f)
                lineToRelative(1.39f, -1.39f)
                curveTo(16.03f, 5.4f, 14.61f, 5.0f, 13.12f, 5.0f)
                close()
                moveTo(5.0f, 13.12f)
                curveToRelative(0.0f, 1.49f, 0.4f, 2.91f, 1.14f, 4.15f)
                lineToRelative(1.39f, -1.39f)
                curveToRelative(-1.18f, -1.65f, -1.88f, -3.52f, -2.07f, -5.44f)
                curveToRelative(-0.3f, 0.86f, -0.46f, 1.76f, -0.46f, 2.68f)
                close()
            }
            materialPath {
                moveTo(13.126f, 14.56f)
                lineToRelative(1.428f, -1.428f)
                lineToRelative(6.442f, 6.442f)
                lineToRelative(-1.43f, 1.428f)
                close()
                moveTo(13.12f, 3.0f)
                curveToRelative(-2.58f, 0.0f, -5.16f, 0.98f, -7.14f, 2.95f)
                lineToRelative(-0.01f, 0.01f)
                curveToRelative(-3.95f, 3.95f, -3.95f, 10.36f, 0.0f, 14.31f)
                lineToRelative(14.3f, -14.31f)
                curveTo(18.3f, 3.99f, 15.71f, 3.0f, 13.12f, 3.0f)
                close()
                moveTo(6.14f, 17.27f)
                curveTo(5.4f, 16.03f, 5.0f, 14.61f, 5.0f, 13.12f)
                curveToRelative(0.0f, -0.93f, 0.16f, -1.82f, 0.46f, -2.67f)
                curveToRelative(0.19f, 1.91f, 0.89f, 3.79f, 2.07f, 5.44f)
                lineToRelative(-1.39f, 1.38f)
                close()
                moveTo(8.98f, 14.43f)
                curveTo(7.63f, 12.38f, 7.12f, 9.93f, 7.6f, 7.6f)
                curveToRelative(0.58f, -0.12f, 1.16f, -0.18f, 1.75f, -0.18f)
                curveToRelative(1.8f, 0.0f, 3.55f, 0.55f, 5.08f, 1.56f)
                lineToRelative(-5.45f, 5.45f)
                close()
                moveTo(10.45f, 5.46f)
                curveToRelative(0.85f, -0.3f, 1.74f, -0.46f, 2.67f, -0.46f)
                curveToRelative(1.49f, 0.0f, 2.91f, 0.4f, 4.15f, 1.14f)
                lineToRelative(-1.39f, 1.39f)
                curveToRelative(-1.65f, -1.18f, -3.52f, -1.88f, -5.43f, -2.07f)
                close()
            }
        }
        return _beachAccess!!
    }

private var _beachAccess: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy