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

commonMain.com.composables.icons.lucide.Grape.kt Maven / Gradle / Ivy

Go to download

Unstyled, fully accesible Compose Multiplatform components that you can customize to your heart's desire.

The newest version!
package com.composables.icons.lucide

import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.PathFillType
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.graphics.StrokeCap
import androidx.compose.ui.graphics.StrokeJoin
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.graphics.vector.path
import androidx.compose.ui.unit.dp

public val Lucide.Grape: ImageVector
	get() {
		if (_Grape != null) {
			return _Grape!!
		}
		_Grape = ImageVector.Builder(
            name = "Grape",
            defaultWidth = 24.dp,
            defaultHeight = 24.dp,
            viewportWidth = 24f,
            viewportHeight = 24f
        ).apply {
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(22f, 5f)
				verticalLineTo(2f)
				lineToRelative(-5.89f, 5.89f)
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(19.6f, 15.89f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 16.6f, 18.89f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 13.600000000000001f, 15.89f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 19.6f, 15.89f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(11.11f, 7.4f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 8.11f, 10.4f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 5.109999999999999f, 7.4f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 11.11f, 7.4f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(15.35f, 11.65f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 12.35f, 14.65f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 9.35f, 11.65f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 15.35f, 11.65f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(16.91f, 5.85f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 13.91f, 8.85f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 10.91f, 5.85f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 16.91f, 5.85f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(21.15f, 10.09f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 18.15f, 13.09f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 15.149999999999999f, 10.09f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 21.15f, 10.09f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(9.559999999999999f, 13.2f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 6.56f, 16.2f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 3.5599999999999996f, 13.2f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 9.559999999999999f, 13.2f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(13.8f, 17.44f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 10.8f, 20.44f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 7.800000000000001f, 17.44f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 13.8f, 17.44f)
				close()
			}
			path(
    			fill = null,
    			fillAlpha = 1.0f,
    			stroke = SolidColor(Color(0xFF000000)),
    			strokeAlpha = 1.0f,
    			strokeLineWidth = 2f,
    			strokeLineCap = StrokeCap.Round,
    			strokeLineJoin = StrokeJoin.Round,
    			strokeLineMiter = 1.0f,
    			pathFillType = PathFillType.NonZero
			) {
				moveTo(8f, 19f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 5f, 22f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 2f, 19f)
				arcTo(3f, 3f, 0f, isMoreThanHalf = false, isPositiveArc = true, 8f, 19f)
				close()
			}
		}.build()
		return _Grape!!
	}

private var _Grape: ImageVector? = null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy