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

commonMain.androidx.compose.material.icons.sharp.Surfing.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.sharp

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.Sharp.Surfing: ImageVector
    get() {
        if (_surfing != null) {
            return _surfing!!
        }
        _surfing = materialIcon(name = "Sharp.Surfing") {
            materialPath {
                moveTo(21.0f, 23.0f)
                curveToRelative(-1.03f, 0.0f, -2.06f, -0.25f, -3.0f, -0.75f)
                horizontalLineToRelative(0.0f)
                curveToRelative(-1.89f, 1.0f, -4.11f, 1.0f, -6.0f, 0.0f)
                curveToRelative(-1.89f, 1.0f, -4.11f, 1.0f, -6.0f, 0.0f)
                curveTo(5.05f, 22.75f, 4.03f, 23.0f, 3.0f, 23.0f)
                horizontalLineTo(2.0f)
                lineToRelative(0.0f, -2.0f)
                horizontalLineToRelative(1.0f)
                curveToRelative(1.04f, 0.0f, 2.08f, -0.35f, 3.0f, -1.0f)
                curveToRelative(1.83f, 1.3f, 4.17f, 1.3f, 6.0f, 0.0f)
                curveToRelative(1.83f, 1.3f, 4.17f, 1.3f, 6.0f, 0.0f)
                curveToRelative(0.91f, 0.65f, 1.96f, 1.0f, 3.0f, 1.0f)
                horizontalLineToRelative(1.0f)
                verticalLineToRelative(2.0f)
                horizontalLineTo(21.0f)
                close()
                moveTo(17.0f, 1.5f)
                curveToRelative(-1.1f, 0.0f, -2.0f, 0.9f, -2.0f, 2.0f)
                reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
                reflectiveCurveToRelative(2.0f, -0.9f, 2.0f, -2.0f)
                reflectiveCurveTo(18.1f, 1.5f, 17.0f, 1.5f)
                close()
                moveTo(14.43f, 8.48f)
                lineTo(12.18f, 10.0f)
                lineTo(16.0f, 13.0f)
                verticalLineToRelative(3.84f)
                curveToRelative(0.53f, 0.38f, 1.03f, 0.78f, 1.49f, 1.17f)
                curveTo(16.81f, 18.59f, 15.94f, 19.0f, 15.0f, 19.0f)
                curveToRelative(-1.2f, 0.0f, -2.27f, -0.66f, -3.0f, -1.5f)
                curveToRelative(-0.73f, 0.84f, -1.8f, 1.5f, -3.0f, 1.5f)
                curveToRelative(-0.33f, 0.0f, -0.65f, -0.05f, -0.96f, -0.14f)
                curveTo(5.19f, 16.9f, 3.0f, 14.72f, 3.0f, 13.28f)
                curveTo(3.0f, 12.25f, 4.01f, 12.0f, 4.85f, 12.0f)
                curveToRelative(0.98f, 0.0f, 2.28f, 0.31f, 3.7f, 0.83f)
                lineTo(7.83f, 8.59f)
                lineToRelative(3.12f, -2.1f)
                lineToRelative(-2.0f, -0.37f)
                lineTo(6.13f, 8.05f)
                lineTo(5.0f, 6.4f)
                lineTo(8.5f, 4.0f)
                lineToRelative(5.55f, 1.03f)
                curveToRelative(0.45f, 0.09f, 0.93f, 0.37f, 1.22f, 0.89f)
                lineToRelative(0.88f, 1.55f)
                curveTo(17.01f, 8.98f, 18.64f, 10.0f, 20.5f, 10.0f)
                verticalLineToRelative(2.0f)
                curveTo(17.91f, 12.0f, 15.64f, 10.58f, 14.43f, 8.48f)
                close()
                moveTo(10.3f, 11.1f)
                lineToRelative(0.44f, 2.65f)
                curveToRelative(0.92f, 0.42f, 2.48f, 1.27f, 3.26f, 1.75f)
                verticalLineTo(14.0f)
                lineTo(10.3f, 11.1f)
                close()
            }
        }
        return _surfing!!
    }

private var _surfing: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy