commonMain.androidx.compose.material.icons.outlined.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.outlined
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.Outlined.BeachAccess: ImageVector
get() {
if (_beachAccess != null) {
return _beachAccess!!
}
_beachAccess = materialIcon(name = "Outlined.BeachAccess") {
materialPath {
moveTo(21.0f, 19.57f)
lineToRelative(-1.427f, 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