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

commonMain.androidx.compose.material.icons.sharp.ShareLocation.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.ShareLocation: ImageVector
    get() {
        if (_shareLocation != null) {
            return _shareLocation!!
        }
        _shareLocation = materialIcon(name = "Sharp.ShareLocation") {
            materialPath {
                moveTo(13.02f, 19.93f)
                verticalLineToRelative(2.02f)
                curveToRelative(2.01f, -0.2f, 3.84f, -1.0f, 5.32f, -2.21f)
                lineToRelative(-1.42f, -1.43f)
                curveTo(15.81f, 19.17f, 14.48f, 19.75f, 13.02f, 19.93f)
                close()
            }
            materialPath {
                moveTo(4.03f, 12.0f)
                curveToRelative(0.0f, -4.05f, 3.03f, -7.41f, 6.95f, -7.93f)
                verticalLineTo(2.05f)
                curveTo(5.95f, 2.58f, 2.03f, 6.84f, 2.03f, 12.0f)
                curveToRelative(0.0f, 5.16f, 3.92f, 9.42f, 8.95f, 9.95f)
                verticalLineToRelative(-2.02f)
                curveTo(7.06f, 19.41f, 4.03f, 16.05f, 4.03f, 12.0f)
                close()
            }
            materialPath {
                moveTo(19.95f, 11.0f)
                horizontalLineToRelative(2.02f)
                curveToRelative(-0.2f, -2.01f, -1.0f, -3.84f, -2.21f, -5.32f)
                lineToRelative(-1.43f, 1.43f)
                curveTo(19.19f, 8.21f, 19.77f, 9.54f, 19.95f, 11.0f)
                close()
            }
            materialPath {
                moveTo(18.34f, 4.26f)
                curveToRelative(-1.48f, -1.21f, -3.32f, -2.01f, -5.32f, -2.21f)
                verticalLineToRelative(2.02f)
                curveToRelative(1.46f, 0.18f, 2.79f, 0.76f, 3.9f, 1.62f)
                lineTo(18.34f, 4.26f)
                close()
            }
            materialPath {
                moveTo(18.33f, 16.9f)
                lineToRelative(1.43f, 1.42f)
                curveToRelative(1.21f, -1.48f, 2.01f, -3.31f, 2.21f, -5.32f)
                horizontalLineToRelative(-2.02f)
                curveTo(19.77f, 14.46f, 19.19f, 15.79f, 18.33f, 16.9f)
                close()
            }
            materialPath {
                moveTo(16.0f, 11.1f)
                curveTo(16.0f, 8.61f, 14.1f, 7.0f, 12.0f, 7.0f)
                reflectiveCurveToRelative(-4.0f, 1.61f, -4.0f, 4.1f)
                curveToRelative(0.0f, 1.66f, 1.33f, 3.63f, 4.0f, 5.9f)
                curveTo(14.67f, 14.73f, 16.0f, 12.76f, 16.0f, 11.1f)
                close()
                moveTo(12.0f, 12.0f)
                curveToRelative(-0.59f, 0.0f, -1.07f, -0.48f, -1.07f, -1.07f)
                curveToRelative(0.0f, -0.59f, 0.48f, -1.07f, 1.07f, -1.07f)
                reflectiveCurveToRelative(1.07f, 0.48f, 1.07f, 1.07f)
                curveTo(13.07f, 11.52f, 12.59f, 12.0f, 12.0f, 12.0f)
                close()
            }
        }
        return _shareLocation!!
    }

private var _shareLocation: ImageVector? = null




© 2015 - 2025 Weber Informatics LLC | Privacy Policy