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

commonMain.androidx.compose.material.icons.rounded.Rowing.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.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.Rowing: ImageVector
    get() {
        if (_rowing != null) {
            return _rowing!!
        }
        _rowing = materialIcon(name = "Rounded.Rowing") {
            materialPath {
                moveTo(4.75f, 18.25f)
                curveToRelative(-0.41f, 0.41f, -0.41f, 1.09f, 0.0f, 1.5f)
                curveToRelative(0.41f, 0.41f, 1.09f, 0.41f, 1.5f, 0.0f)
                lineTo(9.0f, 17.0f)
                horizontalLineToRelative(2.0f)
                lineToRelative(-2.5f, -2.5f)
                lineToRelative(-3.75f, 3.75f)
                close()
                moveTo(15.0f, 5.0f)
                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)
                reflectiveCurveToRelative(0.9f, 2.0f, 2.0f, 2.0f)
                close()
                moveTo(20.29f, 20.3f)
                lineToRelative(-2.0f, -2.01f)
                curveToRelative(-0.18f, -0.18f, -0.44f, -0.29f, -0.71f, -0.29f)
                lineTo(16.5f, 18.0f)
                lineToRelative(-6.29f, -6.29f)
                curveToRelative(0.79f, -0.33f, 1.66f, -0.87f, 2.29f, -1.39f)
                verticalLineToRelative(2.27f)
                lineToRelative(3.58f, 3.58f)
                curveToRelative(0.57f, -0.55f, 0.92f, -1.32f, 0.92f, -2.16f)
                lineTo(17.0f, 8.26f)
                curveTo(17.0f, 7.02f, 15.98f, 6.0f, 14.74f, 6.0f)
                horizontalLineToRelative(-0.02f)
                curveToRelative(-0.34f, 0.0f, -0.67f, 0.09f, -0.96f, 0.23f)
                curveToRelative(-0.26f, 0.12f, -0.5f, 0.29f, -0.69f, 0.5f)
                lineToRelative(-1.4f, 1.55f)
                curveTo(10.61f, 9.45f, 8.66f, 10.35f, 7.0f, 10.32f)
                curveToRelative(-0.6f, 0.0f, -1.08f, 0.48f, -1.08f, 1.08f)
                curveToRelative(0.0f, 0.6f, 0.48f, 1.08f, 1.08f, 1.08f)
                curveToRelative(0.31f, 0.0f, 0.61f, -0.03f, 0.9f, -0.07f)
                lineToRelative(7.11f, 7.09f)
                verticalLineToRelative(1.08f)
                curveToRelative(0.0f, 0.26f, 0.1f, 0.52f, 0.29f, 0.7f)
                lineToRelative(1.99f, 2.01f)
                curveToRelative(0.39f, 0.39f, 1.02f, 0.39f, 1.42f, 0.0f)
                lineToRelative(1.58f, -1.58f)
                curveToRelative(0.39f, -0.38f, 0.39f, -1.02f, 0.0f, -1.41f)
                close()
            }
        }
        return _rowing!!
    }

private var _rowing: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy