init
This commit is contained in:
64
fluent-icons-extended/build.gradle.kts
Normal file
64
fluent-icons-extended/build.gradle.kts
Normal file
@ -0,0 +1,64 @@
|
||||
plugins {
|
||||
kotlin("multiplatform")
|
||||
id("org.jetbrains.compose")
|
||||
id("com.android.library")
|
||||
id("maven-publish")
|
||||
}
|
||||
|
||||
group = "com.konyaco"
|
||||
version = "0.0.1-dev4"
|
||||
|
||||
kotlin {
|
||||
jvm()
|
||||
android()
|
||||
sourceSets {
|
||||
val commonMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.foundation)
|
||||
implementation(project(":fluent"))
|
||||
implementation(project(":fluent-icons-core"))
|
||||
}
|
||||
}
|
||||
val jvmMain by getting {
|
||||
dependencies {
|
||||
implementation(compose.desktop.currentOs)
|
||||
}
|
||||
}
|
||||
val jvmTest by getting
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = 33
|
||||
namespace = "com.konyaco.fluent.icons"
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
defaultConfig {
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name = "OSSRHSnapshot"
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
credentials {
|
||||
username = System.getenv("MAVEN_USERNAME")
|
||||
password = System.getenv("MAVEN_PASSWORD")
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name = "OSSRH"
|
||||
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
|
||||
credentials {
|
||||
username = System.getenv("MAVEN_USERNAME")
|
||||
password = System.getenv("MAVEN_PASSWORD")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
fluent-icons-extended/gradle.properties
Normal file
1
fluent-icons-extended/gradle.properties
Normal file
@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Xmx8G
|
||||
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"/>
|
||||
@ -0,0 +1,64 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AccessTime: ImageVector
|
||||
get() {
|
||||
if (_accessTime != null) {
|
||||
return _accessTime!!
|
||||
}
|
||||
_accessTime = fluentIcon(name = "Filled.AccessTime") {
|
||||
fluentPath {
|
||||
moveTo(22.0f, 12.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, -20.0f, 0.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 20.0f, 0.0f)
|
||||
close()
|
||||
moveTo(7.5f, 8.74f)
|
||||
arcTo(2.3f, 2.3f, 0.0f, false, true, 9.25f, 8.0f)
|
||||
curveToRelative(1.15f, 0.0f, 1.9f, 0.8f, 2.15f, 1.66f)
|
||||
curveToRelative(0.26f, 0.85f, 0.1f, 1.9f, -0.62f, 2.62f)
|
||||
arcToRelative(8.1f, 8.1f, 0.0f, false, true, -0.79f, 0.67f)
|
||||
lineToRelative(-0.04f, 0.03f)
|
||||
curveToRelative(-0.28f, 0.22f, -0.53f, 0.41f, -0.75f, 0.63f)
|
||||
arcToRelative(2.3f, 2.3f, 0.0f, false, false, -0.58f, 0.89f)
|
||||
horizontalLineToRelative(2.13f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(-3.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.75f, -0.75f)
|
||||
curveToRelative(0.0f, -1.25f, 0.52f, -2.08f, 1.14f, -2.7f)
|
||||
curveToRelative(0.3f, -0.3f, 0.62f, -0.55f, 0.9f, -0.76f)
|
||||
curveToRelative(0.28f, -0.22f, 0.5f, -0.4f, 0.68f, -0.57f)
|
||||
curveToRelative(0.27f, -0.27f, 0.37f, -0.72f, 0.25f, -1.13f)
|
||||
curveToRelative(-0.12f, -0.38f, -0.37f, -0.59f, -0.72f, -0.59f)
|
||||
reflectiveCurveToRelative(-0.53f, 0.14f, -0.64f, 0.25f)
|
||||
arcToRelative(0.84f, 0.84f, 0.0f, false, false, -0.15f, 0.23f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.43f, -0.46f)
|
||||
lineToRelative(0.04f, -0.1f)
|
||||
lineToRelative(0.08f, -0.17f)
|
||||
curveToRelative(0.07f, -0.14f, 0.18f, -0.32f, 0.35f, -0.5f)
|
||||
close()
|
||||
moveTo(13.25f, 8.0f)
|
||||
curveToRelative(0.41f, 0.0f, 0.75f, 0.34f, 0.75f, 0.75f)
|
||||
verticalLineToRelative(2.75f)
|
||||
horizontalLineToRelative(1.5f)
|
||||
verticalLineTo(8.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.5f, 0.0f)
|
||||
verticalLineToRelative(6.47f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.0f)
|
||||
verticalLineTo(13.0f)
|
||||
horizontalLineToRelative(-2.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.75f, -0.75f)
|
||||
verticalLineToRelative(-3.5f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _accessTime!!
|
||||
}
|
||||
|
||||
private var _accessTime: ImageVector? = null
|
||||
@ -0,0 +1,50 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.Accessibility: ImageVector
|
||||
get() {
|
||||
if (_accessibility != null) {
|
||||
return _accessibility!!
|
||||
}
|
||||
_accessibility = fluentIcon(name = "Filled.Accessibility") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 6.5f)
|
||||
arcTo(2.25f, 2.25f, 0.0f, true, false, 12.0f, 2.0f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, false, false, 0.0f, 4.5f)
|
||||
close()
|
||||
moveTo(6.15f, 4.18f)
|
||||
arcToRelative(2.27f, 2.27f, 0.0f, false, false, -2.96f, 1.18f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, false, 1.18f, 2.96f)
|
||||
lineTo(7.39f, 9.6f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.61f, 0.92f)
|
||||
verticalLineToRelative(3.04f)
|
||||
lineToRelative(-1.88f, 5.46f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, true, false, 4.26f, 1.46f)
|
||||
lineToRelative(1.38f, -4.02f)
|
||||
curveToRelative(0.08f, -0.23f, 0.4f, -0.23f, 0.48f, 0.0f)
|
||||
lineToRelative(1.38f, 4.02f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, true, false, 4.26f, -1.46f)
|
||||
lineTo(16.0f, 13.56f)
|
||||
verticalLineToRelative(-3.04f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.61f, -0.92f)
|
||||
lineToRelative(3.02f, -1.28f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, false, 1.18f, -2.96f)
|
||||
arcToRelative(2.27f, 2.27f, 0.0f, false, false, -2.96f, -1.18f)
|
||||
lineToRelative(-1.6f, 0.68f)
|
||||
curveToRelative(-0.35f, 0.14f, -0.58f, 0.42f, -0.7f, 0.73f)
|
||||
arcToRelative(3.8f, 3.8f, 0.0f, false, true, -7.1f, 0.0f)
|
||||
curveToRelative(-0.12f, -0.3f, -0.35f, -0.59f, -0.7f, -0.73f)
|
||||
lineToRelative(-1.6f, -0.68f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _accessibility!!
|
||||
}
|
||||
|
||||
private var _accessibility: ImageVector? = null
|
||||
@ -0,0 +1,61 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AccessibilityCheckmark: ImageVector
|
||||
get() {
|
||||
if (_accessibilityCheckmark != null) {
|
||||
return _accessibilityCheckmark!!
|
||||
}
|
||||
_accessibilityCheckmark = fluentIcon(name = "Filled.AccessibilityCheckmark") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 6.5f)
|
||||
arcTo(2.25f, 2.25f, 0.0f, true, false, 12.0f, 2.0f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, false, false, 0.0f, 4.5f)
|
||||
close()
|
||||
moveTo(6.15f, 4.18f)
|
||||
arcToRelative(2.27f, 2.27f, 0.0f, false, false, -2.96f, 1.18f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, false, 1.18f, 2.96f)
|
||||
lineTo(7.39f, 9.6f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.61f, 0.92f)
|
||||
verticalLineToRelative(3.04f)
|
||||
lineToRelative(-1.88f, 5.46f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, true, false, 4.26f, 1.46f)
|
||||
lineToRelative(0.7f, -2.01f)
|
||||
arcToRelative(6.5f, 6.5f, 0.0f, false, true, 4.93f, -7.3f)
|
||||
verticalLineToRelative(-0.65f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.6f, -0.92f)
|
||||
lineToRelative(3.02f, -1.28f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, false, 1.18f, -2.96f)
|
||||
arcToRelative(2.27f, 2.27f, 0.0f, false, false, -2.96f, -1.18f)
|
||||
lineToRelative(-1.6f, 0.68f)
|
||||
curveToRelative(-0.35f, 0.14f, -0.58f, 0.42f, -0.7f, 0.73f)
|
||||
arcToRelative(3.8f, 3.8f, 0.0f, false, true, -7.1f, 0.0f)
|
||||
curveToRelative(-0.12f, -0.3f, -0.35f, -0.59f, -0.7f, -0.73f)
|
||||
lineToRelative(-1.6f, -0.68f)
|
||||
close()
|
||||
moveTo(23.0f, 17.5f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, true, true, -11.0f, 0.0f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, false, true, 11.0f, 0.0f)
|
||||
close()
|
||||
moveTo(20.85f, 15.15f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.7f, 0.0f)
|
||||
lineToRelative(-3.65f, 3.64f)
|
||||
lineToRelative(-1.65f, -1.64f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.7f, 0.7f)
|
||||
lineToRelative(2.0f, 2.0f)
|
||||
curveToRelative(0.2f, 0.2f, 0.5f, 0.2f, 0.7f, 0.0f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.0f, -0.7f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _accessibilityCheckmark!!
|
||||
}
|
||||
|
||||
private var _accessibilityCheckmark: ImageVector? = null
|
||||
@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AddCircle: ImageVector
|
||||
get() {
|
||||
if (_addCircle != null) {
|
||||
return _addCircle!!
|
||||
}
|
||||
_addCircle = fluentIcon(name = "Filled.AddCircle") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 2.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, true, 0.0f, 20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 0.0f, -20.0f)
|
||||
close()
|
||||
moveTo(12.0f, 7.0f)
|
||||
curveToRelative(-0.38f, 0.0f, -0.7f, 0.28f, -0.74f, 0.65f)
|
||||
lineToRelative(-0.01f, 0.1f)
|
||||
verticalLineToRelative(3.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.1f, 1.5f)
|
||||
horizontalLineToRelative(3.6f)
|
||||
verticalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.5f, 0.1f)
|
||||
verticalLineToRelative(-3.6f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.1f, -1.5f)
|
||||
horizontalLineToRelative(-3.6f)
|
||||
verticalLineToRelative(-3.5f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, false, 12.0f, 7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _addCircle!!
|
||||
}
|
||||
|
||||
private var _addCircle: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AddSquare: ImageVector
|
||||
get() {
|
||||
if (_addSquare != null) {
|
||||
return _addSquare!!
|
||||
}
|
||||
_addSquare = fluentIcon(name = "Filled.AddSquare") {
|
||||
fluentPath {
|
||||
moveTo(3.0f, 6.25f)
|
||||
curveTo(3.0f, 4.45f, 4.46f, 3.0f, 6.25f, 3.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
curveTo(19.55f, 3.0f, 21.0f, 4.46f, 21.0f, 6.25f)
|
||||
verticalLineToRelative(11.5f)
|
||||
curveToRelative(0.0f, 1.8f, -1.46f, 3.25f, -3.25f, 3.25f)
|
||||
lineTo(6.25f, 21.0f)
|
||||
arcTo(3.25f, 3.25f, 0.0f, false, true, 3.0f, 17.75f)
|
||||
lineTo(3.0f, 6.25f)
|
||||
close()
|
||||
moveTo(12.75f, 7.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.5f, 0.0f)
|
||||
verticalLineToRelative(3.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
verticalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.5f, 0.0f)
|
||||
verticalLineToRelative(-3.5f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
verticalLineToRelative(-3.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _addSquare!!
|
||||
}
|
||||
|
||||
private var _addSquare: ImageVector? = null
|
||||
@ -0,0 +1,51 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AddSubtractCircle: ImageVector
|
||||
get() {
|
||||
if (_addSubtractCircle != null) {
|
||||
return _addSubtractCircle!!
|
||||
}
|
||||
_addSubtractCircle = fluentIcon(name = "Filled.AddSubtractCircle") {
|
||||
fluentPath {
|
||||
moveTo(13.75f, 14.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
close()
|
||||
moveTo(12.0f, 22.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 0.0f, -20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 0.0f, 20.0f)
|
||||
close()
|
||||
moveTo(18.52f, 6.54f)
|
||||
arcTo(8.5f, 8.5f, 0.0f, false, true, 6.55f, 18.51f)
|
||||
lineTo(18.51f, 6.55f)
|
||||
close()
|
||||
moveTo(6.0f, 8.75f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
lineTo(8.0f, 8.0f)
|
||||
lineTo(8.0f, 6.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.5f, 0.0f)
|
||||
lineTo(9.5f, 8.0f)
|
||||
horizontalLineToRelative(1.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
lineTo(9.5f, 9.5f)
|
||||
verticalLineToRelative(1.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.0f)
|
||||
lineTo(8.0f, 9.5f)
|
||||
lineTo(6.75f, 9.5f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, true, 6.0f, 8.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _addSubtractCircle!!
|
||||
}
|
||||
|
||||
private var _addSubtractCircle: ImageVector? = null
|
||||
@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.Airplane: ImageVector
|
||||
get() {
|
||||
if (_airplane != null) {
|
||||
return _airplane!!
|
||||
}
|
||||
_airplane = fluentIcon(name = "Filled.Airplane") {
|
||||
fluentPath {
|
||||
moveTo(21.99f, 11.95f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.05f, 1.99f)
|
||||
lineToRelative(-4.74f, -0.14f)
|
||||
lineToRelative(-3.45f, 7.14f)
|
||||
curveToRelative(-0.28f, 0.57f, -0.86f, 0.94f, -1.5f, 0.94f)
|
||||
arcToRelative(0.93f, 0.93f, 0.0f, false, true, -0.92f, -1.04f)
|
||||
lineToRelative(0.86f, -7.19f)
|
||||
lineToRelative(-3.76f, -0.1f)
|
||||
lineToRelative(-0.5f, 1.33f)
|
||||
curveToRelative(-0.18f, 0.51f, -0.66f, 0.85f, -1.2f, 0.85f)
|
||||
arcToRelative(0.9f, 0.9f, 0.0f, false, true, -0.9f, -0.9f)
|
||||
verticalLineToRelative(-1.48f)
|
||||
lineTo(3.0f, 13.18f)
|
||||
arcToRelative(1.26f, 1.26f, 0.0f, false, true, 0.0f, -2.47f)
|
||||
lineToRelative(0.82f, -0.17f)
|
||||
verticalLineTo(9.07f)
|
||||
arcToRelative(0.9f, 0.9f, 0.0f, false, true, 0.78f, -0.9f)
|
||||
horizontalLineToRelative(0.12f)
|
||||
curveToRelative(0.54f, 0.0f, 1.02f, 0.33f, 1.2f, 0.84f)
|
||||
lineToRelative(0.5f, 1.34f)
|
||||
lineToRelative(3.75f, -0.1f)
|
||||
lineToRelative(-0.85f, -7.1f)
|
||||
verticalLineToRelative(-0.1f)
|
||||
curveToRelative(0.0f, -0.51f, 0.4f, -0.93f, 0.92f, -0.93f)
|
||||
curveToRelative(0.58f, 0.0f, 1.12f, 0.3f, 1.42f, 0.8f)
|
||||
lineToRelative(0.08f, 0.14f)
|
||||
lineToRelative(3.4f, 7.04f)
|
||||
lineToRelative(4.79f, -0.14f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 2.05f, 1.93f)
|
||||
verticalLineToRelative(0.06f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _airplane!!
|
||||
}
|
||||
|
||||
private var _airplane: ImageVector? = null
|
||||
@ -0,0 +1,55 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AirplaneTakeOff: ImageVector
|
||||
get() {
|
||||
if (_airplaneTakeOff != null) {
|
||||
return _airplaneTakeOff!!
|
||||
}
|
||||
_airplaneTakeOff = fluentIcon(name = "Filled.AirplaneTakeOff") {
|
||||
fluentPath {
|
||||
moveTo(12.4f, 5.93f)
|
||||
lineTo(10.51f, 4.4f)
|
||||
arcToRelative(1.84f, 1.84f, 0.0f, false, false, -2.76f, 2.33f)
|
||||
lineToRelative(0.38f, 0.68f)
|
||||
lineToRelative(3.46f, -0.72f)
|
||||
curveToRelative(0.06f, -0.01f, 0.17f, -0.06f, 0.3f, -0.2f)
|
||||
curveToRelative(0.14f, -0.18f, 0.3f, -0.37f, 0.5f, -0.57f)
|
||||
close()
|
||||
moveTo(3.0f, 20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(16.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineTo(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(21.55f, 6.83f)
|
||||
curveToRelative(-0.95f, -1.08f, -2.62f, -2.5f, -4.86f, -2.33f)
|
||||
arcToRelative(4.7f, 4.7f, 0.0f, false, false, -2.43f, 1.06f)
|
||||
curveToRelative(-0.67f, 0.52f, -1.22f, 1.12f, -1.6f, 1.57f)
|
||||
curveToRelative(-0.24f, 0.3f, -0.54f, 0.49f, -0.85f, 0.55f)
|
||||
lineToRelative(-4.67f, 0.97f)
|
||||
lineToRelative(-0.96f, -1.77f)
|
||||
arcTo(1.7f, 1.7f, 0.0f, false, false, 3.0f, 7.7f)
|
||||
verticalLineToRelative(3.7f)
|
||||
arcToRelative(2.3f, 2.3f, 0.0f, false, false, 2.73f, 2.24f)
|
||||
lineToRelative(3.3f, -0.63f)
|
||||
lineToRelative(-0.51f, 1.23f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, false, 3.46f, 1.97f)
|
||||
lineToRelative(3.23f, -4.32f)
|
||||
lineToRelative(5.37f, -1.85f)
|
||||
arcToRelative(2.14f, 2.14f, 0.0f, false, false, 1.34f, -1.32f)
|
||||
arcToRelative(1.9f, 1.9f, 0.0f, false, false, -0.37f, -1.88f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _airplaneTakeOff!!
|
||||
}
|
||||
|
||||
private var _airplaneTakeOff: ImageVector? = null
|
||||
@ -0,0 +1,58 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.Album: ImageVector
|
||||
get() {
|
||||
if (_album != null) {
|
||||
return _album!!
|
||||
}
|
||||
_album = fluentIcon(name = "Filled.Album") {
|
||||
fluentPath {
|
||||
moveTo(2.0f, 6.0f)
|
||||
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
|
||||
horizontalLineToRelative(1.0f)
|
||||
verticalLineToRelative(16.0f)
|
||||
lineTo(4.0f, 20.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
|
||||
lineTo(2.0f, 6.0f)
|
||||
close()
|
||||
moveTo(16.0f, 8.5f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(1.0f)
|
||||
curveToRelative(0.0f, 0.28f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.5f, -0.5f)
|
||||
lineTo(16.5f, 9.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
moveTo(6.5f, 20.0f)
|
||||
lineTo(20.0f, 20.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, false, 2.0f, -2.0f)
|
||||
lineTo(22.0f, 6.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, false, -2.0f, -2.0f)
|
||||
lineTo(6.5f, 4.0f)
|
||||
verticalLineToRelative(16.0f)
|
||||
close()
|
||||
moveTo(12.0f, 7.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 2.0f, 2.0f)
|
||||
verticalLineToRelative(1.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, 2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
|
||||
lineTo(10.0f, 9.0f)
|
||||
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _album!!
|
||||
}
|
||||
|
||||
private var _album: ImageVector? = null
|
||||
@ -0,0 +1,76 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlbumAdd: ImageVector
|
||||
get() {
|
||||
if (_albumAdd != null) {
|
||||
return _albumAdd!!
|
||||
}
|
||||
_albumAdd = fluentIcon(name = "Filled.AlbumAdd") {
|
||||
fluentPath {
|
||||
moveTo(2.0f, 6.0f)
|
||||
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
|
||||
horizontalLineToRelative(1.0f)
|
||||
verticalLineToRelative(7.17f)
|
||||
arcToRelative(6.49f, 6.49f, 0.0f, false, false, -3.0f, 1.64f)
|
||||
lineTo(2.0f, 6.0f)
|
||||
close()
|
||||
moveTo(16.0f, 8.5f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(1.0f)
|
||||
curveToRelative(0.0f, 0.28f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.5f, -0.5f)
|
||||
lineTo(16.5f, 9.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
moveTo(12.5f, 20.0f)
|
||||
lineTo(20.0f, 20.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, false, 2.0f, -2.0f)
|
||||
lineTo(22.0f, 6.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, false, -2.0f, -2.0f)
|
||||
lineTo(6.5f, 4.0f)
|
||||
verticalLineToRelative(7.0f)
|
||||
arcToRelative(6.5f, 6.5f, 0.0f, false, true, 6.0f, 9.0f)
|
||||
close()
|
||||
moveTo(10.0f, 9.0f)
|
||||
curveToRelative(0.0f, -1.1f, 0.9f, -2.0f, 2.0f, -2.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 2.0f, 2.0f)
|
||||
verticalLineToRelative(1.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, 2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
|
||||
lineTo(10.0f, 9.0f)
|
||||
close()
|
||||
moveTo(6.5f, 12.0f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, true, true, 0.0f, 11.0f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, false, true, 0.0f, -11.0f)
|
||||
close()
|
||||
moveTo(7.0f, 20.5f)
|
||||
lineTo(7.0f, 18.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.0f, -1.0f)
|
||||
lineTo(7.0f, 17.0f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, true, false, -1.0f, 0.0f)
|
||||
lineTo(6.0f, 17.0f)
|
||||
lineTo(3.5f, 17.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.0f, 1.0f)
|
||||
lineTo(6.0f, 18.0f)
|
||||
verticalLineToRelative(2.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, true, false, 1.0f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _albumAdd!!
|
||||
}
|
||||
|
||||
private var _albumAdd: ImageVector? = null
|
||||
@ -0,0 +1,43 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlertBadge: ImageVector
|
||||
get() {
|
||||
if (_alertBadge != null) {
|
||||
return _alertBadge!!
|
||||
}
|
||||
_alertBadge = fluentIcon(name = "Filled.AlertBadge") {
|
||||
fluentPath {
|
||||
moveTo(18.5f, 9.0f)
|
||||
curveToRelative(0.34f, 0.0f, 0.66f, -0.05f, 0.97f, -0.14f)
|
||||
curveToRelative(0.02f, 0.21f, 0.03f, 0.43f, 0.03f, 0.64f)
|
||||
verticalLineToRelative(4.0f)
|
||||
lineToRelative(1.42f, 3.16f)
|
||||
arcToRelative(0.95f, 0.95f, 0.0f, false, true, -0.87f, 1.34f)
|
||||
lineTo(3.95f, 18.0f)
|
||||
arcToRelative(0.95f, 0.95f, 0.0f, false, true, -0.86f, -1.34f)
|
||||
lineTo(4.5f, 13.5f)
|
||||
lineTo(4.5f, 9.24f)
|
||||
arcToRelative(7.5f, 7.5f, 0.0f, false, true, 11.44f, -6.12f)
|
||||
arcTo(3.49f, 3.49f, 0.0f, false, false, 18.5f, 9.0f)
|
||||
close()
|
||||
moveTo(14.96f, 19.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -5.92f, 0.0f)
|
||||
horizontalLineToRelative(5.92f)
|
||||
close()
|
||||
moveTo(18.5f, 8.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, true, false, 0.0f, -5.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, false, 0.0f, 5.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alertBadge!!
|
||||
}
|
||||
|
||||
private var _alertBadge: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlertOff: ImageVector
|
||||
get() {
|
||||
if (_alertOff != null) {
|
||||
return _alertOff!!
|
||||
}
|
||||
_alertOff = fluentIcon(name = "Filled.AlertOff") {
|
||||
fluentPath {
|
||||
moveTo(3.28f, 2.22f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, false, -1.06f, 1.06f)
|
||||
lineToRelative(3.0f, 3.0f)
|
||||
curveToRelative(-0.42f, 0.9f, -0.68f, 1.9f, -0.72f, 2.96f)
|
||||
verticalLineToRelative(4.26f)
|
||||
lineToRelative(-1.41f, 3.16f)
|
||||
arcTo(0.95f, 0.95f, 0.0f, false, false, 3.95f, 18.0f)
|
||||
horizontalLineToRelative(13.0f)
|
||||
lineToRelative(3.77f, 3.78f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.06f, -1.06f)
|
||||
lineTo(3.28f, 2.22f)
|
||||
close()
|
||||
moveTo(21.0f, 17.05f)
|
||||
curveToRelative(0.0f, 0.22f, -0.07f, 0.42f, -0.2f, 0.58f)
|
||||
lineTo(7.06f, 3.87f)
|
||||
arcTo(7.5f, 7.5f, 0.0f, false, true, 19.5f, 9.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
lineToRelative(1.42f, 3.15f)
|
||||
curveToRelative(0.05f, 0.12f, 0.08f, 0.26f, 0.08f, 0.4f)
|
||||
close()
|
||||
moveTo(14.96f, 19.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -5.92f, 0.0f)
|
||||
horizontalLineToRelative(5.92f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alertOff!!
|
||||
}
|
||||
|
||||
private var _alertOff: ImageVector? = null
|
||||
@ -0,0 +1,64 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlertOn: ImageVector
|
||||
get() {
|
||||
if (_alertOn != null) {
|
||||
return _alertOn!!
|
||||
}
|
||||
_alertOn = fluentIcon(name = "Filled.AlertOn") {
|
||||
fluentPath {
|
||||
moveTo(9.04f, 19.0f)
|
||||
horizontalLineToRelative(5.92f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -5.92f, 0.0f)
|
||||
close()
|
||||
moveTo(12.0f, 2.0f)
|
||||
arcToRelative(7.5f, 7.5f, 0.0f, false, true, 7.5f, 7.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
lineToRelative(1.42f, 3.16f)
|
||||
arcToRelative(0.95f, 0.95f, 0.0f, false, true, -0.87f, 1.34f)
|
||||
lineTo(3.95f, 18.0f)
|
||||
arcToRelative(0.95f, 0.95f, 0.0f, false, true, -0.86f, -1.34f)
|
||||
lineTo(4.5f, 13.5f)
|
||||
lineTo(4.5f, 9.24f)
|
||||
arcTo(7.5f, 7.5f, 0.0f, false, true, 12.0f, 2.0f)
|
||||
close()
|
||||
moveTo(23.0f, 8.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
lineTo(21.0f, 9.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
lineTo(23.0f, 8.25f)
|
||||
close()
|
||||
moveTo(3.0f, 8.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
lineTo(1.0f, 9.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
lineTo(3.0f, 8.25f)
|
||||
close()
|
||||
moveTo(22.6f, 2.55f)
|
||||
curveToRelative(0.23f, 0.3f, 0.2f, 0.72f, -0.07f, 0.98f)
|
||||
lineToRelative(-0.08f, 0.07f)
|
||||
lineToRelative(-2.0f, 1.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, -1.13f)
|
||||
lineToRelative(0.08f, -0.07f)
|
||||
lineToRelative(2.0f, -1.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.05f, 0.15f)
|
||||
close()
|
||||
moveTo(2.45f, 2.4f)
|
||||
lineToRelative(2.0f, 1.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, true, -0.9f, 1.2f)
|
||||
lineToRelative(-2.0f, -1.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, true, 0.9f, -1.2f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alertOn!!
|
||||
}
|
||||
|
||||
private var _alertOn: ImageVector? = null
|
||||
@ -0,0 +1,81 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlertSnooze: ImageVector
|
||||
get() {
|
||||
if (_alertSnooze != null) {
|
||||
return _alertSnooze!!
|
||||
}
|
||||
_alertSnooze = fluentIcon(name = "Filled.AlertSnooze") {
|
||||
fluentPath {
|
||||
moveTo(15.25f, 7.0f)
|
||||
horizontalLineToRelative(-2.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.1f, 1.5f)
|
||||
horizontalLineToRelative(1.04f)
|
||||
lineToRelative(-1.65f, 2.31f)
|
||||
lineToRelative(-0.06f, 0.1f)
|
||||
curveToRelative(-0.25f, 0.48f, 0.1f, 1.09f, 0.67f, 1.09f)
|
||||
horizontalLineToRelative(2.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(-1.04f)
|
||||
lineToRelative(1.65f, -2.31f)
|
||||
lineToRelative(0.06f, -0.1f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, false, 15.25f, 7.0f)
|
||||
close()
|
||||
moveTo(21.25f, 2.0f)
|
||||
horizontalLineToRelative(-3.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.1f, 1.5f)
|
||||
horizontalLineToRelative(2.13f)
|
||||
lineToRelative(-2.76f, 4.35f)
|
||||
lineToRelative(-0.05f, 0.09f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, false, 17.75f, 9.0f)
|
||||
horizontalLineToRelative(3.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(-2.13f)
|
||||
lineToRelative(2.76f, -4.35f)
|
||||
lineToRelative(0.05f, -0.09f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, false, 21.25f, 2.0f)
|
||||
close()
|
||||
moveTo(12.7f, 5.5f)
|
||||
horizontalLineToRelative(2.55f)
|
||||
curveToRelative(0.5f, 0.0f, 0.96f, 0.16f, 1.32f, 0.42f)
|
||||
lineToRelative(0.62f, -0.99f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, false, true, -1.69f, -2.06f)
|
||||
arcToRelative(7.5f, 7.5f, 0.0f, false, false, -11.0f, 6.37f)
|
||||
verticalLineToRelative(4.26f)
|
||||
lineToRelative(-1.41f, 3.16f)
|
||||
arcTo(0.95f, 0.95f, 0.0f, false, false, 3.95f, 18.0f)
|
||||
horizontalLineToRelative(16.1f)
|
||||
arcToRelative(0.95f, 0.95f, 0.0f, false, false, 0.87f, -1.34f)
|
||||
lineTo(19.5f, 13.5f)
|
||||
verticalLineToRelative(-3.0f)
|
||||
horizontalLineToRelative(-1.75f)
|
||||
lineToRelative(-0.39f, -0.03f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, true, -1.8f, 3.0f)
|
||||
lineToRelative(-0.06f, 0.02f)
|
||||
lineToRelative(-0.2f, 0.01f)
|
||||
horizontalLineToRelative(-2.55f)
|
||||
arcToRelative(2.25f, 2.25f, 0.0f, false, true, -2.0f, -3.3f)
|
||||
lineToRelative(0.03f, -0.04f)
|
||||
lineToRelative(0.11f, -0.18f)
|
||||
lineToRelative(0.38f, -0.53f)
|
||||
arcToRelative(2.24f, 2.24f, 0.0f, false, true, 1.18f, -3.93f)
|
||||
horizontalLineToRelative(0.05f)
|
||||
lineToRelative(0.2f, -0.02f)
|
||||
close()
|
||||
moveTo(14.96f, 19.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -5.92f, 0.0f)
|
||||
horizontalLineToRelative(5.92f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alertSnooze!!
|
||||
}
|
||||
|
||||
private var _alertSnooze: ImageVector? = null
|
||||
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlertUrgent: ImageVector
|
||||
get() {
|
||||
if (_alertUrgent != null) {
|
||||
return _alertUrgent!!
|
||||
}
|
||||
_alertUrgent = fluentIcon(name = "Filled.AlertUrgent") {
|
||||
fluentPath {
|
||||
moveTo(10.43f, 19.92f)
|
||||
lineToRelative(3.56f, -1.5f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -3.56f, 1.5f)
|
||||
close()
|
||||
moveTo(15.86f, 2.1f)
|
||||
arcToRelative(11.72f, 11.72f, 0.0f, false, true, 4.68f, 4.4f)
|
||||
arcTo(11.72f, 11.72f, 0.0f, false, true, 22.0f, 12.72f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, -0.04f)
|
||||
curveToRelative(0.05f, -2.1f, -0.37f, -3.92f, -1.26f, -5.46f)
|
||||
arcToRelative(10.23f, 10.23f, 0.0f, false, false, -4.1f, -3.82f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, true, 0.72f, -1.32f)
|
||||
close()
|
||||
moveTo(6.71f, 6.52f)
|
||||
arcToRelative(5.82f, 5.82f, 0.0f, false, true, 7.6f, 2.74f)
|
||||
lineToRelative(0.1f, 0.21f)
|
||||
lineToRelative(1.29f, 2.9f)
|
||||
lineToRelative(1.7f, 1.46f)
|
||||
curveToRelative(0.09f, 0.08f, 0.17f, 0.18f, 0.26f, 0.33f)
|
||||
lineToRelative(0.06f, 0.11f)
|
||||
curveToRelative(0.28f, 0.63f, 0.0f, 1.37f, -0.64f, 1.65f)
|
||||
lineTo(6.76f, 20.49f)
|
||||
arcTo(1.25f, 1.25f, 0.0f, false, true, 5.0f, 19.35f)
|
||||
lineTo(5.0f, 17.0f)
|
||||
lineToRelative(-1.24f, -2.79f)
|
||||
arcToRelative(5.82f, 5.82f, 0.0f, false, true, 2.95f, -7.7f)
|
||||
close()
|
||||
moveTo(15.62f, 5.69f)
|
||||
curveToRelative(0.97f, 0.53f, 1.75f, 1.3f, 2.32f, 2.3f)
|
||||
curveToRelative(0.57f, 0.99f, 0.85f, 2.04f, 0.82f, 3.14f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, true, -1.5f, -0.03f)
|
||||
curveToRelative(0.02f, -0.82f, -0.18f, -1.6f, -0.62f, -2.37f)
|
||||
arcToRelative(4.42f, 4.42f, 0.0f, false, false, -1.73f, -1.72f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.71f, -1.32f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alertUrgent!!
|
||||
}
|
||||
|
||||
private var _alertUrgent: ImageVector? = null
|
||||
@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignBottom: ImageVector
|
||||
get() {
|
||||
if (_alignBottom != null) {
|
||||
return _alignBottom!!
|
||||
}
|
||||
_alignBottom = fluentIcon(name = "Filled.AlignBottom") {
|
||||
fluentPath {
|
||||
moveTo(2.75f, 21.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(18.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
lineTo(2.75f, 21.0f)
|
||||
close()
|
||||
moveTo(4.0f, 15.75f)
|
||||
curveTo(4.0f, 16.99f, 5.0f, 18.0f, 6.25f, 18.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveTo(9.99f, 18.0f, 11.0f, 17.0f, 11.0f, 15.75f)
|
||||
lineTo(11.0f, 5.25f)
|
||||
curveTo(11.0f, 4.01f, 10.0f, 3.0f, 8.75f, 3.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(5.01f, 3.0f, 4.0f, 4.0f, 4.0f, 5.25f)
|
||||
verticalLineToRelative(10.5f)
|
||||
close()
|
||||
moveTo(13.0f, 15.75f)
|
||||
curveToRelative(0.0f, 1.24f, 1.0f, 2.25f, 2.25f, 2.25f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-7.0f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveToRelative(-1.24f, 0.0f, -2.25f, 1.0f, -2.25f, 2.25f)
|
||||
verticalLineToRelative(7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignBottom!!
|
||||
}
|
||||
|
||||
private var _alignBottom: ImageVector? = null
|
||||
@ -0,0 +1,52 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignCenterHorizontal: ImageVector
|
||||
get() {
|
||||
if (_alignCenterHorizontal != null) {
|
||||
return _alignCenterHorizontal!!
|
||||
}
|
||||
_alignCenterHorizontal = fluentIcon(name = "Filled.AlignCenterHorizontal") {
|
||||
fluentPath {
|
||||
moveTo(21.25f, 12.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineTo(20.0f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveToRelative(-1.24f, 0.0f, -2.25f, 1.0f, -2.25f, 2.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
verticalLineToRelative(-4.5f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(5.01f, 4.5f, 4.0f, 5.5f, 4.0f, 6.75f)
|
||||
verticalLineToRelative(4.5f)
|
||||
horizontalLineTo(2.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineTo(4.0f)
|
||||
verticalLineToRelative(4.5f)
|
||||
curveToRelative(0.0f, 1.24f, 1.0f, 2.25f, 2.25f, 2.25f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-4.5f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveToRelative(0.0f, 1.24f, 1.0f, 2.25f, 2.25f, 2.25f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
horizontalLineToRelative(1.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignCenterHorizontal!!
|
||||
}
|
||||
|
||||
private var _alignCenterHorizontal: ImageVector? = null
|
||||
@ -0,0 +1,52 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignCenterVertical: ImageVector
|
||||
get() {
|
||||
if (_alignCenterVertical != null) {
|
||||
return _alignCenterVertical!!
|
||||
}
|
||||
_alignCenterVertical = fluentIcon(name = "Filled.AlignCenterVertical") {
|
||||
fluentPath {
|
||||
moveTo(11.25f, 21.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.5f, 0.0f)
|
||||
verticalLineTo(20.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
verticalLineToRelative(-2.0f)
|
||||
horizontalLineToRelative(4.5f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-4.5f)
|
||||
verticalLineTo(2.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.5f, 0.0f)
|
||||
verticalLineTo(4.0f)
|
||||
horizontalLineToRelative(-4.5f)
|
||||
curveTo(5.51f, 4.0f, 4.5f, 5.0f, 4.5f, 6.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveToRelative(0.0f, 1.24f, 1.0f, 2.25f, 2.25f, 2.25f)
|
||||
horizontalLineToRelative(4.5f)
|
||||
verticalLineToRelative(2.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveToRelative(-1.24f, 0.0f, -2.25f, 1.0f, -2.25f, 2.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveToRelative(0.0f, 1.24f, 1.0f, 2.25f, 2.25f, 2.25f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
verticalLineToRelative(1.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignCenterVertical!!
|
||||
}
|
||||
|
||||
private var _alignCenterVertical: ImageVector? = null
|
||||
@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignLeft: ImageVector
|
||||
get() {
|
||||
if (_alignLeft != null) {
|
||||
return _alignLeft!!
|
||||
}
|
||||
_alignLeft = fluentIcon(name = "Filled.AlignLeft") {
|
||||
fluentPath {
|
||||
moveTo(3.0f, 2.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.5f, 0.0f)
|
||||
verticalLineToRelative(18.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.0f)
|
||||
lineTo(3.0f, 2.75f)
|
||||
close()
|
||||
moveTo(8.25f, 4.0f)
|
||||
curveTo(7.01f, 4.0f, 6.0f, 5.0f, 6.0f, 6.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(6.0f, 9.99f, 7.0f, 11.0f, 8.25f, 11.0f)
|
||||
horizontalLineToRelative(10.5f)
|
||||
curveTo(19.99f, 11.0f, 21.0f, 10.0f, 21.0f, 8.75f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(21.0f, 5.01f, 20.0f, 4.0f, 18.75f, 4.0f)
|
||||
lineTo(8.25f, 4.0f)
|
||||
close()
|
||||
moveTo(8.25f, 13.0f)
|
||||
curveTo(7.01f, 13.0f, 6.0f, 14.0f, 6.0f, 15.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(6.0f, 18.99f, 7.0f, 20.0f, 8.25f, 20.0f)
|
||||
horizontalLineToRelative(7.0f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, -1.0f, 2.25f, -2.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -1.24f, -1.0f, -2.25f, -2.25f, -2.25f)
|
||||
horizontalLineToRelative(-7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignLeft!!
|
||||
}
|
||||
|
||||
private var _alignLeft: ImageVector? = null
|
||||
@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignRight: ImageVector
|
||||
get() {
|
||||
if (_alignRight != null) {
|
||||
return _alignRight!!
|
||||
}
|
||||
_alignRight = fluentIcon(name = "Filled.AlignRight") {
|
||||
fluentPath {
|
||||
moveTo(21.0f, 2.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.5f, 0.0f)
|
||||
verticalLineToRelative(18.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.5f, 0.0f)
|
||||
lineTo(21.0f, 2.75f)
|
||||
close()
|
||||
moveTo(15.75f, 4.0f)
|
||||
curveTo(16.99f, 4.0f, 18.0f, 5.0f, 18.0f, 6.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(18.0f, 9.99f, 17.0f, 11.0f, 15.75f, 11.0f)
|
||||
lineTo(5.25f, 11.0f)
|
||||
curveTo(4.01f, 11.0f, 3.0f, 10.0f, 3.0f, 8.75f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(3.0f, 5.01f, 4.0f, 4.0f, 5.25f, 4.0f)
|
||||
horizontalLineToRelative(10.5f)
|
||||
close()
|
||||
moveTo(15.75f, 13.0f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, 1.0f, 2.25f, 2.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveToRelative(0.0f, 1.24f, -1.0f, 2.25f, -2.25f, 2.25f)
|
||||
horizontalLineToRelative(-7.0f)
|
||||
curveToRelative(-1.24f, 0.0f, -2.25f, -1.0f, -2.25f, -2.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -1.24f, 1.0f, -2.25f, 2.25f, -2.25f)
|
||||
horizontalLineToRelative(7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignRight!!
|
||||
}
|
||||
|
||||
private var _alignRight: ImageVector? = null
|
||||
@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AlignTop: ImageVector
|
||||
get() {
|
||||
if (_alignTop != null) {
|
||||
return _alignTop!!
|
||||
}
|
||||
_alignTop = fluentIcon(name = "Filled.AlignTop") {
|
||||
fluentPath {
|
||||
moveTo(2.75f, 3.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(18.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
lineTo(2.75f, 3.0f)
|
||||
close()
|
||||
moveTo(4.0f, 8.25f)
|
||||
curveTo(4.0f, 7.01f, 5.0f, 6.0f, 6.25f, 6.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveTo(9.99f, 6.0f, 11.0f, 7.0f, 11.0f, 8.25f)
|
||||
verticalLineToRelative(10.5f)
|
||||
curveTo(11.0f, 19.99f, 10.0f, 21.0f, 8.75f, 21.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(5.01f, 21.0f, 4.0f, 20.0f, 4.0f, 18.75f)
|
||||
lineTo(4.0f, 8.25f)
|
||||
close()
|
||||
moveTo(13.0f, 8.25f)
|
||||
curveTo(13.0f, 7.01f, 14.0f, 6.0f, 15.25f, 6.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveTo(18.99f, 6.0f, 20.0f, 7.0f, 20.0f, 8.25f)
|
||||
verticalLineToRelative(7.0f)
|
||||
curveToRelative(0.0f, 1.24f, -1.0f, 2.25f, -2.25f, 2.25f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveToRelative(-1.24f, 0.0f, -2.25f, -1.0f, -2.25f, -2.25f)
|
||||
verticalLineToRelative(-7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _alignTop!!
|
||||
}
|
||||
|
||||
private var _alignTop: ImageVector? = null
|
||||
@ -0,0 +1,57 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AnimalCat: ImageVector
|
||||
get() {
|
||||
if (_animalCat != null) {
|
||||
return _animalCat!!
|
||||
}
|
||||
_animalCat = fluentIcon(name = "Filled.AnimalCat") {
|
||||
fluentPath {
|
||||
moveTo(7.25f, 22.0f)
|
||||
horizontalLineTo(5.8f)
|
||||
arcToRelative(3.8f, 3.8f, 0.0f, false, true, -2.78f, -6.39f)
|
||||
lineToRelative(1.14f, -1.22f)
|
||||
arcToRelative(3.06f, 3.06f, 0.0f, false, false, -0.08f, -4.25f)
|
||||
lineTo(2.97f, 9.03f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.06f, -1.06f)
|
||||
lineToRelative(1.11f, 1.11f)
|
||||
arcToRelative(4.56f, 4.56f, 0.0f, false, true, 0.11f, 6.34f)
|
||||
lineToRelative(-1.13f, 1.21f)
|
||||
arcTo(2.3f, 2.3f, 0.0f, false, false, 5.8f, 20.5f)
|
||||
horizontalLineToRelative(0.67f)
|
||||
arcTo(23.84f, 23.84f, 0.0f, false, true, 7.0f, 15.45f)
|
||||
curveToRelative(0.34f, -1.46f, 0.91f, -3.0f, 1.9f, -4.17f)
|
||||
arcToRelative(5.4f, 5.4f, 0.0f, false, true, 3.6f, -1.99f)
|
||||
verticalLineTo(5.15f)
|
||||
arcTo(3.15f, 3.15f, 0.0f, false, true, 15.64f, 2.0f)
|
||||
curveTo(16.4f, 2.0f, 17.0f, 2.6f, 17.0f, 3.35f)
|
||||
verticalLineTo(4.0f)
|
||||
horizontalLineToRelative(1.64f)
|
||||
curveToRelative(0.95f, 0.0f, 1.83f, 0.5f, 2.33f, 1.3f)
|
||||
lineToRelative(0.62f, 1.0f)
|
||||
arcToRelative(2.75f, 2.75f, 0.0f, false, true, -2.09f, 4.19f)
|
||||
verticalLineToRelative(9.26f)
|
||||
curveToRelative(0.0f, 1.24f, -1.0f, 2.25f, -2.25f, 2.25f)
|
||||
horizontalLineToRelative(-0.75f)
|
||||
verticalLineToRelative(-2.25f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, false, 12.74f, 16.0f)
|
||||
horizontalLineTo(11.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(1.25f)
|
||||
curveToRelative(1.25f, 0.0f, 2.25f, 1.0f, 2.25f, 2.25f)
|
||||
verticalLineTo(22.0f)
|
||||
horizontalLineTo(7.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _animalCat!!
|
||||
}
|
||||
|
||||
private var _animalCat: ImageVector? = null
|
||||
@ -0,0 +1,73 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AnimalDog: ImageVector
|
||||
get() {
|
||||
if (_animalDog != null) {
|
||||
return _animalDog!!
|
||||
}
|
||||
_animalDog = fluentIcon(name = "Filled.AnimalDog") {
|
||||
fluentPath {
|
||||
moveTo(10.88f, 8.66f)
|
||||
curveToRelative(0.38f, 0.22f, 0.84f, 0.34f, 1.37f, 0.34f)
|
||||
curveToRelative(0.84f, 0.0f, 1.55f, -0.3f, 2.04f, -0.84f)
|
||||
curveToRelative(0.48f, -0.53f, 0.7f, -1.22f, 0.7f, -1.91f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.5f, 0.0f)
|
||||
curveToRelative(0.0f, 0.38f, -0.11f, 0.69f, -0.3f, 0.9f)
|
||||
curveToRelative(-0.18f, 0.19f, -0.48f, 0.35f, -0.94f, 0.35f)
|
||||
curveToRelative(-0.45f, 0.0f, -0.73f, -0.16f, -0.92f, -0.37f)
|
||||
curveToRelative(-0.18f, -0.21f, -0.3f, -0.5f, -0.33f, -0.84f)
|
||||
verticalLineTo(4.25f)
|
||||
curveTo(11.0f, 3.01f, 12.0f, 2.0f, 13.25f, 2.0f)
|
||||
horizontalLineToRelative(3.18f)
|
||||
curveToRelative(0.51f, 0.0f, 1.01f, 0.14f, 1.45f, 0.4f)
|
||||
lineToRelative(2.76f, 1.71f)
|
||||
curveToRelative(0.22f, 0.14f, 0.36f, 0.38f, 0.36f, 0.64f)
|
||||
verticalLineToRelative(1.5f)
|
||||
curveToRelative(0.0f, 1.24f, -1.0f, 2.25f, -2.25f, 2.25f)
|
||||
horizontalLineToRelative(-0.25f)
|
||||
verticalLineToRelative(9.53f)
|
||||
curveToRelative(0.92f, 0.1f, 1.62f, 0.37f, 2.05f, 0.97f)
|
||||
curveToRelative(0.25f, 0.36f, 0.36f, 0.76f, 0.4f, 1.13f)
|
||||
curveToRelative(0.05f, 0.35f, 0.05f, 0.73f, 0.05f, 1.09f)
|
||||
verticalLineToRelative(0.03f)
|
||||
curveToRelative(0.0f, 0.41f, -0.34f, 0.75f, -0.75f, 0.75f)
|
||||
horizontalLineTo(17.0f)
|
||||
verticalLineToRelative(-0.77f)
|
||||
curveToRelative(0.0f, -0.58f, 0.0f, -2.21f, -1.5f, -3.17f)
|
||||
verticalLineToRelative(-2.8f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.5f, 0.0f)
|
||||
verticalLineToRelative(2.26f)
|
||||
arcToRelative(4.62f, 4.62f, 0.0f, false, false, -0.7f, -0.02f)
|
||||
horizontalLineToRelative(-0.09f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, false, 0.08f, 1.5f)
|
||||
horizontalLineTo(13.5f)
|
||||
arcToRelative(1.94f, 1.94f, 0.0f, false, true, 0.93f, 0.18f)
|
||||
curveToRelative(1.04f, 0.48f, 1.07f, 1.44f, 1.07f, 2.07f)
|
||||
verticalLineTo(22.0f)
|
||||
horizontalLineTo(5.83f)
|
||||
arcToRelative(3.83f, 3.83f, 0.0f, false, true, -1.97f, -7.12f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.78f, 1.28f)
|
||||
arcToRelative(2.33f, 2.33f, 0.0f, false, false, 1.2f, 4.34f)
|
||||
curveToRelative(0.31f, 0.0f, 0.51f, -0.08f, 0.64f, -0.18f)
|
||||
curveToRelative(0.14f, -0.1f, 0.25f, -0.23f, 0.33f, -0.4f)
|
||||
arcToRelative(1.93f, 1.93f, 0.0f, false, false, 0.19f, -0.7f)
|
||||
verticalLineToRelative(-0.03f)
|
||||
arcToRelative(7.94f, 7.94f, 0.0f, false, true, 0.03f, -0.65f)
|
||||
curveToRelative(0.04f, -0.43f, 0.1f, -1.02f, 0.23f, -1.68f)
|
||||
curveToRelative(0.26f, -1.29f, 0.8f, -2.97f, 1.96f, -4.14f)
|
||||
arcToRelative(6.52f, 6.52f, 0.0f, false, false, 1.54f, -3.36f)
|
||||
lineToRelative(0.12f, -0.7f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _animalDog!!
|
||||
}
|
||||
|
||||
private var _animalDog: ImageVector? = null
|
||||
@ -0,0 +1,48 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AnimalRabbit: ImageVector
|
||||
get() {
|
||||
if (_animalRabbit != null) {
|
||||
return _animalRabbit!!
|
||||
}
|
||||
_animalRabbit = fluentIcon(name = "Filled.AnimalRabbit") {
|
||||
fluentPath {
|
||||
moveTo(15.53f, 5.44f)
|
||||
lineToRelative(5.43f, 5.43f)
|
||||
arcToRelative(3.58f, 3.58f, 0.0f, false, true, -3.35f, 6.0f)
|
||||
verticalLineTo(17.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, 2.0f)
|
||||
horizontalLineToRelative(-2.1f)
|
||||
verticalLineToRelative(-0.75f)
|
||||
lineToRelative(-0.01f, -0.17f)
|
||||
arcToRelative(2.75f, 2.75f, 0.0f, false, false, -2.57f, -2.58f)
|
||||
horizontalLineTo(9.66f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineTo(10.87f)
|
||||
curveToRelative(0.6f, 0.07f, 1.06f, 0.53f, 1.12f, 1.12f)
|
||||
verticalLineTo(19.0f)
|
||||
horizontalLineTo(7.0f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.0f, -2.0f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveToRelative(0.0f, -0.2f, 0.02f, -0.39f, 0.04f, -0.57f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, true, true, 1.87f, -3.12f)
|
||||
arcTo(4.46f, 4.46f, 0.0f, false, true, 9.5f, 10.0f)
|
||||
horizontalLineToRelative(3.6f)
|
||||
curveToRelative(0.6f, 0.0f, 1.18f, 0.11f, 1.71f, 0.33f)
|
||||
curveToRelative(0.16f, -0.28f, 0.36f, -0.54f, 0.6f, -0.78f)
|
||||
lineToRelative(-2.0f, -2.0f)
|
||||
arcToRelative(1.5f, 1.5f, 0.0f, false, true, 2.11f, -2.1f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _animalRabbit!!
|
||||
}
|
||||
|
||||
private var _animalRabbit: ImageVector? = null
|
||||
@ -0,0 +1,94 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AnimalTurtle: ImageVector
|
||||
get() {
|
||||
if (_animalTurtle != null) {
|
||||
return _animalTurtle!!
|
||||
}
|
||||
_animalTurtle = fluentIcon(name = "Filled.AnimalTurtle") {
|
||||
fluentPath {
|
||||
moveTo(11.0f, 6.0f)
|
||||
arcToRelative(6.14f, 6.14f, 0.0f, false, true, 5.8f, 4.12f)
|
||||
lineToRelative(0.07f, 0.24f)
|
||||
lineToRelative(0.05f, 0.14f)
|
||||
horizontalLineToRelative(2.33f)
|
||||
arcToRelative(2.75f, 2.75f, 0.0f, false, true, 2.74f, 2.58f)
|
||||
verticalLineToRelative(1.17f)
|
||||
curveToRelative(0.0f, 0.92f, -0.7f, 1.67f, -1.6f, 1.74f)
|
||||
horizontalLineToRelative(-1.77f)
|
||||
lineToRelative(0.24f, 0.6f)
|
||||
curveToRelative(0.35f, 0.84f, -0.01f, 1.8f, -0.81f, 2.21f)
|
||||
lineToRelative(-0.14f, 0.07f)
|
||||
curveToRelative(-0.16f, 0.06f, -0.32f, 0.1f, -0.5f, 0.12f)
|
||||
horizontalLineToRelative(-1.95f)
|
||||
curveToRelative(-0.63f, 0.0f, -1.2f, -0.33f, -1.51f, -0.86f)
|
||||
lineToRelative(-0.08f, -0.14f)
|
||||
lineToRelative(-0.53f, -1.14f)
|
||||
horizontalLineToRelative(0.05f)
|
||||
curveToRelative(-1.4f, 0.18f, -2.82f, 0.2f, -4.22f, 0.06f)
|
||||
lineToRelative(-0.5f, -0.06f)
|
||||
lineTo(8.14f, 18.0f)
|
||||
curveToRelative(-0.3f, 0.61f, -0.9f, 1.0f, -1.59f, 1.0f)
|
||||
horizontalLineToRelative(-1.8f)
|
||||
arcToRelative(1.75f, 1.75f, 0.0f, false, true, -1.62f, -2.41f)
|
||||
lineToRelative(0.44f, -1.05f)
|
||||
arcTo(3.24f, 3.24f, 0.0f, false, true, 2.0f, 12.75f)
|
||||
curveToRelative(0.0f, -0.38f, 0.28f, -0.7f, 0.64f, -0.74f)
|
||||
lineToRelative(0.1f, -0.01f)
|
||||
horizontalLineToRelative(1.89f)
|
||||
lineToRelative(0.5f, -1.64f)
|
||||
arcTo(6.14f, 6.14f, 0.0f, false, true, 11.0f, 6.0f)
|
||||
close()
|
||||
moveTo(17.77f, 15.7f)
|
||||
curveToRelative(-0.77f, 0.3f, -1.55f, 0.56f, -2.35f, 0.76f)
|
||||
lineToRelative(-0.55f, 0.13f)
|
||||
lineToRelative(0.36f, 0.77f)
|
||||
curveToRelative(0.03f, 0.05f, 0.07f, 0.09f, 0.12f, 0.11f)
|
||||
lineToRelative(0.05f, 0.02f)
|
||||
horizontalLineToRelative(1.84f)
|
||||
arcToRelative(0.25f, 0.25f, 0.0f, false, false, 0.25f, -0.27f)
|
||||
lineToRelative(-0.02f, -0.07f)
|
||||
lineTo(17.0f, 16.0f)
|
||||
horizontalLineToRelative(-0.05f)
|
||||
lineToRelative(0.42f, -0.15f)
|
||||
lineToRelative(0.4f, -0.16f)
|
||||
close()
|
||||
moveTo(4.22f, 15.7f)
|
||||
lineToRelative(0.4f, 0.14f)
|
||||
lineToRelative(0.38f, 0.14f)
|
||||
lineToRelative(-0.48f, 1.17f)
|
||||
arcToRelative(0.25f, 0.25f, 0.0f, false, false, 0.23f, 0.34f)
|
||||
horizontalLineToRelative(1.86f)
|
||||
arcToRelative(0.25f, 0.25f, 0.0f, false, false, 0.17f, -0.14f)
|
||||
lineToRelative(0.36f, -0.76f)
|
||||
horizontalLineToRelative(0.04f)
|
||||
curveToRelative(-1.0f, -0.2f, -2.0f, -0.51f, -2.96f, -0.9f)
|
||||
close()
|
||||
moveTo(4.02f, 14.0f)
|
||||
lineToRelative(0.15f, -0.5f)
|
||||
horizontalLineToRelative(-0.5f)
|
||||
lineToRelative(0.02f, 0.05f)
|
||||
curveToRelative(0.09f, 0.17f, 0.2f, 0.32f, 0.33f, 0.45f)
|
||||
close()
|
||||
moveTo(17.37f, 12.0f)
|
||||
lineToRelative(0.76f, 2.5f)
|
||||
horizontalLineToRelative(2.12f)
|
||||
curveToRelative(0.11f, 0.0f, 0.21f, -0.08f, 0.24f, -0.2f)
|
||||
verticalLineToRelative(-1.05f)
|
||||
curveToRelative(0.0f, -0.65f, -0.49f, -1.18f, -1.12f, -1.24f)
|
||||
horizontalLineToRelative(-0.12f)
|
||||
lineTo(17.37f, 12.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _animalTurtle!!
|
||||
}
|
||||
|
||||
private var _animalTurtle: ImageVector? = null
|
||||
@ -0,0 +1,82 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppFolder: ImageVector
|
||||
get() {
|
||||
if (_appFolder != null) {
|
||||
return _appFolder!!
|
||||
}
|
||||
_appFolder = fluentIcon(name = "Filled.AppFolder") {
|
||||
fluentPath {
|
||||
moveTo(11.5f, 14.25f)
|
||||
curveToRelative(0.0f, -0.97f, -0.78f, -1.75f, -1.75f, -1.75f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
curveToRelative(-0.97f, 0.0f, -1.75f, 0.78f, -1.75f, 1.75f)
|
||||
verticalLineToRelative(2.0f)
|
||||
curveToRelative(0.0f, 0.97f, 0.78f, 1.75f, 1.75f, 1.75f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
curveToRelative(0.97f, 0.0f, 1.75f, -0.78f, 1.75f, -1.75f)
|
||||
verticalLineToRelative(-2.0f)
|
||||
close()
|
||||
moveTo(18.0f, 14.25f)
|
||||
curveToRelative(0.0f, -0.97f, -0.78f, -1.75f, -1.75f, -1.75f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
curveToRelative(-0.97f, 0.0f, -1.75f, 0.78f, -1.75f, 1.75f)
|
||||
verticalLineToRelative(2.0f)
|
||||
curveToRelative(0.0f, 0.97f, 0.78f, 1.75f, 1.75f, 1.75f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
curveToRelative(0.97f, 0.0f, 1.75f, -0.78f, 1.75f, -1.75f)
|
||||
verticalLineToRelative(-2.0f)
|
||||
close()
|
||||
moveTo(11.5f, 7.75f)
|
||||
curveToRelative(0.0f, -0.97f, -0.78f, -1.75f, -1.75f, -1.75f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
curveTo(6.78f, 6.0f, 6.0f, 6.78f, 6.0f, 7.75f)
|
||||
verticalLineToRelative(2.0f)
|
||||
curveToRelative(0.0f, 0.97f, 0.78f, 1.75f, 1.75f, 1.75f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
curveToRelative(0.97f, 0.0f, 1.75f, -0.78f, 1.75f, -1.75f)
|
||||
verticalLineToRelative(-2.0f)
|
||||
close()
|
||||
moveTo(18.0f, 7.75f)
|
||||
curveTo(18.0f, 6.78f, 17.2f, 6.0f, 16.25f, 6.0f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
curveToRelative(-0.97f, 0.0f, -1.75f, 0.78f, -1.75f, 1.75f)
|
||||
verticalLineToRelative(2.0f)
|
||||
curveToRelative(0.0f, 0.97f, 0.78f, 1.75f, 1.75f, 1.75f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
curveToRelative(0.96f, 0.0f, 1.75f, -0.78f, 1.75f, -1.75f)
|
||||
verticalLineToRelative(-2.0f)
|
||||
close()
|
||||
moveTo(6.25f, 3.0f)
|
||||
arcTo(3.25f, 3.25f, 0.0f, false, false, 3.0f, 6.25f)
|
||||
verticalLineToRelative(11.5f)
|
||||
curveTo(3.0f, 19.55f, 4.46f, 21.0f, 6.25f, 21.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
curveToRelative(1.8f, 0.0f, 3.25f, -1.46f, 3.25f, -3.25f)
|
||||
lineTo(21.0f, 6.25f)
|
||||
curveTo(21.0f, 4.45f, 19.54f, 3.0f, 17.75f, 3.0f)
|
||||
lineTo(6.25f, 3.0f)
|
||||
close()
|
||||
moveTo(4.5f, 6.25f)
|
||||
curveToRelative(0.0f, -0.97f, 0.78f, -1.75f, 1.75f, -1.75f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
curveToRelative(0.97f, 0.0f, 1.75f, 0.78f, 1.75f, 1.75f)
|
||||
verticalLineToRelative(11.5f)
|
||||
curveToRelative(0.0f, 0.97f, -0.78f, 1.75f, -1.75f, 1.75f)
|
||||
lineTo(6.25f, 19.5f)
|
||||
curveToRelative(-0.97f, 0.0f, -1.75f, -0.78f, -1.75f, -1.75f)
|
||||
lineTo(4.5f, 6.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appFolder!!
|
||||
}
|
||||
|
||||
private var _appFolder: ImageVector? = null
|
||||
@ -0,0 +1,69 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppGeneric: ImageVector
|
||||
get() {
|
||||
if (_appGeneric != null) {
|
||||
return _appGeneric!!
|
||||
}
|
||||
_appGeneric = fluentIcon(name = "Filled.AppGeneric") {
|
||||
fluentPath {
|
||||
moveTo(6.25f, 3.0f)
|
||||
arcTo(3.25f, 3.25f, 0.0f, false, false, 3.0f, 6.25f)
|
||||
verticalLineToRelative(11.5f)
|
||||
curveTo(3.0f, 19.55f, 4.46f, 21.0f, 6.25f, 21.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
curveToRelative(1.8f, 0.0f, 3.25f, -1.46f, 3.25f, -3.25f)
|
||||
lineTo(21.0f, 6.25f)
|
||||
curveTo(21.0f, 4.45f, 19.54f, 3.0f, 17.75f, 3.0f)
|
||||
lineTo(6.25f, 3.0f)
|
||||
close()
|
||||
moveTo(4.5f, 8.0f)
|
||||
horizontalLineToRelative(15.0f)
|
||||
verticalLineToRelative(9.75f)
|
||||
curveToRelative(0.0f, 0.97f, -0.78f, 1.75f, -1.75f, 1.75f)
|
||||
lineTo(6.25f, 19.5f)
|
||||
curveToRelative(-0.97f, 0.0f, -1.75f, -0.78f, -1.75f, -1.75f)
|
||||
lineTo(4.5f, 8.0f)
|
||||
close()
|
||||
moveTo(6.0f, 10.35f)
|
||||
curveToRelative(0.0f, -0.47f, 0.38f, -0.85f, 0.85f, -0.85f)
|
||||
horizontalLineToRelative(3.3f)
|
||||
curveToRelative(0.47f, 0.0f, 0.85f, 0.38f, 0.85f, 0.85f)
|
||||
verticalLineToRelative(6.8f)
|
||||
curveToRelative(0.0f, 0.47f, -0.38f, 0.85f, -0.85f, 0.85f)
|
||||
horizontalLineToRelative(-3.3f)
|
||||
arcToRelative(0.85f, 0.85f, 0.0f, false, true, -0.85f, -0.85f)
|
||||
verticalLineToRelative(-6.8f)
|
||||
close()
|
||||
moveTo(7.5f, 11.0f)
|
||||
verticalLineToRelative(5.5f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
lineTo(9.5f, 11.0f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
close()
|
||||
moveTo(12.75f, 9.5f)
|
||||
horizontalLineToRelative(4.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(-4.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, -1.5f)
|
||||
close()
|
||||
moveTo(12.0f, 13.25f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.75f, -0.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appGeneric!!
|
||||
}
|
||||
|
||||
private var _appGeneric: ImageVector? = null
|
||||
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppRecent: ImageVector
|
||||
get() {
|
||||
if (_appRecent != null) {
|
||||
return _appRecent!!
|
||||
}
|
||||
_appRecent = fluentIcon(name = "Filled.AppRecent") {
|
||||
fluentPath {
|
||||
moveTo(18.0f, 19.75f)
|
||||
curveToRelative(0.0f, 1.2f, -0.93f, 2.17f, -2.1f, 2.24f)
|
||||
lineToRelative(-0.15f, 0.01f)
|
||||
horizontalLineToRelative(-7.5f)
|
||||
curveToRelative(-1.2f, 0.0f, -2.17f, -0.93f, -2.24f, -2.1f)
|
||||
lineTo(6.0f, 19.75f)
|
||||
verticalLineTo(4.25f)
|
||||
curveToRelative(0.0f, -1.2f, 0.93f, -2.17f, 2.1f, -2.24f)
|
||||
lineTo(8.25f, 2.0f)
|
||||
horizontalLineToRelative(7.5f)
|
||||
curveToRelative(1.2f, 0.0f, 2.17f, 0.93f, 2.24f, 2.1f)
|
||||
lineToRelative(0.01f, 0.15f)
|
||||
verticalLineToRelative(15.5f)
|
||||
close()
|
||||
moveTo(19.0f, 5.0f)
|
||||
horizontalLineToRelative(0.75f)
|
||||
curveToRelative(1.2f, 0.0f, 2.17f, 0.93f, 2.24f, 2.1f)
|
||||
lineToRelative(0.01f, 0.15f)
|
||||
verticalLineToRelative(9.5f)
|
||||
curveToRelative(0.0f, 1.2f, -0.93f, 2.17f, -2.1f, 2.24f)
|
||||
lineToRelative(-0.15f, 0.01f)
|
||||
horizontalLineTo(19.0f)
|
||||
verticalLineTo(5.0f)
|
||||
close()
|
||||
moveTo(5.0f, 19.0f)
|
||||
horizontalLineToRelative(-0.75f)
|
||||
curveToRelative(-1.2f, 0.0f, -2.17f, -0.93f, -2.24f, -2.1f)
|
||||
lineTo(2.0f, 16.75f)
|
||||
verticalLineToRelative(-9.5f)
|
||||
curveToRelative(0.0f, -1.2f, 0.93f, -2.17f, 2.1f, -2.24f)
|
||||
lineTo(4.25f, 5.0f)
|
||||
horizontalLineTo(5.0f)
|
||||
verticalLineToRelative(14.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appRecent!!
|
||||
}
|
||||
|
||||
private var _appRecent: ImageVector? = null
|
||||
@ -0,0 +1,78 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppStore: ImageVector
|
||||
get() {
|
||||
if (_appStore != null) {
|
||||
return _appStore!!
|
||||
}
|
||||
_appStore = fluentIcon(name = "Filled.AppStore") {
|
||||
fluentPath {
|
||||
moveTo(17.75f, 3.0f)
|
||||
curveTo(19.55f, 3.0f, 21.0f, 4.46f, 21.0f, 6.25f)
|
||||
verticalLineToRelative(11.5f)
|
||||
curveToRelative(0.0f, 1.8f, -1.46f, 3.25f, -3.25f, 3.25f)
|
||||
lineTo(6.25f, 21.0f)
|
||||
arcTo(3.25f, 3.25f, 0.0f, false, true, 3.0f, 17.75f)
|
||||
lineTo(3.0f, 6.25f)
|
||||
curveTo(3.0f, 4.45f, 4.46f, 3.0f, 6.25f, 3.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
close()
|
||||
moveTo(9.37f, 15.25f)
|
||||
lineTo(7.63f, 15.25f)
|
||||
lineToRelative(-0.07f, 0.12f)
|
||||
lineToRelative(-0.04f, 0.1f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.28f, 0.74f)
|
||||
lineToRelative(0.06f, -0.08f)
|
||||
lineToRelative(0.5f, -0.88f)
|
||||
close()
|
||||
moveTo(13.29f, 10.02f)
|
||||
lineToRelative(-0.87f, 1.5f)
|
||||
lineToRelative(2.66f, 4.6f)
|
||||
lineToRelative(0.06f, 0.09f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.28f, -0.74f)
|
||||
lineToRelative(-0.04f, -0.1f)
|
||||
lineToRelative(-0.5f, -0.87f)
|
||||
horizontalLineToRelative(0.97f)
|
||||
curveToRelative(0.34f, -0.05f, 0.6f, -0.31f, 0.64f, -0.64f)
|
||||
lineToRelative(0.01f, -0.1f)
|
||||
verticalLineToRelative(-0.1f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.65f, -0.65f)
|
||||
horizontalLineToRelative(-1.84f)
|
||||
lineToRelative(-1.72f, -2.99f)
|
||||
close()
|
||||
moveTo(13.26f, 7.1f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.97f, 0.19f)
|
||||
lineToRelative(-0.05f, 0.08f)
|
||||
lineToRelative(-0.24f, 0.41f)
|
||||
lineToRelative(-0.24f, -0.4f)
|
||||
lineToRelative(-0.05f, -0.09f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.87f, -0.24f)
|
||||
lineToRelative(-0.1f, 0.05f)
|
||||
lineToRelative(-0.09f, 0.06f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.23f, 0.86f)
|
||||
lineToRelative(0.04f, 0.1f)
|
||||
lineToRelative(0.67f, 1.15f)
|
||||
lineTo(8.95f, 13.0f)
|
||||
horizontalLineToRelative(-1.7f)
|
||||
lineToRelative(-0.1f, 0.01f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.49f)
|
||||
horizontalLineToRelative(6.13f)
|
||||
lineTo(12.4f, 13.0f)
|
||||
horizontalLineToRelative(-1.73f)
|
||||
lineToRelative(2.85f, -4.87f)
|
||||
lineToRelative(0.05f, -0.1f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.32f, -0.93f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appStore!!
|
||||
}
|
||||
|
||||
private var _appStore: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppTitle: ImageVector
|
||||
get() {
|
||||
if (_appTitle != null) {
|
||||
return _appTitle!!
|
||||
}
|
||||
_appTitle = fluentIcon(name = "Filled.AppTitle") {
|
||||
fluentPath {
|
||||
moveTo(4.75f, 20.5f)
|
||||
horizontalLineToRelative(14.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
horizontalLineTo(4.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(14.6f)
|
||||
horizontalLineToRelative(-14.5f)
|
||||
close()
|
||||
moveTo(16.25f, 3.0f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 20.0f, 6.75f)
|
||||
verticalLineToRelative(8.5f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 16.25f, 19.0f)
|
||||
horizontalLineToRelative(-8.5f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 4.0f, 15.25f)
|
||||
verticalLineToRelative(-8.5f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 7.75f, 3.0f)
|
||||
horizontalLineToRelative(8.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appTitle!!
|
||||
}
|
||||
|
||||
private var _appTitle: ImageVector? = null
|
||||
@ -0,0 +1,45 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ApprovalsApp: ImageVector
|
||||
get() {
|
||||
if (_approvalsApp != null) {
|
||||
return _approvalsApp!!
|
||||
}
|
||||
_approvalsApp = fluentIcon(name = "Filled.ApprovalsApp") {
|
||||
fluentPath {
|
||||
moveTo(10.54f, 1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 0.0f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.4f)
|
||||
lineToRelative(-2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.42f, -1.4f)
|
||||
lineToRelative(0.76f, -0.77f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, true, false, 7.65f, 7.85f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.98f, 0.24f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, true, true, -9.57f, -10.1f)
|
||||
lineToRelative(-0.82f, -0.81f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.42f)
|
||||
close()
|
||||
moveTo(16.21f, 9.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.4f)
|
||||
lineToRelative(-4.5f, 4.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 0.0f)
|
||||
lineToRelative(-2.0f, -2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.42f, -1.4f)
|
||||
lineTo(11.0f, 13.58f)
|
||||
lineToRelative(3.8f, -3.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.4f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _approvalsApp!!
|
||||
}
|
||||
|
||||
private var _approvalsApp: ImageVector? = null
|
||||
@ -0,0 +1,66 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.Apps: ImageVector
|
||||
get() {
|
||||
if (_apps != null) {
|
||||
return _apps!!
|
||||
}
|
||||
_apps = fluentIcon(name = "Filled.Apps") {
|
||||
fluentPath {
|
||||
moveTo(18.5f, 2.33f)
|
||||
lineToRelative(3.17f, 3.18f)
|
||||
curveToRelative(0.88f, 0.88f, 0.88f, 2.3f, 0.0f, 3.18f)
|
||||
lineToRelative(-2.42f, 2.42f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, 1.75f, 2.4f)
|
||||
verticalLineToRelative(5.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, -2.5f, 2.5f)
|
||||
horizontalLineToRelative(-13.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 3.0f, 18.5f)
|
||||
verticalLineToRelative(-13.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 5.5f, 3.0f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, 2.39f, 1.74f)
|
||||
lineToRelative(2.42f, -2.42f)
|
||||
curveToRelative(0.88f, -0.88f, 2.3f, -0.88f, 3.18f, 0.0f)
|
||||
close()
|
||||
moveTo(11.0f, 13.0f)
|
||||
lineTo(5.0f, 13.0f)
|
||||
verticalLineToRelative(5.5f)
|
||||
curveToRelative(0.0f, 0.28f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
lineTo(11.0f, 19.0f)
|
||||
verticalLineToRelative(-6.0f)
|
||||
close()
|
||||
moveTo(18.5f, 13.0f)
|
||||
lineTo(13.0f, 13.0f)
|
||||
verticalLineToRelative(6.0f)
|
||||
horizontalLineToRelative(5.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.5f, -0.5f)
|
||||
verticalLineToRelative(-5.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
moveTo(14.44f, 11.0f)
|
||||
lineTo(13.0f, 9.56f)
|
||||
lineTo(13.0f, 11.0f)
|
||||
horizontalLineToRelative(1.44f)
|
||||
close()
|
||||
moveTo(10.5f, 5.0f)
|
||||
horizontalLineToRelative(-5.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
lineTo(5.0f, 11.0f)
|
||||
horizontalLineToRelative(6.0f)
|
||||
lineTo(11.0f, 5.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _apps!!
|
||||
}
|
||||
|
||||
private var _apps: ImageVector? = null
|
||||
@ -0,0 +1,82 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppsAddIn: ImageVector
|
||||
get() {
|
||||
if (_appsAddIn != null) {
|
||||
return _appsAddIn!!
|
||||
}
|
||||
_appsAddIn = fluentIcon(name = "Filled.AppsAddIn") {
|
||||
fluentPath {
|
||||
moveTo(10.5f, 3.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 13.0f, 5.5f)
|
||||
lineTo(13.0f, 11.0f)
|
||||
horizontalLineToRelative(5.5f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, 2.5f, 2.5f)
|
||||
verticalLineToRelative(5.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, -2.5f, 2.5f)
|
||||
horizontalLineToRelative(-13.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 3.0f, 18.5f)
|
||||
verticalLineToRelative(-13.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 5.5f, 3.0f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
close()
|
||||
moveTo(11.0f, 13.0f)
|
||||
lineTo(5.0f, 13.0f)
|
||||
verticalLineToRelative(5.5f)
|
||||
curveToRelative(0.0f, 0.28f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
lineTo(11.0f, 19.0f)
|
||||
verticalLineToRelative(-6.0f)
|
||||
close()
|
||||
moveTo(18.5f, 13.0f)
|
||||
lineTo(13.0f, 13.0f)
|
||||
verticalLineToRelative(6.0f)
|
||||
horizontalLineToRelative(5.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.5f, -0.5f)
|
||||
verticalLineToRelative(-5.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
moveTo(10.5f, 5.0f)
|
||||
horizontalLineToRelative(-5.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
lineTo(5.0f, 11.0f)
|
||||
horizontalLineToRelative(6.0f)
|
||||
lineTo(11.0f, 5.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
close()
|
||||
moveTo(17.88f, 2.0f)
|
||||
lineTo(18.0f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
lineTo(19.0f, 5.0f)
|
||||
horizontalLineToRelative(2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
lineTo(22.0f, 6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.88f, 1.0f)
|
||||
lineTo(19.0f, 7.0f)
|
||||
verticalLineToRelative(2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.88f, 1.0f)
|
||||
lineTo(18.0f, 10.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
lineTo(17.0f, 7.0f)
|
||||
horizontalLineToRelative(-2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
lineTo(14.0f, 6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.88f, -1.0f)
|
||||
lineTo(17.0f, 5.0f)
|
||||
lineTo(17.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.88f, -1.0f)
|
||||
lineTo(18.0f, 2.0f)
|
||||
horizontalLineToRelative(-0.12f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appsAddIn!!
|
||||
}
|
||||
|
||||
private var _appsAddIn: ImageVector? = null
|
||||
@ -0,0 +1,76 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppsList: ImageVector
|
||||
get() {
|
||||
if (_appsList != null) {
|
||||
return _appsList!!
|
||||
}
|
||||
_appsList = fluentIcon(name = "Filled.AppsList") {
|
||||
fluentPath {
|
||||
moveTo(6.25f, 16.0f)
|
||||
curveTo(7.2f, 16.0f, 8.0f, 16.8f, 8.0f, 17.75f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(8.0f, 21.22f, 7.2f, 22.0f, 6.25f, 22.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(2.78f, 22.0f, 2.0f, 21.22f, 2.0f, 20.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(2.0f, 16.8f, 2.78f, 16.0f, 3.75f, 16.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
close()
|
||||
moveTo(9.75f, 18.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
lineTo(9.75f, 19.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(11.6f)
|
||||
horizontalLineToRelative(-11.5f)
|
||||
close()
|
||||
moveTo(6.25f, 9.0f)
|
||||
curveTo(7.2f, 9.0f, 8.0f, 9.78f, 8.0f, 10.75f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(8.0f, 14.22f, 7.2f, 15.0f, 6.25f, 15.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(2.78f, 15.0f, 2.0f, 14.22f, 2.0f, 13.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(2.0f, 9.78f, 2.78f, 9.0f, 3.75f, 9.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
close()
|
||||
moveTo(9.75f, 11.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
lineTo(9.75f, 12.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(11.6f)
|
||||
horizontalLineToRelative(-11.5f)
|
||||
close()
|
||||
moveTo(6.25f, 2.0f)
|
||||
curveTo(7.2f, 2.0f, 8.0f, 2.78f, 8.0f, 3.75f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(8.0f, 7.2f, 7.2f, 8.0f, 6.25f, 8.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
curveTo(2.78f, 8.0f, 2.0f, 7.2f, 2.0f, 6.25f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(2.0f, 2.78f, 2.78f, 2.0f, 3.75f, 2.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
close()
|
||||
moveTo(9.75f, 4.0f)
|
||||
horizontalLineToRelative(11.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.1f, 1.5f)
|
||||
lineTo(9.75f, 5.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.1f, -1.5f)
|
||||
horizontalLineToRelative(11.6f)
|
||||
horizontalLineToRelative(-11.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appsList!!
|
||||
}
|
||||
|
||||
private var _appsList: ImageVector? = null
|
||||
@ -0,0 +1,66 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.AppsListDetail: ImageVector
|
||||
get() {
|
||||
if (_appsListDetail != null) {
|
||||
return _appsListDetail!!
|
||||
}
|
||||
_appsListDetail = fluentIcon(name = "Filled.AppsListDetail") {
|
||||
fluentPath {
|
||||
moveTo(4.25f, 4.0f)
|
||||
curveTo(3.01f, 4.0f, 2.0f, 5.0f, 2.0f, 6.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(2.0f, 9.99f, 3.0f, 11.0f, 4.25f, 11.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveTo(7.99f, 11.0f, 9.0f, 10.0f, 9.0f, 8.75f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(9.0f, 5.01f, 8.0f, 4.0f, 6.75f, 4.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
close()
|
||||
moveTo(11.25f, 5.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(10.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-10.0f)
|
||||
close()
|
||||
moveTo(11.25f, 8.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(7.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-7.0f)
|
||||
close()
|
||||
moveTo(4.25f, 13.0f)
|
||||
curveTo(3.01f, 13.0f, 2.0f, 14.0f, 2.0f, 15.25f)
|
||||
verticalLineToRelative(2.5f)
|
||||
curveTo(2.0f, 18.99f, 3.0f, 20.0f, 4.25f, 20.0f)
|
||||
horizontalLineToRelative(2.5f)
|
||||
curveTo(7.99f, 20.0f, 9.0f, 19.0f, 9.0f, 17.75f)
|
||||
verticalLineToRelative(-2.5f)
|
||||
curveTo(9.0f, 14.01f, 8.0f, 13.0f, 6.75f, 13.0f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
close()
|
||||
moveTo(11.25f, 14.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(10.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-10.0f)
|
||||
close()
|
||||
moveTo(11.25f, 17.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(7.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-7.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _appsListDetail!!
|
||||
}
|
||||
|
||||
private var _appsListDetail: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.Archive: ImageVector
|
||||
get() {
|
||||
if (_archive != null) {
|
||||
return _archive!!
|
||||
}
|
||||
_archive = fluentIcon(name = "Filled.Archive") {
|
||||
fluentPath {
|
||||
moveTo(3.0f, 4.5f)
|
||||
curveTo(3.0f, 3.67f, 3.67f, 3.0f, 4.5f, 3.0f)
|
||||
horizontalLineToRelative(15.0f)
|
||||
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
|
||||
lineTo(21.0f, 6.0f)
|
||||
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
|
||||
horizontalLineToRelative(-15.0f)
|
||||
arcTo(1.5f, 1.5f, 0.0f, false, true, 3.0f, 6.0f)
|
||||
lineTo(3.0f, 4.5f)
|
||||
close()
|
||||
moveTo(4.0f, 9.0f)
|
||||
horizontalLineToRelative(16.0f)
|
||||
verticalLineToRelative(8.25f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 16.25f, 21.0f)
|
||||
horizontalLineToRelative(-8.5f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 4.0f, 17.25f)
|
||||
lineTo(4.0f, 9.0f)
|
||||
close()
|
||||
moveTo(10.25f, 11.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _archive!!
|
||||
}
|
||||
|
||||
private var _archive: ImageVector? = null
|
||||
@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArchiveArrowBack: ImageVector
|
||||
get() {
|
||||
if (_archiveArrowBack != null) {
|
||||
return _archiveArrowBack!!
|
||||
}
|
||||
_archiveArrowBack = fluentIcon(name = "Filled.ArchiveArrowBack") {
|
||||
fluentPath {
|
||||
moveTo(3.0f, 4.5f)
|
||||
curveTo(3.0f, 3.67f, 3.67f, 3.0f, 4.5f, 3.0f)
|
||||
horizontalLineToRelative(15.0f)
|
||||
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
|
||||
lineTo(21.0f, 6.0f)
|
||||
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
|
||||
horizontalLineToRelative(-15.0f)
|
||||
arcTo(1.5f, 1.5f, 0.0f, false, true, 3.0f, 6.0f)
|
||||
lineTo(3.0f, 4.5f)
|
||||
close()
|
||||
moveTo(4.0f, 9.0f)
|
||||
horizontalLineToRelative(16.0f)
|
||||
verticalLineToRelative(2.5f)
|
||||
arcToRelative(6.48f, 6.48f, 0.0f, false, false, -5.5f, 0.23f)
|
||||
curveToRelative(-0.01f, -0.4f, -0.34f, -0.73f, -0.75f, -0.73f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(3.1f)
|
||||
arcToRelative(6.49f, 6.49f, 0.0f, false, false, -1.33f, 8.5f)
|
||||
lineTo(7.75f, 21.0f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 4.0f, 17.25f)
|
||||
lineTo(4.0f, 9.0f)
|
||||
close()
|
||||
moveTo(23.0f, 17.5f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, true, true, -11.0f, 0.0f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, false, true, 11.0f, 0.0f)
|
||||
close()
|
||||
moveTo(16.35f, 15.35f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.7f, -0.7f)
|
||||
lineToRelative(-1.5f, 1.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.0f, 0.7f)
|
||||
lineToRelative(1.5f, 1.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.7f, -0.7f)
|
||||
lineToRelative(-0.64f, -0.65f)
|
||||
horizontalLineToRelative(2.04f)
|
||||
curveToRelative(1.24f, 0.0f, 2.25f, 1.0f, 2.25f, 2.25f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 1.0f, 0.0f)
|
||||
verticalLineToRelative(-0.25f)
|
||||
curveToRelative(0.0f, -1.8f, -1.46f, -3.25f, -3.25f, -3.25f)
|
||||
horizontalLineToRelative(-2.04f)
|
||||
lineToRelative(0.64f, -0.65f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _archiveArrowBack!!
|
||||
}
|
||||
|
||||
private var _archiveArrowBack: ImageVector? = null
|
||||
@ -0,0 +1,57 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArchiveMultiple: ImageVector
|
||||
get() {
|
||||
if (_archiveMultiple != null) {
|
||||
return _archiveMultiple!!
|
||||
}
|
||||
_archiveMultiple = fluentIcon(name = "Filled.ArchiveMultiple") {
|
||||
fluentPath {
|
||||
moveTo(4.75f, 2.0f)
|
||||
curveTo(3.78f, 2.0f, 3.0f, 2.78f, 3.0f, 3.75f)
|
||||
verticalLineToRelative(1.5f)
|
||||
curveTo(3.0f, 6.22f, 3.78f, 7.0f, 4.75f, 7.0f)
|
||||
horizontalLineToRelative(13.5f)
|
||||
curveTo(19.22f, 7.0f, 20.0f, 6.22f, 20.0f, 5.25f)
|
||||
verticalLineToRelative(-1.5f)
|
||||
curveTo(20.0f, 2.78f, 19.22f, 2.0f, 18.25f, 2.0f)
|
||||
lineTo(4.75f, 2.0f)
|
||||
close()
|
||||
moveTo(19.0f, 8.0f)
|
||||
lineTo(4.0f, 8.0f)
|
||||
verticalLineToRelative(7.75f)
|
||||
arcToRelative(3.75f, 3.75f, 0.0f, false, false, 3.75f, 3.75f)
|
||||
horizontalLineToRelative(7.5f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, false, 19.0f, 15.75f)
|
||||
lineTo(19.0f, 8.0f)
|
||||
close()
|
||||
moveTo(9.0f, 11.25f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
horizontalLineToRelative(3.48f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
lineTo(9.75f, 12.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.75f, -0.75f)
|
||||
close()
|
||||
moveTo(21.5f, 11.75f)
|
||||
curveToRelative(0.0f, -1.23f, -0.59f, -2.32f, -1.5f, -3.0f)
|
||||
verticalLineToRelative(7.5f)
|
||||
curveToRelative(0.0f, 2.35f, -1.9f, 4.25f, -4.25f, 4.25f)
|
||||
horizontalLineToRelative(-8.5f)
|
||||
curveToRelative(0.68f, 0.91f, 1.77f, 1.5f, 3.0f, 1.5f)
|
||||
horizontalLineToRelative(5.5f)
|
||||
arcToRelative(5.75f, 5.75f, 0.0f, false, false, 5.75f, -5.75f)
|
||||
verticalLineToRelative(-4.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _archiveMultiple!!
|
||||
}
|
||||
|
||||
private var _archiveMultiple: ImageVector? = null
|
||||
@ -0,0 +1,77 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArchiveSettings: ImageVector
|
||||
get() {
|
||||
if (_archiveSettings != null) {
|
||||
return _archiveSettings!!
|
||||
}
|
||||
_archiveSettings = fluentIcon(name = "Filled.ArchiveSettings") {
|
||||
fluentPath {
|
||||
moveTo(3.0f, 4.5f)
|
||||
curveTo(3.0f, 3.67f, 3.67f, 3.0f, 4.5f, 3.0f)
|
||||
horizontalLineToRelative(15.0f)
|
||||
curveToRelative(0.83f, 0.0f, 1.5f, 0.67f, 1.5f, 1.5f)
|
||||
lineTo(21.0f, 6.0f)
|
||||
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
|
||||
horizontalLineToRelative(-15.0f)
|
||||
arcTo(1.5f, 1.5f, 0.0f, false, true, 3.0f, 6.0f)
|
||||
lineTo(3.0f, 4.5f)
|
||||
close()
|
||||
moveTo(4.0f, 9.0f)
|
||||
horizontalLineToRelative(16.0f)
|
||||
verticalLineToRelative(2.5f)
|
||||
arcToRelative(6.48f, 6.48f, 0.0f, false, false, -5.5f, 0.23f)
|
||||
curveToRelative(-0.01f, -0.4f, -0.34f, -0.73f, -0.75f, -0.73f)
|
||||
horizontalLineToRelative(-3.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(3.1f)
|
||||
arcToRelative(6.49f, 6.49f, 0.0f, false, false, -1.33f, 8.5f)
|
||||
lineTo(7.75f, 21.0f)
|
||||
arcTo(3.75f, 3.75f, 0.0f, false, true, 4.0f, 17.25f)
|
||||
lineTo(4.0f, 9.0f)
|
||||
close()
|
||||
moveTo(14.28f, 13.98f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -1.44f, 2.5f)
|
||||
lineToRelative(-0.59f, 0.14f)
|
||||
arcToRelative(5.73f, 5.73f, 0.0f, false, false, 0.0f, 1.8f)
|
||||
lineToRelative(0.55f, 0.13f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 1.45f, 2.51f)
|
||||
lineToRelative(-0.19f, 0.64f)
|
||||
curveToRelative(0.44f, 0.38f, 0.94f, 0.7f, 1.49f, 0.92f)
|
||||
lineToRelative(0.49f, -0.52f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 2.9f, 0.0f)
|
||||
lineToRelative(0.5f, 0.52f)
|
||||
arcToRelative(5.28f, 5.28f, 0.0f, false, false, 1.48f, -0.9f)
|
||||
lineToRelative(-0.2f, -0.7f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, 1.44f, -2.5f)
|
||||
lineToRelative(0.59f, -0.14f)
|
||||
arcToRelative(5.73f, 5.73f, 0.0f, false, false, -0.01f, -1.8f)
|
||||
lineToRelative(-0.54f, -0.13f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -1.45f, -2.51f)
|
||||
lineToRelative(0.19f, -0.63f)
|
||||
curveToRelative(-0.44f, -0.39f, -0.94f, -0.7f, -1.49f, -0.93f)
|
||||
lineToRelative(-0.49f, 0.52f)
|
||||
arcToRelative(2.0f, 2.0f, 0.0f, false, true, -2.9f, 0.0f)
|
||||
lineToRelative(-0.5f, -0.52f)
|
||||
curveToRelative(-0.54f, 0.22f, -1.04f, 0.53f, -1.48f, 0.91f)
|
||||
lineToRelative(0.2f, 0.69f)
|
||||
close()
|
||||
moveTo(17.5f, 19.0f)
|
||||
curveToRelative(-0.8f, 0.0f, -1.45f, -0.67f, -1.45f, -1.5f)
|
||||
reflectiveCurveTo(16.7f, 16.0f, 17.5f, 16.0f)
|
||||
curveToRelative(0.8f, 0.0f, 1.45f, 0.67f, 1.45f, 1.5f)
|
||||
reflectiveCurveTo(18.3f, 19.0f, 17.5f, 19.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _archiveSettings!!
|
||||
}
|
||||
|
||||
private var _archiveSettings: ImageVector? = null
|
||||
@ -0,0 +1,64 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitContent: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitContent != null) {
|
||||
return _arrowAutofitContent!!
|
||||
}
|
||||
_arrowAutofitContent = fluentIcon(name = "Filled.ArrowAutofitContent") {
|
||||
fluentPath {
|
||||
moveTo(6.06f, 5.24f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, false, -1.12f, -0.98f)
|
||||
lineToRelative(-1.75f, 2.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 0.98f)
|
||||
lineToRelative(1.75f, 2.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.12f, -0.98f)
|
||||
lineTo(5.4f, 7.5f)
|
||||
horizontalLineToRelative(2.86f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineTo(5.4f)
|
||||
lineToRelative(0.66f, -0.76f)
|
||||
close()
|
||||
moveTo(18.02f, 4.2f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.07f, 1.05f)
|
||||
lineToRelative(0.66f, 0.76f)
|
||||
horizontalLineToRelative(-2.86f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(2.86f)
|
||||
lineToRelative(-0.66f, 0.76f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.13f, 0.98f)
|
||||
lineToRelative(1.75f, -2.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -0.98f)
|
||||
lineToRelative(-1.75f, -2.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -1.06f, -0.07f)
|
||||
close()
|
||||
moveTo(5.75f, 11.0f)
|
||||
arcTo(2.75f, 2.75f, 0.0f, false, false, 3.0f, 13.75f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(2.75f, 2.75f, 0.0f, false, false, 2.75f, 2.75f)
|
||||
horizontalLineToRelative(12.5f)
|
||||
arcTo(2.75f, 2.75f, 0.0f, false, false, 21.0f, 17.75f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
arcTo(2.75f, 2.75f, 0.0f, false, false, 18.25f, 11.0f)
|
||||
horizontalLineTo(5.75f)
|
||||
close()
|
||||
moveTo(6.0f, 15.75f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
horizontalLineToRelative(10.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
horizontalLineTo(6.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.75f, -0.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitContent!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitContent: ImageVector? = null
|
||||
@ -0,0 +1,63 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitDown: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitDown != null) {
|
||||
return _arrowAutofitDown!!
|
||||
}
|
||||
_arrowAutofitDown = fluentIcon(name = "Filled.ArrowAutofitDown") {
|
||||
fluentPath {
|
||||
moveTo(12.95f, 18.1f)
|
||||
lineToRelative(0.09f, 0.1f)
|
||||
lineToRelative(2.35f, 2.36f)
|
||||
curveToRelative(0.18f, 0.27f, 0.5f, 0.44f, 0.86f, 0.44f)
|
||||
curveToRelative(0.32f, 0.0f, 0.62f, -0.14f, 0.8f, -0.37f)
|
||||
horizontalLineToRelative(0.01f)
|
||||
lineToRelative(0.05f, -0.07f)
|
||||
lineToRelative(2.36f, -2.36f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.01f, -1.18f)
|
||||
verticalLineToRelative(-0.01f)
|
||||
lineToRelative(-0.1f, -0.12f)
|
||||
lineToRelative(-0.1f, -0.09f)
|
||||
horizontalLineToRelative(-0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.18f, -0.01f)
|
||||
lineToRelative(-0.12f, 0.1f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
verticalLineTo(3.79f)
|
||||
lineToRelative(-0.01f, -0.01f)
|
||||
curveToRelative(-0.07f, -0.47f, -0.51f, -0.78f, -0.99f, -0.78f)
|
||||
reflectiveCurveToRelative(-0.92f, 0.31f, -0.99f, 0.78f)
|
||||
lineToRelative(-0.01f, 0.12f)
|
||||
verticalLineToRelative(13.69f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
lineToRelative(-0.1f, -0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.4f)
|
||||
close()
|
||||
moveTo(4.0f, 17.5f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 6.5f, 20.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, true, -0.5f, -0.5f)
|
||||
verticalLineToRelative(-11.0f)
|
||||
curveToRelative(0.0f, -0.27f, 0.22f, -0.5f, 0.5f, -0.5f)
|
||||
horizontalLineToRelative(6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-6.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 4.0f, 6.5f)
|
||||
verticalLineToRelative(11.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitDown!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitDown: ImageVector? = null
|
||||
@ -0,0 +1,83 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitHeight: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitHeight != null) {
|
||||
return _arrowAutofitHeight!!
|
||||
}
|
||||
_arrowAutofitHeight = fluentIcon(name = "Filled.ArrowAutofitHeight") {
|
||||
fluentPath {
|
||||
moveTo(12.95f, 5.9f)
|
||||
lineToRelative(0.09f, -0.1f)
|
||||
lineToRelative(2.35f, -2.36f)
|
||||
curveToRelative(0.18f, -0.27f, 0.5f, -0.44f, 0.86f, -0.44f)
|
||||
curveToRelative(0.32f, 0.0f, 0.62f, 0.14f, 0.8f, 0.37f)
|
||||
horizontalLineToRelative(0.01f)
|
||||
lineToRelative(0.05f, 0.07f)
|
||||
lineToRelative(2.36f, 2.36f)
|
||||
lineToRelative(0.08f, 0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.01f, 1.18f)
|
||||
verticalLineToRelative(0.01f)
|
||||
lineToRelative(-0.1f, 0.12f)
|
||||
lineToRelative(-0.1f, 0.09f)
|
||||
horizontalLineToRelative(-0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.18f, 0.01f)
|
||||
lineToRelative(-0.12f, -0.1f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
lineTo(17.25f, 9.71f)
|
||||
lineToRelative(-0.01f, 0.01f)
|
||||
curveToRelative(-0.07f, 0.47f, -0.51f, 0.78f, -0.99f, 0.78f)
|
||||
reflectiveCurveToRelative(-0.92f, -0.31f, -0.99f, -0.78f)
|
||||
lineToRelative(-0.01f, -0.12f)
|
||||
lineTo(15.25f, 6.41f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
lineToRelative(-0.1f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, -1.4f)
|
||||
close()
|
||||
moveTo(4.0f, 6.5f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 6.5f, 4.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(11.0f)
|
||||
curveToRelative(0.0f, 0.27f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 4.0f, 17.5f)
|
||||
verticalLineToRelative(-11.0f)
|
||||
close()
|
||||
moveTo(14.45f, 16.79f)
|
||||
lineToRelative(-0.1f, -0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.3f, 1.5f)
|
||||
lineToRelative(2.34f, 2.36f)
|
||||
curveToRelative(0.18f, 0.27f, 0.5f, 0.44f, 0.86f, 0.44f)
|
||||
reflectiveCurveToRelative(0.68f, -0.17f, 0.86f, -0.44f)
|
||||
lineToRelative(2.36f, -2.36f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.09f, -1.3f)
|
||||
verticalLineToRelative(-0.01f)
|
||||
lineToRelative(-0.1f, -0.09f)
|
||||
horizontalLineToRelative(-0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.3f, 0.1f)
|
||||
lineToRelative(-0.8f, 0.79f)
|
||||
verticalLineToRelative(-3.31f)
|
||||
curveToRelative(-0.08f, -0.47f, -0.52f, -0.78f, -1.0f, -0.78f)
|
||||
curveToRelative(-0.52f, 0.0f, -1.0f, 0.38f, -1.0f, 0.9f)
|
||||
verticalLineToRelative(3.19f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitHeight!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitHeight: ImageVector? = null
|
||||
@ -0,0 +1,72 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitHeightDotted: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitHeightDotted != null) {
|
||||
return _arrowAutofitHeightDotted!!
|
||||
}
|
||||
_arrowAutofitHeightDotted = fluentIcon(name = "Filled.ArrowAutofitHeightDotted") {
|
||||
fluentPath {
|
||||
moveTo(17.2f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 0.0f)
|
||||
lineToRelative(-2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, 1.4f)
|
||||
lineToRelative(1.8f, -1.79f)
|
||||
lineToRelative(1.8f, 1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.4f, -1.42f)
|
||||
lineToRelative(-2.5f, -2.5f)
|
||||
close()
|
||||
moveTo(6.5f, 4.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 4.0f, 6.5f)
|
||||
verticalLineToRelative(11.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 6.5f, 20.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, true, -0.5f, -0.5f)
|
||||
verticalLineToRelative(-11.0f)
|
||||
curveToRelative(0.0f, -0.28f, 0.22f, -0.5f, 0.5f, -0.5f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
close()
|
||||
moveTo(17.2f, 20.7f)
|
||||
lineToRelative(2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, -1.4f)
|
||||
lineToRelative(-1.8f, 1.79f)
|
||||
lineToRelative(-1.8f, -1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.42f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, 0.0f)
|
||||
close()
|
||||
moveTo(17.5f, 12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 2.0f, 0.0f)
|
||||
close()
|
||||
moveTo(16.5f, 14.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
verticalLineToRelative(1.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-1.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(16.5f, 7.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 1.0f)
|
||||
verticalLineToRelative(1.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
lineTo(17.5f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitHeightDotted!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitHeightDotted: ImageVector? = null
|
||||
@ -0,0 +1,63 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitUp: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitUp != null) {
|
||||
return _arrowAutofitUp!!
|
||||
}
|
||||
_arrowAutofitUp = fluentIcon(name = "Filled.ArrowAutofitUp") {
|
||||
fluentPath {
|
||||
moveTo(12.95f, 5.9f)
|
||||
lineToRelative(0.09f, -0.1f)
|
||||
lineToRelative(2.35f, -2.36f)
|
||||
curveToRelative(0.18f, -0.27f, 0.5f, -0.44f, 0.86f, -0.44f)
|
||||
curveToRelative(0.32f, 0.0f, 0.62f, 0.14f, 0.8f, 0.37f)
|
||||
horizontalLineToRelative(0.01f)
|
||||
lineToRelative(0.05f, 0.07f)
|
||||
lineToRelative(2.36f, 2.36f)
|
||||
lineToRelative(0.08f, 0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.01f, 1.18f)
|
||||
verticalLineToRelative(0.01f)
|
||||
lineToRelative(-0.1f, 0.12f)
|
||||
lineToRelative(-0.1f, 0.09f)
|
||||
horizontalLineToRelative(-0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.18f, 0.01f)
|
||||
lineToRelative(-0.12f, -0.1f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
verticalLineTo(20.21f)
|
||||
lineToRelative(-0.01f, 0.01f)
|
||||
curveToRelative(-0.07f, 0.47f, -0.51f, 0.78f, -0.99f, 0.78f)
|
||||
reflectiveCurveToRelative(-0.92f, -0.31f, -0.99f, -0.78f)
|
||||
lineToRelative(-0.01f, -0.12f)
|
||||
verticalLineTo(6.41f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
lineToRelative(-0.1f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, -1.4f)
|
||||
close()
|
||||
moveTo(4.0f, 6.5f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 6.5f, 4.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(11.0f)
|
||||
curveToRelative(0.0f, 0.27f, 0.22f, 0.5f, 0.5f, 0.5f)
|
||||
horizontalLineToRelative(6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(-6.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 4.0f, 17.5f)
|
||||
verticalLineToRelative(-11.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitUp!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitUp: ImageVector? = null
|
||||
@ -0,0 +1,85 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitWidth: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitWidth != null) {
|
||||
return _arrowAutofitWidth!!
|
||||
}
|
||||
_arrowAutofitWidth = fluentIcon(name = "Filled.ArrowAutofitWidth") {
|
||||
fluentPath {
|
||||
moveTo(17.5f, 4.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 20.0f, 6.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
horizontalLineToRelative(-11.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 6.5f, 4.0f)
|
||||
horizontalLineToRelative(11.0f)
|
||||
close()
|
||||
moveTo(18.2f, 13.04f)
|
||||
lineToRelative(-0.1f, -0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.4f)
|
||||
lineToRelative(0.09f, 0.1f)
|
||||
lineToRelative(0.8f, 0.8f)
|
||||
lineTo(14.29f, 15.25f)
|
||||
lineToRelative(-0.01f, 0.01f)
|
||||
curveToRelative(-0.47f, 0.07f, -0.78f, 0.51f, -0.78f, 0.99f)
|
||||
reflectiveCurveToRelative(0.31f, 0.92f, 0.78f, 0.99f)
|
||||
lineToRelative(0.12f, 0.01f)
|
||||
horizontalLineToRelative(3.19f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
lineToRelative(-0.1f, 0.11f)
|
||||
verticalLineToRelative(0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.18f)
|
||||
horizontalLineToRelative(0.01f)
|
||||
lineToRelative(0.1f, 0.11f)
|
||||
lineToRelative(0.1f, 0.1f)
|
||||
horizontalLineToRelative(0.02f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.17f, 0.0f)
|
||||
lineToRelative(0.01f, -0.01f)
|
||||
lineToRelative(0.1f, -0.08f)
|
||||
lineToRelative(2.36f, -2.36f)
|
||||
lineToRelative(0.07f, -0.05f)
|
||||
curveToRelative(0.23f, -0.19f, 0.37f, -0.49f, 0.37f, -0.8f)
|
||||
curveToRelative(0.0f, -0.37f, -0.17f, -0.69f, -0.44f, -0.87f)
|
||||
lineToRelative(-2.36f, -2.35f)
|
||||
close()
|
||||
moveTo(7.27f, 14.36f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
horizontalLineToRelative(3.18f)
|
||||
curveToRelative(0.53f, 0.0f, 0.9f, 0.47f, 0.9f, 1.0f)
|
||||
curveToRelative(0.0f, 0.47f, -0.31f, 0.91f, -0.77f, 0.98f)
|
||||
horizontalLineToRelative(-0.01f)
|
||||
lineToRelative(-0.11f, 0.01f)
|
||||
horizontalLineToRelative(-3.2f)
|
||||
lineToRelative(0.8f, 0.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.1f, 1.3f)
|
||||
lineToRelative(-0.1f, 0.1f)
|
||||
verticalLineToRelative(0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.3f, 0.1f)
|
||||
lineToRelative(-0.1f, -0.1f)
|
||||
lineToRelative(-2.36f, -2.35f)
|
||||
curveToRelative(-0.28f, -0.17f, -0.45f, -0.5f, -0.45f, -0.86f)
|
||||
curveToRelative(0.0f, -0.35f, 0.17f, -0.68f, 0.45f, -0.86f)
|
||||
lineToRelative(2.35f, -2.34f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.5f, 1.3f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitWidth!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitWidth: ImageVector? = null
|
||||
@ -0,0 +1,71 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowAutofitWidthDotted: ImageVector
|
||||
get() {
|
||||
if (_arrowAutofitWidthDotted != null) {
|
||||
return _arrowAutofitWidthDotted!!
|
||||
}
|
||||
_arrowAutofitWidthDotted = fluentIcon(name = "Filled.ArrowAutofitWidthDotted") {
|
||||
fluentPath {
|
||||
moveTo(20.0f, 6.5f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 17.5f, 4.0f)
|
||||
horizontalLineToRelative(-11.0f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 4.0f, 6.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
curveToRelative(0.0f, -0.28f, 0.23f, -0.5f, 0.5f, -0.5f)
|
||||
horizontalLineToRelative(11.0f)
|
||||
curveToRelative(0.28f, 0.0f, 0.5f, 0.22f, 0.5f, 0.5f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
close()
|
||||
moveTo(18.2f, 19.7f)
|
||||
lineToRelative(2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.4f)
|
||||
lineToRelative(-2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.4f)
|
||||
lineToRelative(1.79f, 1.8f)
|
||||
lineToRelative(-1.8f, 1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.42f, 1.4f)
|
||||
close()
|
||||
moveTo(3.3f, 15.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.4f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, -1.4f)
|
||||
lineToRelative(-1.79f, -1.8f)
|
||||
lineToRelative(1.8f, -1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -1.42f, -1.4f)
|
||||
lineToRelative(-2.5f, 2.5f)
|
||||
close()
|
||||
moveTo(13.0f, 16.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 2.0f, 0.0f)
|
||||
close()
|
||||
moveTo(9.0f, 15.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
lineTo(8.0f, 17.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(1.0f)
|
||||
close()
|
||||
moveTo(17.0f, 16.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
|
||||
horizontalLineToRelative(-1.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(1.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowAutofitWidthDotted!!
|
||||
}
|
||||
|
||||
private var _arrowAutofitWidthDotted: ImageVector? = null
|
||||
@ -0,0 +1,63 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowBetweenDown: ImageVector
|
||||
get() {
|
||||
if (_arrowBetweenDown != null) {
|
||||
return _arrowBetweenDown!!
|
||||
}
|
||||
_arrowBetweenDown = fluentIcon(name = "Filled.ArrowBetweenDown") {
|
||||
fluentPath {
|
||||
moveTo(6.5f, 2.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, false, 7.0f, 5.0f)
|
||||
horizontalLineToRelative(10.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, false, 2.5f, -2.5f)
|
||||
verticalLineToRelative(-0.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, true, -0.5f, 0.5f)
|
||||
lineTo(7.0f, 3.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, true, -0.5f, -0.5f)
|
||||
verticalLineToRelative(-0.25f)
|
||||
close()
|
||||
moveTo(12.0f, 6.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
verticalLineToRelative(7.09f)
|
||||
lineToRelative(2.8f, -2.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.4f, 1.42f)
|
||||
lineToRelative(-4.5f, 4.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, 0.0f)
|
||||
lineToRelative(-4.5f, -4.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.4f, -1.42f)
|
||||
lineToRelative(2.8f, 2.8f)
|
||||
lineTo(11.0f, 7.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(4.5f, 21.5f)
|
||||
arcTo(2.5f, 2.5f, 0.0f, false, true, 7.0f, 19.0f)
|
||||
horizontalLineToRelative(10.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, 2.5f, 2.5f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-0.25f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, -0.5f)
|
||||
lineTo(7.0f, 21.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.5f, 0.5f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-0.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowBetweenDown!!
|
||||
}
|
||||
|
||||
private var _arrowBetweenDown: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowBidirectionalUpDown: ImageVector
|
||||
get() {
|
||||
if (_arrowBidirectionalUpDown != null) {
|
||||
return _arrowBidirectionalUpDown!!
|
||||
}
|
||||
_arrowBidirectionalUpDown = fluentIcon(name = "Filled.ArrowBidirectionalUpDown") {
|
||||
fluentPath {
|
||||
moveTo(7.97f, 9.69f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, true, true, 6.54f, 8.3f)
|
||||
lineToRelative(4.75f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.45f, 0.0f)
|
||||
lineToRelative(4.75f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.46f, 1.38f)
|
||||
lineTo(13.0f, 6.5f)
|
||||
verticalLineToRelative(11.0f)
|
||||
lineToRelative(3.02f, -3.19f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.46f, 1.38f)
|
||||
lineToRelative(-4.76f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.45f, 0.0f)
|
||||
lineToRelative(-4.74f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.44f, -1.38f)
|
||||
lineTo(11.0f, 17.5f)
|
||||
verticalLineToRelative(-11.0f)
|
||||
lineTo(7.97f, 9.7f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowBidirectionalUpDown!!
|
||||
}
|
||||
|
||||
private var _arrowBidirectionalUpDown: ImageVector? = null
|
||||
@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowBounce: ImageVector
|
||||
get() {
|
||||
if (_arrowBounce != null) {
|
||||
return _arrowBounce!!
|
||||
}
|
||||
_arrowBounce = fluentIcon(name = "Filled.ArrowBounce") {
|
||||
fluentPath {
|
||||
moveTo(11.0f, 7.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
|
||||
horizontalLineTo(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 1.0f)
|
||||
verticalLineToRelative(7.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
verticalLineTo(9.41f)
|
||||
lineToRelative(8.04f, 8.05f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.42f, 0.0f)
|
||||
lineTo(21.7f, 9.2f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.42f, -1.42f)
|
||||
lineToRelative(-7.54f, 7.55f)
|
||||
lineTo(5.41f, 8.0f)
|
||||
horizontalLineTo(10.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowBounce!!
|
||||
}
|
||||
|
||||
private var _arrowBounce: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleDown: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleDown != null) {
|
||||
return _arrowCircleDown!!
|
||||
}
|
||||
_arrowCircleDown = fluentIcon(name = "Filled.ArrowCircleDown") {
|
||||
fluentPath {
|
||||
moveTo(2.0f, 12.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 20.0f, 0.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, -20.0f, 0.0f)
|
||||
close()
|
||||
moveTo(16.53f, 11.72f)
|
||||
curveToRelative(0.27f, 0.27f, 0.29f, 0.68f, 0.07f, 0.98f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
lineToRelative(-4.0f, 4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, 0.07f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.97f, -1.13f)
|
||||
lineToRelative(0.09f, 0.07f)
|
||||
lineToRelative(2.72f, 2.72f)
|
||||
lineTo(11.25f, 7.75f)
|
||||
curveToRelative(0.0f, -0.38f, 0.28f, -0.7f, 0.65f, -0.74f)
|
||||
lineTo(12.0f, 7.0f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.28f, 0.74f, 0.65f)
|
||||
verticalLineToRelative(0.1f)
|
||||
lineToRelative(0.01f, 6.69f)
|
||||
lineToRelative(2.72f, -2.72f)
|
||||
curveToRelative(0.27f, -0.27f, 0.68f, -0.3f, 0.98f, -0.07f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleDown!!
|
||||
}
|
||||
|
||||
private var _arrowCircleDown: ImageVector? = null
|
||||
@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleDownDouble: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleDownDouble != null) {
|
||||
return _arrowCircleDownDouble!!
|
||||
}
|
||||
_arrowCircleDownDouble = fluentIcon(name = "Filled.ArrowCircleDownDouble") {
|
||||
fluentPath {
|
||||
moveTo(11.25f, 13.75f)
|
||||
curveToRelative(0.27f, 0.27f, 0.29f, 0.68f, 0.07f, 0.98f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
lineToRelative(-1.97f, 1.97f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, 0.07f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
lineToRelative(-1.97f, -1.97f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.98f, -1.13f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
lineToRelative(0.69f, 0.7f)
|
||||
verticalLineToRelative(-6.7f)
|
||||
curveToRelative(0.0f, -0.38f, 0.28f, -0.7f, 0.65f, -0.74f)
|
||||
lineToRelative(0.1f, -0.01f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.28f, 0.74f, 0.65f)
|
||||
verticalLineToRelative(0.1f)
|
||||
lineToRelative(0.01f, 6.69f)
|
||||
lineToRelative(0.69f, -0.69f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.98f, -0.07f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
close()
|
||||
moveTo(2.0f, 12.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 20.0f, 0.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, -20.0f, 0.0f)
|
||||
close()
|
||||
moveTo(17.67f, 13.68f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
curveToRelative(0.27f, 0.27f, 0.29f, 0.68f, 0.07f, 0.98f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
lineToRelative(-1.97f, 1.97f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, 0.07f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
lineToRelative(-1.97f, -1.97f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.98f, -1.13f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
lineToRelative(0.69f, 0.7f)
|
||||
verticalLineToRelative(-6.7f)
|
||||
curveToRelative(0.0f, -0.38f, 0.28f, -0.7f, 0.65f, -0.74f)
|
||||
lineToRelative(0.1f, -0.01f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.28f, 0.74f, 0.65f)
|
||||
verticalLineToRelative(6.79f)
|
||||
lineToRelative(0.7f, -0.69f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.98f, -0.07f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleDownDouble!!
|
||||
}
|
||||
|
||||
private var _arrowCircleDownDouble: ImageVector? = null
|
||||
@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleDownRight: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleDownRight != null) {
|
||||
return _arrowCircleDownRight!!
|
||||
}
|
||||
_arrowCircleDownRight = fluentIcon(name = "Filled.ArrowCircleDownRight") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 22.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 0.0f, -20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 0.0f, 20.0f)
|
||||
close()
|
||||
moveTo(14.5f, 8.75f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.5f, 0.0f)
|
||||
verticalLineToRelative(6.5f)
|
||||
curveToRelative(0.0f, 0.41f, -0.34f, 0.75f, -0.75f, 0.75f)
|
||||
horizontalLineToRelative(-6.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, -1.5f)
|
||||
horizontalLineToRelative(4.74f)
|
||||
lineTo(8.22f, 9.28f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.06f, -1.06f)
|
||||
lineToRelative(5.22f, 5.17f)
|
||||
lineTo(14.5f, 8.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleDownRight!!
|
||||
}
|
||||
|
||||
private var _arrowCircleDownRight: ImageVector? = null
|
||||
@ -0,0 +1,66 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleDownSplit: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleDownSplit != null) {
|
||||
return _arrowCircleDownSplit!!
|
||||
}
|
||||
_arrowCircleDownSplit = fluentIcon(name = "Filled.ArrowCircleDownSplit") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 22.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, true, 0.0f, -20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 0.0f, 20.0f)
|
||||
close()
|
||||
moveTo(11.0f, 14.0f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.98f, 0.07f)
|
||||
lineToRelative(-0.44f, 0.44f)
|
||||
lineTo(9.5f, 10.5f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
verticalLineToRelative(3.94f)
|
||||
lineToRelative(-0.51f, -0.44f)
|
||||
lineToRelative(-0.09f, -0.07f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.97f, 1.13f)
|
||||
lineToRelative(1.79f, 1.72f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
curveToRelative(0.3f, 0.22f, 0.71f, 0.2f, 0.98f, -0.07f)
|
||||
lineToRelative(1.72f, -1.72f)
|
||||
lineToRelative(0.07f, -0.08f)
|
||||
curveToRelative(0.22f, -0.3f, 0.2f, -0.72f, -0.07f, -0.98f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.98f, 0.07f)
|
||||
lineToRelative(-0.44f, 0.44f)
|
||||
verticalLineToRelative(-4.8f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.75f, -0.64f)
|
||||
horizontalLineToRelative(-2.5f)
|
||||
lineTo(12.75f, 5.65f)
|
||||
arcTo(0.75f, 0.75f, 0.0f, false, false, 12.0f, 5.0f)
|
||||
horizontalLineToRelative(-0.1f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.65f, 0.75f)
|
||||
lineTo(11.25f, 9.0f)
|
||||
horizontalLineToRelative(-2.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.65f, 0.75f)
|
||||
verticalLineToRelative(4.69f)
|
||||
lineTo(7.56f, 14.0f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.98f, 1.13f)
|
||||
lineToRelative(1.72f, 1.72f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
curveToRelative(0.3f, 0.22f, 0.71f, 0.2f, 0.98f, -0.07f)
|
||||
lineTo(11.0f, 15.06f)
|
||||
lineToRelative(0.07f, -0.09f)
|
||||
curveToRelative(0.22f, -0.29f, 0.2f, -0.7f, -0.07f, -0.97f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleDownSplit!!
|
||||
}
|
||||
|
||||
private var _arrowCircleDownSplit: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleLeft != null) {
|
||||
return _arrowCircleLeft!!
|
||||
}
|
||||
_arrowCircleLeft = fluentIcon(name = "Filled.ArrowCircleLeft") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 2.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 0.0f, 20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 0.0f, -20.0f)
|
||||
close()
|
||||
moveTo(12.28f, 16.53f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, 0.07f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.07f, -0.98f)
|
||||
lineToRelative(0.07f, -0.08f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 1.13f, 0.98f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
lineToRelative(-2.72f, 2.72f)
|
||||
horizontalLineToRelative(6.69f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.28f, 0.74f, 0.65f)
|
||||
lineToRelative(0.01f, 0.1f)
|
||||
curveToRelative(0.0f, 0.38f, -0.28f, 0.7f, -0.65f, 0.74f)
|
||||
lineToRelative(-0.1f, 0.01f)
|
||||
lineTo(9.56f, 12.75f)
|
||||
lineToRelative(2.72f, 2.72f)
|
||||
curveToRelative(0.27f, 0.27f, 0.3f, 0.68f, 0.07f, 0.98f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleLeft!!
|
||||
}
|
||||
|
||||
private var _arrowCircleLeft: ImageVector? = null
|
||||
@ -0,0 +1,52 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleRight: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleRight != null) {
|
||||
return _arrowCircleRight!!
|
||||
}
|
||||
_arrowCircleRight = fluentIcon(name = "Filled.ArrowCircleRight") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 2.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, true, 0.0f, 20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, true, 0.0f, -20.0f)
|
||||
close()
|
||||
moveTo(12.78f, 7.47f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.89f, -0.01f)
|
||||
lineToRelative(-0.09f, 0.08f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
curveToRelative(-0.2f, 0.26f, -0.2f, 0.62f, 0.0f, 0.89f)
|
||||
lineToRelative(0.07f, 0.09f)
|
||||
lineToRelative(2.72f, 2.72f)
|
||||
lineTo(7.65f, 11.25f)
|
||||
curveToRelative(-0.33f, 0.05f, -0.6f, 0.31f, -0.64f, 0.65f)
|
||||
lineTo(7.0f, 12.0f)
|
||||
verticalLineToRelative(0.1f)
|
||||
curveToRelative(0.05f, 0.33f, 0.32f, 0.6f, 0.65f, 0.64f)
|
||||
horizontalLineToRelative(6.79f)
|
||||
lineToRelative(-2.72f, 2.73f)
|
||||
lineToRelative(-0.07f, 0.08f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.05f, 1.05f)
|
||||
lineToRelative(0.08f, -0.07f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
lineToRelative(0.07f, -0.08f)
|
||||
curveToRelative(0.2f, -0.26f, 0.2f, -0.62f, 0.01f, -0.89f)
|
||||
lineToRelative(-0.08f, -0.09f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleRight!!
|
||||
}
|
||||
|
||||
private var _arrowCircleRight: ImageVector? = null
|
||||
@ -0,0 +1,46 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleUp: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleUp != null) {
|
||||
return _arrowCircleUp!!
|
||||
}
|
||||
_arrowCircleUp = fluentIcon(name = "Filled.ArrowCircleUp") {
|
||||
fluentPath {
|
||||
moveTo(22.0f, 12.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, -20.0f, 0.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 20.0f, 0.0f)
|
||||
close()
|
||||
moveTo(7.47f, 12.28f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.07f, -0.98f)
|
||||
lineToRelative(0.07f, -0.08f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.98f, -0.07f)
|
||||
lineToRelative(0.08f, 0.07f)
|
||||
lineToRelative(4.0f, 4.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.97f, 1.13f)
|
||||
lineToRelative(-0.09f, -0.07f)
|
||||
lineToRelative(-2.72f, -2.72f)
|
||||
verticalLineToRelative(6.69f)
|
||||
curveToRelative(0.0f, 0.38f, -0.28f, 0.7f, -0.65f, 0.74f)
|
||||
lineTo(12.0f, 17.0f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.74f, -0.65f)
|
||||
verticalLineToRelative(-0.1f)
|
||||
lineToRelative(-0.01f, -6.69f)
|
||||
lineToRelative(-2.72f, 2.72f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -0.98f, 0.07f)
|
||||
lineToRelative(-0.08f, -0.07f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleUp!!
|
||||
}
|
||||
|
||||
private var _arrowCircleUp: ImageVector? = null
|
||||
@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCircleUpLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowCircleUpLeft != null) {
|
||||
return _arrowCircleUpLeft!!
|
||||
}
|
||||
_arrowCircleUpLeft = fluentIcon(name = "Filled.ArrowCircleUpLeft") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 22.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, true, false, 0.0f, -20.0f)
|
||||
arcToRelative(10.0f, 10.0f, 0.0f, false, false, 0.0f, 20.0f)
|
||||
close()
|
||||
moveTo(15.25f, 9.5f)
|
||||
horizontalLineToRelative(-4.74f)
|
||||
lineToRelative(5.27f, 5.22f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, true, true, -1.06f, 1.06f)
|
||||
lineTo(9.5f, 10.61f)
|
||||
verticalLineToRelative(4.64f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.0f)
|
||||
verticalLineToRelative(-6.5f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
horizontalLineToRelative(6.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, 0.0f, 1.5f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCircleUpLeft!!
|
||||
}
|
||||
|
||||
private var _arrowCircleUpLeft: ImageVector? = null
|
||||
@ -0,0 +1,39 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowClockwise: ImageVector
|
||||
get() {
|
||||
if (_arrowClockwise != null) {
|
||||
return _arrowClockwise!!
|
||||
}
|
||||
_arrowClockwise = fluentIcon(name = "Filled.ArrowClockwise") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 4.75f)
|
||||
arcToRelative(7.25f, 7.25f, 0.0f, true, false, 7.2f, 6.4f)
|
||||
curveToRelative(-0.07f, -0.58f, 0.36f, -1.15f, 0.95f, -1.15f)
|
||||
curveToRelative(0.52f, 0.0f, 0.97f, 0.36f, 1.03f, 0.87f)
|
||||
arcToRelative(9.25f, 9.25f, 0.0f, true, true, -3.43f, -6.12f)
|
||||
verticalLineToRelative(-0.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 2.0f, 0.0f)
|
||||
verticalLineToRelative(2.7f)
|
||||
lineToRelative(0.03f, 0.05f)
|
||||
horizontalLineToRelative(-0.03f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, 1.0f)
|
||||
horizontalLineToRelative(-3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(0.67f)
|
||||
arcTo(7.22f, 7.22f, 0.0f, false, false, 12.0f, 4.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowClockwise!!
|
||||
}
|
||||
|
||||
private var _arrowClockwise: ImageVector? = null
|
||||
@ -0,0 +1,83 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowClockwiseDashes: ImageVector
|
||||
get() {
|
||||
if (_arrowClockwiseDashes != null) {
|
||||
return _arrowClockwiseDashes!!
|
||||
}
|
||||
_arrowClockwiseDashes = fluentIcon(name = "Filled.ArrowClockwiseDashes") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 2.75f)
|
||||
curveToRelative(-0.66f, 0.0f, -1.3f, 0.07f, -1.92f, 0.2f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.41f, 1.96f)
|
||||
arcToRelative(7.28f, 7.28f, 0.0f, false, true, 3.02f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.41f, -1.96f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, false, -1.92f, -0.2f)
|
||||
close()
|
||||
moveTo(17.75f, 4.75f)
|
||||
verticalLineToRelative(-0.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 2.0f, 0.0f)
|
||||
verticalLineToRelative(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, 1.0f)
|
||||
horizontalLineToRelative(-3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(0.67f)
|
||||
curveToRelative(-0.15f, -0.12f, -0.31f, -0.23f, -0.47f, -0.33f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.09f, -1.68f)
|
||||
curveToRelative(0.24f, 0.16f, 0.48f, 0.33f, 0.71f, 0.51f)
|
||||
close()
|
||||
moveTo(8.35f, 4.53f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.39f, -0.29f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, false, -2.72f, 2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.68f, 1.1f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, true, 2.13f, -2.14f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.3f, -1.39f)
|
||||
close()
|
||||
moveTo(4.13f, 9.31f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.19f, 0.77f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, false, 0.0f, 3.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.96f, -0.41f)
|
||||
arcToRelative(7.28f, 7.28f, 0.0f, false, true, 0.0f, -3.02f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.77f, -1.18f)
|
||||
close()
|
||||
moveTo(20.24f, 10.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 1.0f)
|
||||
lineTo(19.24f, 12.0f)
|
||||
curveToRelative(0.0f, 0.52f, -0.05f, 1.02f, -0.16f, 1.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.96f, 0.42f)
|
||||
curveToRelative(0.13f, -0.62f, 0.2f, -1.26f, 0.2f, -1.92f)
|
||||
verticalLineToRelative(-0.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(19.46f, 15.65f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.39f, 0.3f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, true, -2.13f, 2.13f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.09f, 1.68f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, false, 2.72f, -2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.3f, -1.38f)
|
||||
close()
|
||||
moveTo(5.91f, 15.95f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.68f, 1.09f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, false, 2.72f, 2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.1f, -1.68f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, true, -2.14f, -2.13f)
|
||||
close()
|
||||
moveTo(10.48f, 19.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -0.41f, 1.96f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, false, 3.84f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -0.41f, -1.96f)
|
||||
arcToRelative(7.29f, 7.29f, 0.0f, false, true, -3.02f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowClockwiseDashes!!
|
||||
}
|
||||
|
||||
private var _arrowClockwiseDashes: ImageVector? = null
|
||||
@ -0,0 +1,47 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCollapseAll: ImageVector
|
||||
get() {
|
||||
if (_arrowCollapseAll != null) {
|
||||
return _arrowCollapseAll!!
|
||||
}
|
||||
_arrowCollapseAll = fluentIcon(name = "Filled.ArrowCollapseAll") {
|
||||
fluentPath {
|
||||
moveTo(2.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(18.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
lineTo(3.0f, 6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(6.3f, 8.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.4f, 0.0f)
|
||||
lineToRelative(3.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, 1.4f)
|
||||
lineTo(8.0f, 11.42f)
|
||||
lineTo(8.0f, 19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineToRelative(-7.59f)
|
||||
lineToRelative(-1.3f, 1.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, -1.42f)
|
||||
lineToRelative(3.0f, -3.0f)
|
||||
close()
|
||||
moveTo(21.0f, 10.0f)
|
||||
horizontalLineToRelative(-9.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(9.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCollapseAll!!
|
||||
}
|
||||
|
||||
private var _arrowCollapseAll: ImageVector? = null
|
||||
@ -0,0 +1,39 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCounterclockwise: ImageVector
|
||||
get() {
|
||||
if (_arrowCounterclockwise != null) {
|
||||
return _arrowCounterclockwise!!
|
||||
}
|
||||
_arrowCounterclockwise = fluentIcon(name = "Filled.ArrowCounterclockwise") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 4.75f)
|
||||
arcToRelative(7.25f, 7.25f, 0.0f, true, true, -7.2f, 6.4f)
|
||||
curveToRelative(0.07f, -0.58f, -0.36f, -1.15f, -0.95f, -1.15f)
|
||||
curveToRelative(-0.52f, 0.0f, -0.97f, 0.36f, -1.03f, 0.87f)
|
||||
arcToRelative(9.25f, 9.25f, 0.0f, true, false, 3.43f, -6.12f)
|
||||
verticalLineToRelative(-0.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(2.7f)
|
||||
lineTo(4.22f, 7.0f)
|
||||
horizontalLineToRelative(0.03f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, 1.0f)
|
||||
horizontalLineToRelative(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-0.67f)
|
||||
arcTo(7.22f, 7.22f, 0.0f, false, true, 12.0f, 4.75f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCounterclockwise!!
|
||||
}
|
||||
|
||||
private var _arrowCounterclockwise: ImageVector? = null
|
||||
@ -0,0 +1,83 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCounterclockwiseDashes: ImageVector
|
||||
get() {
|
||||
if (_arrowCounterclockwiseDashes != null) {
|
||||
return _arrowCounterclockwiseDashes!!
|
||||
}
|
||||
_arrowCounterclockwiseDashes = fluentIcon(name = "Filled.ArrowCounterclockwiseDashes") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 2.75f)
|
||||
curveToRelative(0.66f, 0.0f, 1.3f, 0.07f, 1.92f, 0.2f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -0.41f, 1.96f)
|
||||
arcToRelative(7.28f, 7.28f, 0.0f, false, false, -3.02f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -0.41f, -1.96f)
|
||||
curveToRelative(0.62f, -0.13f, 1.26f, -0.2f, 1.92f, -0.2f)
|
||||
close()
|
||||
moveTo(6.25f, 4.75f)
|
||||
verticalLineToRelative(-0.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, 1.0f)
|
||||
horizontalLineToRelative(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-0.67f)
|
||||
curveToRelative(0.15f, -0.12f, 0.31f, -0.23f, 0.47f, -0.33f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.09f, -1.68f)
|
||||
curveToRelative(-0.24f, 0.16f, -0.48f, 0.33f, -0.71f, 0.51f)
|
||||
close()
|
||||
moveTo(15.65f, 4.53f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.39f, -0.29f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, true, 2.72f, 2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.68f, 1.1f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, false, -2.13f, -2.14f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.3f, -1.39f)
|
||||
close()
|
||||
moveTo(19.86f, 9.31f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.19f, 0.77f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, true, 0.0f, 3.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.96f, -0.41f)
|
||||
arcToRelative(7.29f, 7.29f, 0.0f, false, false, 0.0f, -3.02f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.77f, -1.18f)
|
||||
close()
|
||||
moveTo(3.75f, 10.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
lineTo(4.75f, 12.0f)
|
||||
curveToRelative(0.0f, 0.52f, 0.05f, 1.02f, 0.16f, 1.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.96f, 0.42f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, true, -0.2f, -1.92f)
|
||||
verticalLineToRelative(-0.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(4.53f, 15.65f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.39f, 0.3f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, false, 2.13f, 2.13f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.09f, 1.68f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, true, -2.72f, -2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.3f, -1.38f)
|
||||
close()
|
||||
moveTo(18.08f, 15.95f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.68f, 1.09f)
|
||||
arcToRelative(9.3f, 9.3f, 0.0f, false, true, -2.72f, 2.72f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.1f, -1.68f)
|
||||
arcToRelative(7.3f, 7.3f, 0.0f, false, false, 2.14f, -2.13f)
|
||||
close()
|
||||
moveTo(13.51f, 19.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.41f, 1.96f)
|
||||
arcToRelative(9.28f, 9.28f, 0.0f, false, true, -3.84f, 0.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.41f, -1.96f)
|
||||
arcToRelative(7.29f, 7.29f, 0.0f, false, false, 3.02f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCounterclockwiseDashes!!
|
||||
}
|
||||
|
||||
private var _arrowCounterclockwiseDashes: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowCurveDownLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowCurveDownLeft != null) {
|
||||
return _arrowCurveDownLeft!!
|
||||
}
|
||||
_arrowCurveDownLeft = fluentIcon(name = "Filled.ArrowCurveDownLeft") {
|
||||
fluentPath {
|
||||
moveTo(16.87f, 3.25f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.37f, 1.37f)
|
||||
arcToRelative(6.18f, 6.18f, 0.0f, false, false, -3.12f, 3.7f)
|
||||
arcToRelative(13.87f, 13.87f, 0.0f, false, false, -0.38f, 4.06f)
|
||||
verticalLineToRelative(5.46f)
|
||||
lineToRelative(3.3f, -3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.4f, 1.42f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, 0.0f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.4f, -1.42f)
|
||||
lineToRelative(3.3f, 3.3f)
|
||||
verticalLineToRelative(-5.09f)
|
||||
verticalLineToRelative(-0.4f)
|
||||
curveToRelative(0.0f, -1.37f, -0.01f, -3.02f, 0.47f, -4.61f)
|
||||
arcToRelative(8.17f, 8.17f, 0.0f, false, true, 4.03f, -4.86f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.37f, 0.37f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowCurveDownLeft!!
|
||||
}
|
||||
|
||||
private var _arrowCurveDownLeft: ImageVector? = null
|
||||
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowEnterLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowEnterLeft != null) {
|
||||
return _arrowEnterLeft!!
|
||||
}
|
||||
_arrowEnterLeft = fluentIcon(name = "Filled.ArrowEnterLeft") {
|
||||
fluentPath {
|
||||
moveTo(21.0f, 4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
verticalLineToRelative(6.62f)
|
||||
arcToRelative(3.5f, 3.5f, 0.0f, false, true, -3.3f, 3.5f)
|
||||
horizontalLineTo(5.4f)
|
||||
lineToRelative(3.3f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.31f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.32f, 0.08f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.01f, 1.01f, 0.0f, false, true, -0.1f, -0.11f)
|
||||
lineToRelative(-0.07f, -0.12f)
|
||||
lineToRelative(-0.05f, -0.1f)
|
||||
lineToRelative(-0.03f, -0.11f)
|
||||
lineToRelative(-0.03f, -0.12f)
|
||||
verticalLineToRelative(-0.06f)
|
||||
lineTo(2.0f, 14.0f)
|
||||
verticalLineToRelative(-0.08f)
|
||||
lineToRelative(0.02f, -0.12f)
|
||||
lineToRelative(0.03f, -0.11f)
|
||||
lineToRelative(0.04f, -0.11f)
|
||||
lineToRelative(0.06f, -0.1f)
|
||||
lineToRelative(0.06f, -0.1f)
|
||||
lineToRelative(0.08f, -0.09f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.5f, 1.32f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineTo(5.4f, 13.0f)
|
||||
horizontalLineTo(18.5f)
|
||||
curveToRelative(0.78f, 0.0f, 1.42f, -0.6f, 1.5f, -1.36f)
|
||||
verticalLineTo(5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowEnterLeft!!
|
||||
}
|
||||
|
||||
private var _arrowEnterLeft: ImageVector? = null
|
||||
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowEnterUp: ImageVector
|
||||
get() {
|
||||
if (_arrowEnterUp != null) {
|
||||
return _arrowEnterUp!!
|
||||
}
|
||||
_arrowEnterUp = fluentIcon(name = "Filled.ArrowEnterUp") {
|
||||
fluentPath {
|
||||
moveTo(20.0f, 21.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.88f, 1.0f)
|
||||
horizontalLineTo(12.5f)
|
||||
arcTo(3.5f, 3.5f, 0.0f, false, true, 9.0f, 18.7f)
|
||||
verticalLineTo(5.4f)
|
||||
lineToRelative(-3.3f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.31f, 0.08f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.08f, -1.32f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.11f, -0.1f)
|
||||
lineToRelative(0.12f, -0.07f)
|
||||
lineToRelative(0.1f, -0.05f)
|
||||
lineToRelative(0.11f, -0.03f)
|
||||
lineToRelative(0.12f, -0.03f)
|
||||
horizontalLineToRelative(0.06f)
|
||||
lineTo(10.0f, 2.0f)
|
||||
horizontalLineToRelative(0.08f)
|
||||
lineToRelative(0.12f, 0.02f)
|
||||
lineToRelative(0.11f, 0.03f)
|
||||
lineToRelative(0.11f, 0.04f)
|
||||
lineToRelative(0.1f, 0.06f)
|
||||
lineToRelative(0.1f, 0.06f)
|
||||
lineToRelative(0.09f, 0.08f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.32f, 1.5f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
lineTo(11.0f, 5.4f)
|
||||
verticalLineTo(18.5f)
|
||||
curveToRelative(0.0f, 0.78f, 0.6f, 1.42f, 1.36f, 1.5f)
|
||||
horizontalLineTo(19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowEnterUp!!
|
||||
}
|
||||
|
||||
private var _arrowEnterUp: ImageVector? = null
|
||||
@ -0,0 +1,51 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowExportLtr: ImageVector
|
||||
get() {
|
||||
if (_arrowExportLtr != null) {
|
||||
return _arrowExportLtr!!
|
||||
}
|
||||
_arrowExportLtr = fluentIcon(name = "Filled.ArrowExportLtr") {
|
||||
fluentPath {
|
||||
moveTo(2.75f, 4.5f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.29f, 0.74f, 0.65f)
|
||||
lineToRelative(0.01f, 0.1f)
|
||||
verticalLineToRelative(13.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.1f)
|
||||
verticalLineTo(5.25f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
close()
|
||||
moveTo(15.21f, 6.4f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.32f, -0.08f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.32f)
|
||||
lineToRelative(-0.09f, 0.1f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.5f, -1.32f)
|
||||
lineToRelative(0.1f, -0.1f)
|
||||
lineTo(18.57f, 13.0f)
|
||||
horizontalLineTo(6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
verticalLineTo(12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.88f, -1.0f)
|
||||
horizontalLineToRelative(12.7f)
|
||||
lineTo(15.3f, 7.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.08f, -1.31f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowExportLtr!!
|
||||
}
|
||||
|
||||
private var _arrowExportLtr: ImageVector? = null
|
||||
@ -0,0 +1,50 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowExportRtl: ImageVector
|
||||
get() {
|
||||
if (_arrowExportRtl != null) {
|
||||
return _arrowExportRtl!!
|
||||
}
|
||||
_arrowExportRtl = fluentIcon(name = "Filled.ArrowExportRtl") {
|
||||
fluentPath {
|
||||
moveTo(21.25f, 4.5f)
|
||||
curveToRelative(-0.38f, 0.0f, -0.7f, 0.29f, -0.75f, 0.65f)
|
||||
verticalLineToRelative(13.6f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 1.49f, 0.1f)
|
||||
verticalLineTo(5.25f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, -0.74f, -0.75f)
|
||||
close()
|
||||
moveTo(8.79f, 6.4f)
|
||||
lineToRelative(-0.09f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.32f, -0.08f)
|
||||
lineToRelative(-0.09f, 0.08f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.08f, 1.32f)
|
||||
lineToRelative(0.08f, 0.1f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.5f, -1.32f)
|
||||
lineToRelative(-0.09f, -0.1f)
|
||||
lineTo(5.42f, 13.0f)
|
||||
horizontalLineTo(18.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.99f, -0.88f)
|
||||
verticalLineTo(12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.88f, -1.0f)
|
||||
horizontalLineTo(5.41f)
|
||||
lineToRelative(3.3f, -3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.08f, -1.31f)
|
||||
lineToRelative(-0.09f, -0.1f)
|
||||
lineToRelative(0.09f, 0.1f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowExportRtl!!
|
||||
}
|
||||
|
||||
private var _arrowExportRtl: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowExportUp: ImageVector
|
||||
get() {
|
||||
if (_arrowExportUp != null) {
|
||||
return _arrowExportUp!!
|
||||
}
|
||||
_arrowExportUp = fluentIcon(name = "Filled.ArrowExportUp") {
|
||||
fluentPath {
|
||||
moveTo(12.7f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 0.0f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, 1.4f)
|
||||
lineTo(11.0f, 5.42f)
|
||||
verticalLineTo(18.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
verticalLineTo(5.41f)
|
||||
lineToRelative(3.3f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.4f, -1.42f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
close()
|
||||
moveTo(5.26f, 20.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, 1.5f)
|
||||
horizontalLineToRelative(13.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, false, 0.0f, -1.5f)
|
||||
horizontalLineTo(5.25f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowExportUp!!
|
||||
}
|
||||
|
||||
private var _arrowExportUp: ImageVector? = null
|
||||
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowForwardDownLightning: ImageVector
|
||||
get() {
|
||||
if (_arrowForwardDownLightning != null) {
|
||||
return _arrowForwardDownLightning!!
|
||||
}
|
||||
_arrowForwardDownLightning = fluentIcon(name = "Filled.ArrowForwardDownLightning") {
|
||||
fluentPath {
|
||||
moveTo(13.0f, 16.5f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, true, true, -11.0f, 0.0f)
|
||||
arcToRelative(5.5f, 5.5f, 0.0f, false, true, 11.0f, 0.0f)
|
||||
close()
|
||||
moveTo(8.53f, 13.0f)
|
||||
lineTo(7.1f, 13.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.47f, 0.32f)
|
||||
lineToRelative(-1.13f, 3.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, 0.47f, 0.68f)
|
||||
horizontalLineToRelative(0.78f)
|
||||
lineToRelative(-0.77f, 2.32f)
|
||||
arcToRelative(0.52f, 0.52f, 0.0f, false, false, 0.92f, 0.44f)
|
||||
lineToRelative(2.63f, -4.03f)
|
||||
arcToRelative(0.47f, 0.47f, 0.0f, false, false, -0.4f, -0.73f)
|
||||
lineTo(8.5f, 15.0f)
|
||||
lineToRelative(0.5f, -1.32f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, false, false, -0.47f, -0.68f)
|
||||
close()
|
||||
moveTo(16.3f, 4.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.4f)
|
||||
lineTo(19.59f, 9.0f)
|
||||
horizontalLineToRelative(-6.81f)
|
||||
arcTo(6.0f, 6.0f, 0.0f, false, true, 7.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(0.25f)
|
||||
arcTo(8.0f, 8.0f, 0.0f, false, false, 13.0f, 11.0f)
|
||||
horizontalLineToRelative(6.59f)
|
||||
lineToRelative(-3.3f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.42f, 1.4f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.4f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.41f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowForwardDownLightning!!
|
||||
}
|
||||
|
||||
private var _arrowForwardDownLightning: ImageVector? = null
|
||||
@ -0,0 +1,50 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowForwardDownPerson: ImageVector
|
||||
get() {
|
||||
if (_arrowForwardDownPerson != null) {
|
||||
return _arrowForwardDownPerson!!
|
||||
}
|
||||
_arrowForwardDownPerson = fluentIcon(name = "Filled.ArrowForwardDownPerson") {
|
||||
fluentPath {
|
||||
moveTo(16.3f, 5.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.41f, -1.4f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.4f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.41f, -1.4f)
|
||||
lineToRelative(3.29f, -3.3f)
|
||||
lineTo(13.0f, 11.0f)
|
||||
arcToRelative(8.0f, 8.0f, 0.0f, false, true, -8.0f, -7.75f)
|
||||
lineTo(5.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 2.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, false, false, 5.78f, 6.0f)
|
||||
horizontalLineToRelative(6.81f)
|
||||
lineToRelative(-3.3f, -3.3f)
|
||||
close()
|
||||
moveTo(9.0f, 13.5f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, true, true, -5.0f, 0.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, true, 5.0f, 0.0f)
|
||||
close()
|
||||
moveTo(11.0f, 18.88f)
|
||||
curveTo(11.0f, 20.43f, 9.71f, 22.0f, 6.5f, 22.0f)
|
||||
reflectiveCurveTo(2.0f, 20.44f, 2.0f, 18.87f)
|
||||
verticalLineToRelative(-0.1f)
|
||||
curveTo(2.0f, 17.8f, 2.8f, 17.0f, 3.77f, 17.0f)
|
||||
horizontalLineToRelative(5.46f)
|
||||
curveToRelative(0.98f, 0.0f, 1.77f, 0.8f, 1.77f, 1.77f)
|
||||
verticalLineToRelative(0.1f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowForwardDownPerson!!
|
||||
}
|
||||
|
||||
private var _arrowForwardDownPerson: ImageVector? = null
|
||||
@ -0,0 +1,45 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowHookDownLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowHookDownLeft != null) {
|
||||
return _arrowHookDownLeft!!
|
||||
}
|
||||
_arrowHookDownLeft = fluentIcon(name = "Filled.ArrowHookDownLeft") {
|
||||
fluentPath {
|
||||
moveTo(7.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
curveToRelative(2.24f, 0.0f, 4.01f, 0.78f, 5.22f, 2.02f)
|
||||
arcTo(6.42f, 6.42f, 0.0f, false, true, 20.0f, 10.5f)
|
||||
curveToRelative(0.0f, 1.61f, -0.59f, 3.24f, -1.78f, 4.48f)
|
||||
arcTo(7.06f, 7.06f, 0.0f, false, true, 13.0f, 17.0f)
|
||||
horizontalLineTo(8.41f)
|
||||
lineToRelative(2.05f, 2.04f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 1.42f)
|
||||
lineTo(5.3f, 16.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.42f)
|
||||
lineToRelative(3.75f, -3.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 1.42f)
|
||||
lineTo(8.4f, 15.0f)
|
||||
horizontalLineTo(13.0f)
|
||||
curveToRelative(1.76f, 0.0f, 2.99f, -0.6f, 3.78f, -1.41f)
|
||||
arcTo(4.42f, 4.42f, 0.0f, false, false, 18.0f, 10.5f)
|
||||
curveToRelative(0.0f, -1.14f, -0.41f, -2.26f, -1.22f, -3.09f)
|
||||
arcTo(5.07f, 5.07f, 0.0f, false, false, 13.0f, 6.0f)
|
||||
horizontalLineTo(8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowHookDownLeft!!
|
||||
}
|
||||
|
||||
private var _arrowHookDownLeft: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowHookDownRight: ImageVector
|
||||
get() {
|
||||
if (_arrowHookDownRight != null) {
|
||||
return _arrowHookDownRight!!
|
||||
}
|
||||
_arrowHookDownRight = fluentIcon(name = "Filled.ArrowHookDownRight") {
|
||||
fluentPath {
|
||||
moveTo(10.5f, 6.0f)
|
||||
horizontalLineTo(16.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(-5.5f)
|
||||
arcToRelative(6.5f, 6.5f, 0.0f, false, false, 0.0f, 13.0f)
|
||||
horizontalLineToRelative(5.14f)
|
||||
lineToRelative(-1.93f, 1.93f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.41f, 1.42f)
|
||||
lineToRelative(3.53f, -3.53f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.21f, -0.31f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.18f, -1.24f)
|
||||
lineToRelative(-0.03f, -0.03f)
|
||||
lineToRelative(-3.53f, -3.53f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.41f, 1.41f)
|
||||
lineTo(15.59f, 15.0f)
|
||||
horizontalLineTo(10.5f)
|
||||
arcToRelative(4.5f, 4.5f, 0.0f, true, true, 0.0f, -9.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowHookDownRight!!
|
||||
}
|
||||
|
||||
private var _arrowHookDownRight: ImageVector? = null
|
||||
@ -0,0 +1,45 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowHookUpLeft: ImageVector
|
||||
get() {
|
||||
if (_arrowHookUpLeft != null) {
|
||||
return _arrowHookUpLeft!!
|
||||
}
|
||||
_arrowHookUpLeft = fluentIcon(name = "Filled.ArrowHookUpLeft") {
|
||||
fluentPath {
|
||||
moveTo(7.0f, 19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, 1.0f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
curveToRelative(2.24f, 0.0f, 4.01f, -0.78f, 5.22f, -2.02f)
|
||||
arcTo(6.42f, 6.42f, 0.0f, false, false, 20.0f, 13.5f)
|
||||
curveToRelative(0.0f, -1.61f, -0.59f, -3.24f, -1.78f, -4.48f)
|
||||
arcTo(7.06f, 7.06f, 0.0f, false, false, 13.0f, 7.0f)
|
||||
horizontalLineTo(8.41f)
|
||||
lineToRelative(2.05f, -2.04f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.42f, -1.42f)
|
||||
lineTo(5.3f, 7.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.42f)
|
||||
lineToRelative(3.75f, 3.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.42f, -1.42f)
|
||||
lineTo(8.4f, 9.0f)
|
||||
horizontalLineTo(13.0f)
|
||||
curveToRelative(1.76f, 0.0f, 2.99f, 0.6f, 3.78f, 1.41f)
|
||||
curveToRelative(0.8f, 0.83f, 1.22f, 1.95f, 1.22f, 3.09f)
|
||||
reflectiveCurveToRelative(-0.41f, 2.26f, -1.22f, 3.09f)
|
||||
arcTo(5.07f, 5.07f, 0.0f, false, true, 13.0f, 18.0f)
|
||||
horizontalLineTo(8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowHookUpLeft!!
|
||||
}
|
||||
|
||||
private var _arrowHookUpLeft: ImageVector? = null
|
||||
@ -0,0 +1,40 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowHookUpRight: ImageVector
|
||||
get() {
|
||||
if (_arrowHookUpRight != null) {
|
||||
return _arrowHookUpRight!!
|
||||
}
|
||||
_arrowHookUpRight = fluentIcon(name = "Filled.ArrowHookUpRight") {
|
||||
fluentPath {
|
||||
moveTo(10.5f, 18.0f)
|
||||
horizontalLineTo(16.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(-5.5f)
|
||||
arcToRelative(6.5f, 6.5f, 0.0f, true, true, 0.0f, -13.0f)
|
||||
horizontalLineToRelative(5.14f)
|
||||
lineToRelative(-1.93f, -1.93f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.41f, -1.42f)
|
||||
lineToRelative(3.53f, 3.53f)
|
||||
curveToRelative(0.1f, 0.1f, 0.16f, 0.2f, 0.21f, 0.31f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.18f, 1.24f)
|
||||
lineToRelative(-0.03f, 0.03f)
|
||||
lineToRelative(-3.53f, 3.53f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.41f, -1.41f)
|
||||
lineTo(15.59f, 9.0f)
|
||||
horizontalLineTo(10.5f)
|
||||
arcToRelative(4.5f, 4.5f, 0.0f, true, false, 0.0f, 9.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowHookUpRight!!
|
||||
}
|
||||
|
||||
private var _arrowHookUpRight: ImageVector? = null
|
||||
@ -0,0 +1,51 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowImport: ImageVector
|
||||
get() {
|
||||
if (_arrowImport != null) {
|
||||
return _arrowImport!!
|
||||
}
|
||||
_arrowImport = fluentIcon(name = "Filled.ArrowImport") {
|
||||
fluentPath {
|
||||
moveTo(21.25f, 4.5f)
|
||||
curveToRelative(0.38f, 0.0f, 0.7f, 0.28f, 0.74f, 0.65f)
|
||||
lineToRelative(0.01f, 0.1f)
|
||||
verticalLineToRelative(13.5f)
|
||||
arcToRelative(0.75f, 0.75f, 0.0f, false, true, -1.5f, 0.1f)
|
||||
lineTo(20.5f, 5.25f)
|
||||
curveToRelative(0.0f, -0.41f, 0.34f, -0.75f, 0.75f, -0.75f)
|
||||
close()
|
||||
moveTo(12.21f, 6.39f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.32f, -0.08f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.32f)
|
||||
lineToRelative(-0.09f, 0.1f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.5f, -1.32f)
|
||||
lineToRelative(0.1f, -0.1f)
|
||||
lineTo(15.57f, 13.0f)
|
||||
lineTo(3.0f, 13.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
lineTo(2.0f, 12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.88f, -1.0f)
|
||||
horizontalLineToRelative(12.7f)
|
||||
lineTo(12.3f, 7.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.08f, -1.31f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowImport!!
|
||||
}
|
||||
|
||||
private var _arrowImport: ImageVector? = null
|
||||
@ -0,0 +1,74 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowMaximize: ImageVector
|
||||
get() {
|
||||
if (_arrowMaximize != null) {
|
||||
return _arrowMaximize!!
|
||||
}
|
||||
_arrowMaximize = fluentIcon(name = "Filled.ArrowMaximize") {
|
||||
fluentPath {
|
||||
moveTo(12.5f, 3.0f)
|
||||
horizontalLineToRelative(7.55f)
|
||||
lineToRelative(0.12f, 0.02f)
|
||||
lineToRelative(0.09f, 0.02f)
|
||||
lineToRelative(0.1f, 0.03f)
|
||||
lineToRelative(0.1f, 0.04f)
|
||||
lineToRelative(0.06f, 0.04f)
|
||||
lineToRelative(0.06f, 0.04f)
|
||||
lineToRelative(0.06f, 0.05f)
|
||||
lineToRelative(0.07f, 0.06f)
|
||||
lineToRelative(0.1f, 0.1f)
|
||||
lineToRelative(0.06f, 0.12f)
|
||||
lineToRelative(0.06f, 0.11f)
|
||||
lineToRelative(0.03f, 0.1f)
|
||||
lineToRelative(0.02f, 0.07f)
|
||||
verticalLineToRelative(0.05f)
|
||||
lineTo(21.0f, 4.0f)
|
||||
verticalLineToRelative(7.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -2.0f, 0.12f)
|
||||
verticalLineTo(6.41f)
|
||||
lineTo(6.4f, 19.0f)
|
||||
horizontalLineToRelative(5.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
verticalLineTo(20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.88f, 1.0f)
|
||||
horizontalLineTo(3.94f)
|
||||
lineToRelative(-0.1f, -0.01f)
|
||||
lineToRelative(-0.07f, -0.02f)
|
||||
lineToRelative(-0.08f, -0.02f)
|
||||
lineToRelative(-0.07f, -0.02f)
|
||||
lineToRelative(-0.09f, -0.05f)
|
||||
lineToRelative(-0.09f, -0.05f)
|
||||
lineToRelative(-0.1f, -0.07f)
|
||||
lineToRelative(0.04f, 0.03f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.17f, -0.17f)
|
||||
lineToRelative(-0.05f, -0.07f)
|
||||
lineToRelative(-0.04f, -0.06f)
|
||||
lineToRelative(-0.03f, -0.07f)
|
||||
lineToRelative(-0.03f, -0.08f)
|
||||
lineToRelative(-0.03f, -0.08f)
|
||||
lineToRelative(-0.02f, -0.1f)
|
||||
verticalLineToRelative(-0.07f)
|
||||
lineTo(3.0f, 20.0f)
|
||||
verticalLineToRelative(-7.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 2.0f, -0.12f)
|
||||
verticalLineToRelative(5.21f)
|
||||
lineTo(17.58f, 5.0f)
|
||||
horizontalLineTo(12.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
verticalLineTo(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowMaximize!!
|
||||
}
|
||||
|
||||
private var _arrowMaximize: ImageVector? = null
|
||||
@ -0,0 +1,58 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowMaximizeVertical: ImageVector
|
||||
get() {
|
||||
if (_arrowMaximizeVertical != null) {
|
||||
return _arrowMaximizeVertical!!
|
||||
}
|
||||
_arrowMaximizeVertical = fluentIcon(name = "Filled.ArrowMaximizeVertical") {
|
||||
fluentPath {
|
||||
moveTo(15.2f, 6.2f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, 0.0f)
|
||||
lineToRelative(-0.8f, -0.79f)
|
||||
verticalLineTo(9.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
verticalLineTo(5.41f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, -1.42f)
|
||||
lineToRelative(2.5f, -2.5f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, true, 12.0f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.7f, 0.3f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.4f)
|
||||
close()
|
||||
}
|
||||
fluentPath {
|
||||
moveTo(5.0f, 11.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(14.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, -2.0f)
|
||||
horizontalLineTo(5.0f)
|
||||
close()
|
||||
}
|
||||
fluentPath {
|
||||
moveTo(12.0f, 22.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.7f, -0.3f)
|
||||
lineToRelative(2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, -1.4f)
|
||||
lineToRelative(-0.8f, 0.79f)
|
||||
verticalLineTo(15.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(3.59f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.42f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
curveToRelative(0.19f, 0.19f, 0.44f, 0.29f, 0.7f, 0.29f)
|
||||
}
|
||||
}
|
||||
return _arrowMaximizeVertical!!
|
||||
}
|
||||
|
||||
private var _arrowMaximizeVertical: ImageVector? = null
|
||||
@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowMinimize: ImageVector
|
||||
get() {
|
||||
if (_arrowMinimize != null) {
|
||||
return _arrowMinimize!!
|
||||
}
|
||||
_arrowMinimize = fluentIcon(name = "Filled.ArrowMinimize") {
|
||||
fluentPath {
|
||||
moveTo(10.5f, 12.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.89f)
|
||||
lineTo(11.5f, 21.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -2.0f, 0.12f)
|
||||
lineTo(9.5f, 15.9f)
|
||||
lineToRelative(-5.8f, 5.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.31f, 0.08f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.08f, -1.32f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineToRelative(5.79f, -5.78f)
|
||||
lineTo(3.0f, 14.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.12f, -2.0f)
|
||||
horizontalLineToRelative(7.62f)
|
||||
close()
|
||||
moveTo(13.5f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
lineTo(14.5f, 8.1f)
|
||||
lineToRelative(5.8f, -5.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.31f, -0.08f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.32f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineToRelative(-5.8f, 5.8f)
|
||||
lineTo(21.0f, 9.52f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.12f, 1.99f)
|
||||
lineTo(13.5f, 11.51f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
lineTo(12.5f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowMinimize!!
|
||||
}
|
||||
|
||||
private var _arrowMinimize: ImageVector? = null
|
||||
@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowMinimizeVertical: ImageVector
|
||||
get() {
|
||||
if (_arrowMinimizeVertical != null) {
|
||||
return _arrowMinimizeVertical!!
|
||||
}
|
||||
_arrowMinimizeVertical = fluentIcon(name = "Filled.ArrowMinimizeVertical") {
|
||||
fluentPath {
|
||||
moveTo(13.8f, 18.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.4f, -1.4f)
|
||||
lineToRelative(-2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 0.0f)
|
||||
lineToRelative(-2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.4f, 1.4f)
|
||||
lineToRelative(0.8f, -0.79f)
|
||||
lineTo(11.0f, 21.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
verticalLineToRelative(-3.09f)
|
||||
lineToRelative(0.8f, 0.8f)
|
||||
close()
|
||||
moveTo(4.0f, 12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(14.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
lineTo(5.0f, 13.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(13.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
verticalLineToRelative(3.09f)
|
||||
lineToRelative(-0.8f, -0.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 1.42f)
|
||||
lineToRelative(2.5f, 2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, 0.0f)
|
||||
lineToRelative(2.5f, -2.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, -1.42f)
|
||||
lineToRelative(-0.8f, 0.8f)
|
||||
lineTo(13.0f, 3.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowMinimizeVertical!!
|
||||
}
|
||||
|
||||
private var _arrowMinimizeVertical: ImageVector? = null
|
||||
@ -0,0 +1,71 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowMove: ImageVector
|
||||
get() {
|
||||
if (_arrowMove != null) {
|
||||
return _arrowMove!!
|
||||
}
|
||||
_arrowMove = fluentIcon(name = "Filled.ArrowMove") {
|
||||
fluentPath {
|
||||
moveTo(15.46f, 6.46f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 0.0f)
|
||||
lineTo(13.0f, 5.4f)
|
||||
verticalLineToRelative(2.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
lineTo(11.0f, 5.41f)
|
||||
lineTo(9.96f, 6.46f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, -1.42f)
|
||||
lineTo(11.3f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 0.0f)
|
||||
lineToRelative(2.75f, 2.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.42f)
|
||||
close()
|
||||
moveTo(6.46f, 14.04f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.42f, 1.42f)
|
||||
lineTo(2.3f, 12.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.42f)
|
||||
lineToRelative(2.75f, -2.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 1.42f)
|
||||
lineTo(5.4f, 11.0f)
|
||||
horizontalLineToRelative(2.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
lineTo(5.41f, 13.0f)
|
||||
lineToRelative(1.05f, 1.04f)
|
||||
close()
|
||||
moveTo(18.96f, 15.46f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, -1.42f)
|
||||
lineTo(18.6f, 13.0f)
|
||||
horizontalLineToRelative(-2.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, -2.0f)
|
||||
horizontalLineToRelative(2.84f)
|
||||
lineToRelative(-1.05f, -1.04f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, -1.42f)
|
||||
lineToRelative(2.75f, 2.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.42f)
|
||||
lineToRelative(-2.75f, 2.75f)
|
||||
close()
|
||||
moveTo(11.0f, 18.59f)
|
||||
verticalLineToRelative(-2.84f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 2.0f, 0.0f)
|
||||
verticalLineToRelative(2.84f)
|
||||
lineToRelative(1.04f, -1.05f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 1.42f)
|
||||
lineTo(12.7f, 21.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 0.0f)
|
||||
lineToRelative(-2.75f, -2.75f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.42f, -1.42f)
|
||||
lineTo(11.0f, 18.6f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowMove!!
|
||||
}
|
||||
|
||||
private var _arrowMove: ImageVector? = null
|
||||
@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowNext: ImageVector
|
||||
get() {
|
||||
if (_arrowNext != null) {
|
||||
return _arrowNext!!
|
||||
}
|
||||
_arrowNext = fluentIcon(name = "Filled.ArrowNext") {
|
||||
fluentPath {
|
||||
moveTo(18.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
lineTo(19.0f, 20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -2.0f, 0.12f)
|
||||
lineTo(17.0f, 4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(5.3f, 3.3f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, true, 6.6f, 3.2f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
lineToRelative(8.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.32f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineToRelative(-8.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.5f, -1.32f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineTo(12.6f, 12.0f)
|
||||
lineToRelative(-7.3f, -7.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowNext!!
|
||||
}
|
||||
|
||||
private var _arrowNext: ImageVector? = null
|
||||
@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowOutlineUpRight: ImageVector
|
||||
get() {
|
||||
if (_arrowOutlineUpRight != null) {
|
||||
return _arrowOutlineUpRight!!
|
||||
}
|
||||
_arrowOutlineUpRight = fluentIcon(name = "Filled.ArrowOutlineUpRight") {
|
||||
fluentPath {
|
||||
moveTo(19.83f, 2.01f)
|
||||
curveToRelative(1.24f, -0.14f, 2.3f, 0.91f, 2.16f, 2.16f)
|
||||
lineToRelative(-1.34f, 12.06f)
|
||||
arcToRelative(1.95f, 1.95f, 0.0f, false, true, -3.32f, 1.16f)
|
||||
lineToRelative(-1.27f, -1.27f)
|
||||
lineToRelative(-5.3f, 5.3f)
|
||||
curveToRelative(-0.76f, 0.77f, -2.0f, 0.77f, -2.76f, 0.0f)
|
||||
lineTo(2.57f, 16.0f)
|
||||
curveToRelative(-0.76f, -0.76f, -0.76f, -2.0f, 0.0f, -2.76f)
|
||||
lineToRelative(5.3f, -5.3f)
|
||||
lineToRelative(-1.26f, -1.27f)
|
||||
arcToRelative(1.95f, 1.95f, 0.0f, false, true, 1.16f, -3.32f)
|
||||
lineToRelative(12.06f, -1.34f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowOutlineUpRight!!
|
||||
}
|
||||
|
||||
private var _arrowOutlineUpRight: ImageVector? = null
|
||||
@ -0,0 +1,53 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowParagraph: ImageVector
|
||||
get() {
|
||||
if (_arrowParagraph != null) {
|
||||
return _arrowParagraph!!
|
||||
}
|
||||
_arrowParagraph = fluentIcon(name = "Filled.ArrowParagraph") {
|
||||
fluentPath {
|
||||
moveTo(21.0f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, -3.0f, 3.0f)
|
||||
horizontalLineToRelative(-4.59f)
|
||||
lineToRelative(2.3f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 1.4f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 1.42f, 1.4f)
|
||||
lineTo(14.4f, 8.0f)
|
||||
horizontalLineTo(19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, -1.0f)
|
||||
verticalLineTo(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(7.3f, 11.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.4f)
|
||||
lineTo(9.58f, 15.0f)
|
||||
horizontalLineTo(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
horizontalLineToRelative(6.59f)
|
||||
lineToRelative(-2.3f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.42f, 1.4f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, false, 13.0f, 16.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.3f, -0.71f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.4f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowParagraph!!
|
||||
}
|
||||
|
||||
private var _arrowParagraph: ImageVector? = null
|
||||
@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowPrevious: ImageVector
|
||||
get() {
|
||||
if (_arrowPrevious != null) {
|
||||
return _arrowPrevious!!
|
||||
}
|
||||
_arrowPrevious = fluentIcon(name = "Filled.ArrowPrevious") {
|
||||
fluentPath {
|
||||
moveTo(6.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 0.88f)
|
||||
lineTo(5.0f, 20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 2.0f, 0.12f)
|
||||
lineTo(7.0f, 4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, -1.0f)
|
||||
close()
|
||||
moveTo(18.7f, 3.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.31f, -0.09f)
|
||||
lineToRelative(-0.1f, 0.08f)
|
||||
lineToRelative(-8.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.08f, 1.32f)
|
||||
lineToRelative(0.08f, 0.1f)
|
||||
lineToRelative(8.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.5f, -1.32f)
|
||||
lineToRelative(-0.08f, -0.1f)
|
||||
lineTo(11.4f, 12.0f)
|
||||
lineToRelative(7.3f, -7.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.4f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowPrevious!!
|
||||
}
|
||||
|
||||
private var _arrowPrevious: ImageVector? = null
|
||||
@ -0,0 +1,43 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRedo: ImageVector
|
||||
get() {
|
||||
if (_arrowRedo != null) {
|
||||
return _arrowRedo!!
|
||||
}
|
||||
_arrowRedo = fluentIcon(name = "Filled.ArrowRedo") {
|
||||
fluentPath {
|
||||
moveTo(18.0f, 7.59f)
|
||||
lineToRelative(-3.64f, -3.64f)
|
||||
arcToRelative(6.66f, 6.66f, 0.0f, true, false, -9.42f, 9.42f)
|
||||
lineToRelative(8.34f, 8.34f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.41f, -1.42f)
|
||||
lineToRelative(-8.34f, -8.33f)
|
||||
arcToRelative(4.66f, 4.66f, 0.0f, false, true, 6.42f, -6.76f)
|
||||
lineToRelative(0.18f, 0.17f)
|
||||
lineTo(16.59f, 9.0f)
|
||||
horizontalLineTo(12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.0f, 0.88f)
|
||||
verticalLineTo(10.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.88f, 1.0f)
|
||||
horizontalLineTo(19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, -0.88f)
|
||||
verticalLineTo(3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -2.0f, -0.11f)
|
||||
verticalLineToRelative(4.7f)
|
||||
lineToRelative(-3.64f, -3.64f)
|
||||
lineTo(18.0f, 7.6f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRedo!!
|
||||
}
|
||||
|
||||
private var _arrowRedo: ImageVector? = null
|
||||
@ -0,0 +1,65 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRepeatAll: ImageVector
|
||||
get() {
|
||||
if (_arrowRepeatAll != null) {
|
||||
return _arrowRepeatAll!!
|
||||
}
|
||||
_arrowRepeatAll = fluentIcon(name = "Filled.ArrowRepeatAll") {
|
||||
fluentPath {
|
||||
moveTo(14.71f, 2.29f)
|
||||
lineToRelative(-0.08f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.33f, 0.08f)
|
||||
lineToRelative(-0.08f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.08f, 1.32f)
|
||||
lineTo(14.6f, 5.0f)
|
||||
lineTo(8.76f, 5.0f)
|
||||
arcToRelative(7.0f, 7.0f, 0.0f, false, false, -5.57f, 10.9f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.63f, -1.17f)
|
||||
lineToRelative(-0.14f, -0.22f)
|
||||
arcTo(5.0f, 5.0f, 0.0f, false, true, 9.0f, 7.0f)
|
||||
horizontalLineToRelative(5.6f)
|
||||
lineToRelative(-1.3f, 1.3f)
|
||||
lineToRelative(-0.08f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.5f, 1.33f)
|
||||
lineToRelative(3.0f, -3.0f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.08f, -1.32f)
|
||||
lineToRelative(-3.0f, -3.0f)
|
||||
close()
|
||||
moveTo(20.79f, 8.06f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.62f, 1.18f)
|
||||
arcTo(5.0f, 5.0f, 0.0f, false, true, 15.0f, 16.99f)
|
||||
lineTo(9.41f, 16.99f)
|
||||
lineToRelative(1.3f, -1.3f)
|
||||
lineToRelative(0.08f, -0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.23f)
|
||||
lineToRelative(-0.08f, -0.09f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.23f, 0.0f)
|
||||
lineToRelative(-0.09f, 0.08f)
|
||||
lineToRelative(-3.0f, 3.0f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.23f)
|
||||
lineToRelative(0.08f, 0.09f)
|
||||
lineToRelative(3.0f, 3.0f)
|
||||
lineToRelative(0.1f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.4f, -1.41f)
|
||||
lineToRelative(-0.08f, -0.09f)
|
||||
lineToRelative(-1.3f, -1.3f)
|
||||
horizontalLineToRelative(5.83f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, false, false, 20.8f, 8.05f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRepeatAll!!
|
||||
}
|
||||
|
||||
private var _arrowRepeatAll: ImageVector? = null
|
||||
@ -0,0 +1,85 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRepeatAllOff: ImageVector
|
||||
get() {
|
||||
if (_arrowRepeatAllOff != null) {
|
||||
return _arrowRepeatAllOff!!
|
||||
}
|
||||
_arrowRepeatAllOff = fluentIcon(name = "Filled.ArrowRepeatAllOff") {
|
||||
fluentPath {
|
||||
moveTo(3.61f, 2.2f)
|
||||
lineToRelative(0.1f, 0.1f)
|
||||
lineToRelative(18.0f, 18.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.32f, 1.49f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
lineToRelative(-3.07f, -3.07f)
|
||||
curveToRelative(-0.6f, 0.2f, -1.23f, 0.32f, -1.89f, 0.35f)
|
||||
lineTo(15.0f, 19.0f)
|
||||
lineTo(9.4f, 19.0f)
|
||||
lineToRelative(1.3f, 1.3f)
|
||||
lineToRelative(0.09f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.4f, 1.41f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
lineToRelative(-3.0f, -3.0f)
|
||||
lineToRelative(-0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.23f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineToRelative(3.0f, -3.0f)
|
||||
lineToRelative(0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.22f, 0.0f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
lineToRelative(0.08f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.23f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineTo(9.4f, 17.0f)
|
||||
horizontalLineToRelative(5.6f)
|
||||
lineToRelative(0.54f, -0.03f)
|
||||
lineToRelative(-9.2f, -9.2f)
|
||||
arcToRelative(5.0f, 5.0f, 0.0f, false, false, -1.67f, 6.75f)
|
||||
lineToRelative(0.14f, 0.22f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.63f, 1.16f)
|
||||
arcTo(6.99f, 6.99f, 0.0f, false, true, 4.9f, 6.32f)
|
||||
lineTo(2.29f, 3.71f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.32f, -1.5f)
|
||||
close()
|
||||
moveTo(20.0f, 7.69f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.79f, 0.38f)
|
||||
lineToRelative(0.05f, 0.08f)
|
||||
lineToRelative(0.02f, 0.03f)
|
||||
arcToRelative(6.96f, 6.96f, 0.0f, false, true, -1.0f, 8.87f)
|
||||
lineToRelative(-1.41f, -1.42f)
|
||||
arcToRelative(4.99f, 4.99f, 0.0f, false, false, 0.86f, -6.16f)
|
||||
lineToRelative(-0.14f, -0.22f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, true, 20.0f, 7.68f)
|
||||
close()
|
||||
moveTo(14.63f, 2.22f)
|
||||
lineToRelative(0.08f, 0.08f)
|
||||
lineToRelative(3.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.09f, 1.33f)
|
||||
lineToRelative(-0.08f, 0.09f)
|
||||
lineToRelative(-3.0f, 3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.5f, -1.32f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
lineTo(14.6f, 7.0f)
|
||||
lineTo(9.83f, 7.0f)
|
||||
lineTo(7.9f, 5.1f)
|
||||
curveToRelative(0.28f, -0.05f, 0.56f, -0.07f, 0.85f, -0.08f)
|
||||
horizontalLineToRelative(5.84f)
|
||||
lineToRelative(-1.3f, -1.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -0.08f, -1.33f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.33f, -0.07f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRepeatAllOff!!
|
||||
}
|
||||
|
||||
private var _arrowRepeatAllOff: ImageVector? = null
|
||||
@ -0,0 +1,37 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowReply: ImageVector
|
||||
get() {
|
||||
if (_arrowReply != null) {
|
||||
return _arrowReply!!
|
||||
}
|
||||
_arrowReply = fluentIcon(name = "Filled.ArrowReply") {
|
||||
fluentPath {
|
||||
moveTo(9.7f, 16.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.41f, 1.4f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, true, 9.7f, 7.7f)
|
||||
lineTo(6.41f, 11.0f)
|
||||
horizontalLineTo(13.0f)
|
||||
arcToRelative(8.0f, 8.0f, 0.0f, false, true, 8.0f, 7.75f)
|
||||
verticalLineTo(19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, false, false, -5.78f, -6.0f)
|
||||
horizontalLineTo(6.41f)
|
||||
lineToRelative(3.3f, 3.3f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowReply!!
|
||||
}
|
||||
|
||||
private var _arrowReply: ImageVector? = null
|
||||
@ -0,0 +1,47 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowReplyAll: ImageVector
|
||||
get() {
|
||||
if (_arrowReplyAll != null) {
|
||||
return _arrowReplyAll!!
|
||||
}
|
||||
_arrowReplyAll = fluentIcon(name = "Filled.ArrowReplyAll") {
|
||||
fluentPath {
|
||||
moveTo(13.7f, 16.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.41f, 1.4f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.41f, 1.4f)
|
||||
lineTo(10.41f, 11.0f)
|
||||
lineTo(13.0f, 11.0f)
|
||||
arcToRelative(8.0f, 8.0f, 0.0f, false, true, 8.0f, 7.75f)
|
||||
lineTo(21.0f, 19.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, false, false, -5.78f, -6.0f)
|
||||
horizontalLineToRelative(-2.81f)
|
||||
lineToRelative(3.3f, 3.3f)
|
||||
close()
|
||||
moveTo(8.7f, 6.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.4f)
|
||||
lineTo(4.41f, 12.0f)
|
||||
lineToRelative(4.3f, 4.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -1.42f, 1.4f)
|
||||
lineToRelative(-5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
lineToRelative(5.0f, -5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.41f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowReplyAll!!
|
||||
}
|
||||
|
||||
private var _arrowReplyAll: ImageVector? = null
|
||||
@ -0,0 +1,37 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowReplyDown: ImageVector
|
||||
get() {
|
||||
if (_arrowReplyDown != null) {
|
||||
return _arrowReplyDown!!
|
||||
}
|
||||
_arrowReplyDown = fluentIcon(name = "Filled.ArrowReplyDown") {
|
||||
fluentPath {
|
||||
moveTo(9.7f, 8.7f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, true, false, 8.3f, 7.3f)
|
||||
lineToRelative(-5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, 1.4f)
|
||||
lineToRelative(5.0f, 5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 1.41f, -1.4f)
|
||||
lineTo(6.41f, 14.0f)
|
||||
horizontalLineTo(13.0f)
|
||||
arcToRelative(8.0f, 8.0f, 0.0f, false, false, 8.0f, -7.75f)
|
||||
verticalLineTo(6.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -2.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, false, true, -5.78f, 6.0f)
|
||||
horizontalLineTo(6.41f)
|
||||
lineToRelative(3.3f, -3.3f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowReplyDown!!
|
||||
}
|
||||
|
||||
private var _arrowReplyDown: ImageVector? = null
|
||||
@ -0,0 +1,37 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowReset: ImageVector
|
||||
get() {
|
||||
if (_arrowReset != null) {
|
||||
return _arrowReset!!
|
||||
}
|
||||
_arrowReset = fluentIcon(name = "Filled.ArrowReset") {
|
||||
fluentPath {
|
||||
moveTo(7.2f, 2.54f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, 1.42f)
|
||||
lineTo(5.42f, 5.75f)
|
||||
horizontalLineToRelative(7.84f)
|
||||
arcToRelative(8.0f, 8.0f, 0.0f, true, true, -8.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 2.0f, 0.0f)
|
||||
arcToRelative(6.0f, 6.0f, 0.0f, true, false, 6.0f, -6.0f)
|
||||
horizontalLineTo(5.41f)
|
||||
lineToRelative(1.8f, 1.8f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.42f, 1.4f)
|
||||
lineToRelative(-3.5f, -3.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -1.4f)
|
||||
lineToRelative(3.5f, -3.5f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.42f, 0.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowReset!!
|
||||
}
|
||||
|
||||
private var _arrowReset: ImageVector? = null
|
||||
@ -0,0 +1,43 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRotateClockwise: ImageVector
|
||||
get() {
|
||||
if (_arrowRotateClockwise != null) {
|
||||
return _arrowRotateClockwise!!
|
||||
}
|
||||
_arrowRotateClockwise = fluentIcon(name = "Filled.ArrowRotateClockwise") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 3.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, false, true, 4.13f, 17.0f)
|
||||
lineTo(18.0f, 20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.12f, 2.0f)
|
||||
lineTo(14.0f, 22.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -0.88f)
|
||||
lineTo(13.0f, 17.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 2.0f, -0.12f)
|
||||
lineTo(15.0f, 18.33f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, true, false, 5.0f, 12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, -2.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, false, true, 9.0f, -9.0f)
|
||||
close()
|
||||
moveTo(12.0f, 9.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, true, true, 0.0f, 6.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, true, 0.0f, -6.0f)
|
||||
close()
|
||||
moveTo(12.0f, 11.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -2.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRotateClockwise!!
|
||||
}
|
||||
|
||||
private var _arrowRotateClockwise: ImageVector? = null
|
||||
@ -0,0 +1,43 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRotateCounterclockwise: ImageVector
|
||||
get() {
|
||||
if (_arrowRotateCounterclockwise != null) {
|
||||
return _arrowRotateCounterclockwise!!
|
||||
}
|
||||
_arrowRotateCounterclockwise = fluentIcon(name = "Filled.ArrowRotateCounterclockwise") {
|
||||
fluentPath {
|
||||
moveTo(12.0f, 3.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, false, false, -4.13f, 17.0f)
|
||||
lineTo(6.0f, 20.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.12f, 2.0f)
|
||||
lineTo(10.0f, 22.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, -0.88f)
|
||||
lineTo(11.0f, 17.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -2.0f, -0.12f)
|
||||
lineTo(9.0f, 18.33f)
|
||||
arcTo(7.0f, 7.0f, 0.0f, true, true, 19.0f, 12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, 2.0f, 0.0f)
|
||||
arcToRelative(9.0f, 9.0f, 0.0f, false, false, -9.0f, -9.0f)
|
||||
close()
|
||||
moveTo(12.0f, 9.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, true, false, 0.0f, 6.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, false, 0.0f, -6.0f)
|
||||
close()
|
||||
moveTo(12.0f, 11.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, true, 0.0f, 2.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.0f, -2.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRotateCounterclockwise!!
|
||||
}
|
||||
|
||||
private var _arrowRotateCounterclockwise: ImageVector? = null
|
||||
@ -0,0 +1,42 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRouting: ImageVector
|
||||
get() {
|
||||
if (_arrowRouting != null) {
|
||||
return _arrowRouting!!
|
||||
}
|
||||
_arrowRouting = fluentIcon(name = "Filled.ArrowRouting") {
|
||||
fluentPath {
|
||||
moveTo(18.7f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -1.4f, 1.4f)
|
||||
lineTo(18.59f, 5.0f)
|
||||
horizontalLineToRelative(-5.6f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, false, -3.0f, 3.0f)
|
||||
verticalLineToRelative(9.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, 1.0f)
|
||||
horizontalLineTo(7.84f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
horizontalLineTo(9.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, false, 3.0f, -3.0f)
|
||||
verticalLineTo(8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(5.58f)
|
||||
lineTo(17.3f, 8.29f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, true, false, 18.7f, 9.7f)
|
||||
lineToRelative(3.01f, -3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.41f)
|
||||
lineToRelative(-3.0f, -3.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRouting!!
|
||||
}
|
||||
|
||||
private var _arrowRouting: ImageVector? = null
|
||||
@ -0,0 +1,62 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowRoutingRectangleMultiple: ImageVector
|
||||
get() {
|
||||
if (_arrowRoutingRectangleMultiple != null) {
|
||||
return _arrowRoutingRectangleMultiple!!
|
||||
}
|
||||
_arrowRoutingRectangleMultiple = fluentIcon(name = "Filled.ArrowRoutingRectangleMultiple") {
|
||||
fluentPath {
|
||||
moveTo(18.7f, 2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, true, false, -1.4f, 1.4f)
|
||||
lineTo(18.59f, 5.0f)
|
||||
horizontalLineToRelative(-5.6f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, false, -3.0f, 3.0f)
|
||||
verticalLineToRelative(9.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, 1.0f)
|
||||
lineTo(7.84f, 18.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, true, false, 0.0f, 2.0f)
|
||||
lineTo(9.0f, 20.0f)
|
||||
arcToRelative(3.0f, 3.0f, 0.0f, false, false, 3.0f, -3.0f)
|
||||
lineTo(12.0f, 8.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(5.58f)
|
||||
lineTo(17.3f, 8.29f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, true, false, 18.7f, 9.7f)
|
||||
lineToRelative(3.01f, -3.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.0f, -1.41f)
|
||||
lineToRelative(-3.0f, -3.0f)
|
||||
close()
|
||||
moveTo(14.0f, 16.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, -1.0f)
|
||||
horizontalLineToRelative(5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 1.0f)
|
||||
verticalLineToRelative(4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, 1.0f)
|
||||
horizontalLineToRelative(-5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.0f, -1.0f)
|
||||
verticalLineToRelative(-4.0f)
|
||||
close()
|
||||
moveTo(23.0f, 17.5f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, true, false, -1.0f, 0.0f)
|
||||
verticalLineToRelative(3.0f)
|
||||
curveToRelative(0.0f, 0.83f, -0.67f, 1.5f, -1.5f, 1.5f)
|
||||
horizontalLineToRelative(-4.0f)
|
||||
arcToRelative(0.5f, 0.5f, 0.0f, true, false, 0.0f, 1.0f)
|
||||
horizontalLineToRelative(4.0f)
|
||||
arcToRelative(2.5f, 2.5f, 0.0f, false, false, 2.5f, -2.5f)
|
||||
verticalLineToRelative(-3.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowRoutingRectangleMultiple!!
|
||||
}
|
||||
|
||||
private var _arrowRoutingRectangleMultiple: ImageVector? = null
|
||||
@ -0,0 +1,60 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowSort: ImageVector
|
||||
get() {
|
||||
if (_arrowSort != null) {
|
||||
return _arrowSort!!
|
||||
}
|
||||
_arrowSort = fluentIcon(name = "Filled.ArrowSort") {
|
||||
fluentPath {
|
||||
moveTo(6.29f, 4.3f)
|
||||
lineToRelative(-4.0f, 4.0f)
|
||||
lineToRelative(-0.08f, 0.09f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.08f, 1.32f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.32f, -0.08f)
|
||||
lineTo(6.0f, 7.4f)
|
||||
verticalLineToRelative(11.7f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.0f, 0.9f)
|
||||
lineToRelative(0.1f, -0.02f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 0.9f, -0.99f)
|
||||
verticalLineTo(7.42f)
|
||||
lineToRelative(2.28f, 2.29f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.32f, -1.5f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.32f, 0.08f)
|
||||
close()
|
||||
moveTo(17.0f, 4.0f)
|
||||
lineToRelative(-0.12f, 0.01f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.88f, 1.0f)
|
||||
verticalLineToRelative(11.57f)
|
||||
lineToRelative(-2.3f, -2.29f)
|
||||
lineToRelative(-0.09f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.32f, 1.5f)
|
||||
lineToRelative(4.0f, 4.0f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, 1.32f, -0.08f)
|
||||
lineToRelative(4.0f, -4.0f)
|
||||
lineToRelative(0.08f, -0.1f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -0.08f, -1.32f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, false, -1.32f, 0.08f)
|
||||
lineTo(18.0f, 16.6f)
|
||||
verticalLineTo(4.89f)
|
||||
arcTo(1.0f, 1.0f, 0.0f, false, false, 17.0f, 4.0f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowSort!!
|
||||
}
|
||||
|
||||
private var _arrowSort: ImageVector? = null
|
||||
@ -0,0 +1,43 @@
|
||||
|
||||
|
||||
package com.konyaco.fluent.icons.filled
|
||||
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
import com.konyaco.fluent.icons.Icons
|
||||
import com.konyaco.fluent.icons.fluentIcon
|
||||
import com.konyaco.fluent.icons.fluentPath
|
||||
|
||||
public val Icons.Filled.ArrowSortDown: ImageVector
|
||||
get() {
|
||||
if (_arrowSortDown != null) {
|
||||
return _arrowSortDown!!
|
||||
}
|
||||
_arrowSortDown = fluentIcon(name = "Filled.ArrowSortDown") {
|
||||
fluentPath {
|
||||
moveTo(11.88f, 4.01f)
|
||||
horizontalLineTo(12.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.0f, 0.88f)
|
||||
verticalLineToRelative(11.7f)
|
||||
lineToRelative(2.3f, -2.3f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.31f, -0.08f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.08f, 1.32f)
|
||||
lineToRelative(-0.08f, 0.1f)
|
||||
lineToRelative(-4.0f, 4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, -1.32f, 0.08f)
|
||||
lineToRelative(-0.1f, -0.08f)
|
||||
lineToRelative(-4.0f, -4.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 1.32f, -1.5f)
|
||||
lineToRelative(0.1f, 0.08f)
|
||||
lineTo(11.0f, 16.6f)
|
||||
verticalLineTo(5.0f)
|
||||
arcToRelative(1.0f, 1.0f, 0.0f, false, true, 0.88f, -0.99f)
|
||||
horizontalLineTo(12.0f)
|
||||
horizontalLineToRelative(-0.12f)
|
||||
close()
|
||||
}
|
||||
}
|
||||
return _arrowSortDown!!
|
||||
}
|
||||
|
||||
private var _arrowSortDown: ImageVector? = null
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user