-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add 3538 straight/filled icons
- Loading branch information
1 parent
91c36a8
commit 7399a20
Showing
3,540 changed files
with
222,177 additions
and
21,367 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
566 changes: 504 additions & 62 deletions
566
straight/src/commonMain/kotlin/me/localx/icons/straight/__Filled.kt
Large diffs are not rendered by default.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
straight/src/commonMain/kotlin/me/localx/icons/straight/filled/A.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
package me.localx.icons.straight.filled | ||
|
||
import androidx.compose.ui.graphics.Color | ||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero | ||
import androidx.compose.ui.graphics.SolidColor | ||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt | ||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter | ||
import androidx.compose.ui.graphics.vector.ImageVector | ||
import androidx.compose.ui.graphics.vector.ImageVector.Builder | ||
import androidx.compose.ui.graphics.vector.path | ||
import androidx.compose.ui.unit.dp | ||
import me.localx.icons.straight.Icons | ||
|
||
public val Icons.Filled.A: ImageVector | ||
get() { | ||
if (_a != null) { | ||
return _a!! | ||
} | ||
_a = Builder(name = "A", defaultWidth = 512.0.dp, defaultHeight = 512.0.dp, viewportWidth = | ||
24.0f, viewportHeight = 24.0f).apply { | ||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, | ||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, | ||
pathFillType = NonZero) { | ||
moveTo(21.713f, 24.0f) | ||
horizontalLineToRelative(2.156f) | ||
lineTo(14.859f, 1.661f) | ||
curveToRelative(-0.511f, -1.024f, -1.54f, -1.661f, -2.684f, -1.661f) | ||
horizontalLineToRelative(-0.002f) | ||
curveToRelative(-1.146f, 0.0f, -2.174f, 0.638f, -2.711f, 1.724f) | ||
lineTo(0.168f, 24.0f) | ||
horizontalLineTo(2.335f) | ||
lineToRelative(2.92f, -7.0f) | ||
horizontalLineToRelative(13.636f) | ||
lineToRelative(2.822f, 7.0f) | ||
close() | ||
moveTo(6.089f, 15.0f) | ||
lineTo(11.28f, 2.554f) | ||
curveToRelative(0.172f, -0.347f, 0.507f, -0.554f, 0.894f, -0.554f) | ||
horizontalLineToRelative(0.0f) | ||
curveToRelative(0.387f, 0.0f, 0.721f, 0.207f, 0.862f, 0.481f) | ||
lineToRelative(5.047f, 12.519f) | ||
horizontalLineTo(6.089f) | ||
close() | ||
} | ||
} | ||
.build() | ||
return _a!! | ||
} | ||
|
||
private var _a: ImageVector? = null |
84 changes: 84 additions & 0 deletions
84
straight/src/commonMain/kotlin/me/localx/icons/straight/filled/Accident.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
package me.localx.icons.straight.filled | ||
|
||
import androidx.compose.ui.graphics.Color | ||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero | ||
import androidx.compose.ui.graphics.SolidColor | ||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt | ||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter | ||
import androidx.compose.ui.graphics.vector.ImageVector | ||
import androidx.compose.ui.graphics.vector.ImageVector.Builder | ||
import androidx.compose.ui.graphics.vector.path | ||
import androidx.compose.ui.unit.dp | ||
import me.localx.icons.straight.Icons | ||
|
||
public val Icons.Filled.Accident: ImageVector | ||
get() { | ||
if (_accident != null) { | ||
return _accident!! | ||
} | ||
_accident = Builder(name = "Accident", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, | ||
viewportWidth = 24.0f, viewportHeight = 24.0f).apply { | ||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, | ||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, | ||
pathFillType = NonZero) { | ||
moveToRelative(24.0f, 7.616f) | ||
horizontalLineToRelative(0.0f) | ||
lineToRelative(-3.826f, 2.335f) | ||
lineToRelative(1.438f, 4.245f) | ||
horizontalLineToRelative(0.0f) | ||
reflectiveCurveToRelative(0.0f, 0.0f, 0.0f, 0.0f) | ||
lineToRelative(-5.612f, -1.969f) | ||
verticalLineToRelative(-6.228f) | ||
horizontalLineToRelative(-5.047f) | ||
lineToRelative(-1.204f, -3.557f) | ||
horizontalLineToRelative(0.0f) | ||
horizontalLineToRelative(0.0f) | ||
reflectiveCurveToRelative(3.836f, 1.392f, 3.836f, 1.392f) | ||
lineToRelative(1.392f, -3.836f) | ||
lineToRelative(2.335f, 3.826f) | ||
lineToRelative(4.245f, -1.438f) | ||
horizontalLineToRelative(0.0f) | ||
reflectiveCurveToRelative(0.0f, 0.0f, 0.0f, 0.0f) | ||
lineToRelative(-1.392f, 3.836f) | ||
lineToRelative(3.836f, 1.392f) | ||
horizontalLineToRelative(0.0f) | ||
close() | ||
moveTo(8.273f, 11.262f) | ||
curveToRelative(0.974f, -0.979f, 0.969f, -2.562f, -0.01f, -3.536f) | ||
reflectiveCurveToRelative(-2.562f, -0.969f, -3.536f, 0.01f) | ||
curveToRelative(-0.974f, 0.979f, -0.969f, 2.562f, 0.01f, 3.536f) | ||
curveToRelative(0.979f, 0.974f, 2.562f, 0.969f, 3.536f, -0.01f) | ||
close() | ||
moveTo(16.083f, 20.33f) | ||
lineToRelative(5.599f, 1.618f) | ||
lineToRelative(-0.556f, 1.922f) | ||
lineToRelative(-5.054f, -1.462f) | ||
lineToRelative(-5.373f, 1.492f) | ||
curveToRelative(-0.237f, 0.054f, -0.475f, 0.08f, -0.707f, 0.08f) | ||
curveToRelative(-1.205f, 0.0f, -2.295f, -0.702f, -2.77f, -1.828f) | ||
lineToRelative(-3.056f, -7.153f) | ||
lineTo(0.0f, 14.999f) | ||
verticalLineToRelative(-6.0f) | ||
horizontalLineToRelative(2.0f) | ||
verticalLineToRelative(4.0f) | ||
horizontalLineToRelative(3.434f) | ||
lineToRelative(6.566f, -0.875f) | ||
verticalLineToRelative(-4.125f) | ||
horizontalLineToRelative(2.0f) | ||
verticalLineToRelative(5.876f) | ||
lineToRelative(-3.762f, 0.501f) | ||
lineToRelative(2.102f, 5.08f) | ||
lineToRelative(3.335f, -3.457f) | ||
horizontalLineToRelative(5.325f) | ||
verticalLineToRelative(2.0f) | ||
horizontalLineToRelative(-4.475f) | ||
lineToRelative(-2.91f, 3.017f) | ||
lineToRelative(2.469f, -0.686f) | ||
close() | ||
} | ||
} | ||
.build() | ||
return _accident!! | ||
} | ||
|
||
private var _accident: ImageVector? = null |
51 changes: 51 additions & 0 deletions
51
straight/src/commonMain/kotlin/me/localx/icons/straight/filled/Acorn.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
package me.localx.icons.straight.filled | ||
|
||
import androidx.compose.ui.graphics.Color | ||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero | ||
import androidx.compose.ui.graphics.SolidColor | ||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt | ||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter | ||
import androidx.compose.ui.graphics.vector.ImageVector | ||
import androidx.compose.ui.graphics.vector.ImageVector.Builder | ||
import androidx.compose.ui.graphics.vector.path | ||
import androidx.compose.ui.unit.dp | ||
import me.localx.icons.straight.Icons | ||
|
||
public val Icons.Filled.Acorn: ImageVector | ||
get() { | ||
if (_acorn != null) { | ||
return _acorn!! | ||
} | ||
_acorn = Builder(name = "Acorn", defaultWidth = 512.0.dp, defaultHeight = 512.0.dp, | ||
viewportWidth = 24.0f, viewportHeight = 24.0f).apply { | ||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, | ||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, | ||
pathFillType = NonZero) { | ||
moveTo(23.0f, 8.0f) | ||
verticalLineToRelative(1.0f) | ||
horizontalLineTo(1.0f) | ||
verticalLineToRelative(-1.0f) | ||
curveTo(1.0f, 4.69f, 3.69f, 2.0f, 7.0f, 2.0f) | ||
horizontalLineToRelative(4.0f) | ||
verticalLineTo(0.0f) | ||
horizontalLineToRelative(2.0f) | ||
verticalLineTo(2.0f) | ||
horizontalLineToRelative(4.0f) | ||
curveToRelative(3.31f, 0.0f, 6.0f, 2.69f, 6.0f, 6.0f) | ||
close() | ||
moveTo(3.0f, 13.91f) | ||
curveToRelative(0.0f, 6.71f, 8.3f, 9.81f, 8.66f, 9.94f) | ||
lineToRelative(0.34f, 0.12f) | ||
lineToRelative(0.34f, -0.12f) | ||
curveToRelative(0.35f, -0.13f, 8.66f, -3.23f, 8.66f, -9.94f) | ||
verticalLineToRelative(-2.91f) | ||
horizontalLineTo(3.0f) | ||
verticalLineToRelative(2.91f) | ||
close() | ||
} | ||
} | ||
.build() | ||
return _acorn!! | ||
} | ||
|
||
private var _acorn: ImageVector? = null |
70 changes: 70 additions & 0 deletions
70
straight/src/commonMain/kotlin/me/localx/icons/straight/filled/Ad.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
package me.localx.icons.straight.filled | ||
|
||
import androidx.compose.ui.graphics.Color | ||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero | ||
import androidx.compose.ui.graphics.SolidColor | ||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt | ||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter | ||
import androidx.compose.ui.graphics.vector.ImageVector | ||
import androidx.compose.ui.graphics.vector.ImageVector.Builder | ||
import androidx.compose.ui.graphics.vector.path | ||
import androidx.compose.ui.unit.dp | ||
import me.localx.icons.straight.Icons | ||
|
||
public val Icons.Filled.Ad: ImageVector | ||
get() { | ||
if (_ad != null) { | ||
return _ad!! | ||
} | ||
_ad = Builder(name = "Ad", defaultWidth = 512.0.dp, defaultHeight = 512.0.dp, viewportWidth | ||
= 24.0f, viewportHeight = 24.0f).apply { | ||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, | ||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, | ||
pathFillType = NonZero) { | ||
moveTo(18.0f, 14.5f) | ||
curveToRelative(0.0f, 0.827f, -0.673f, 1.5f, -1.5f, 1.5f) | ||
reflectiveCurveToRelative(-1.5f, -0.673f, -1.5f, -1.5f) | ||
reflectiveCurveToRelative(0.673f, -1.5f, 1.5f, -1.5f) | ||
reflectiveCurveToRelative(1.5f, 0.673f, 1.5f, 1.5f) | ||
close() | ||
moveTo(24.0f, 5.0f) | ||
lineTo(24.0f, 22.0f) | ||
lineTo(0.0f, 22.0f) | ||
lineTo(0.0f, 5.0f) | ||
curveToRelative(0.0f, -1.654f, 1.346f, -3.0f, 3.0f, -3.0f) | ||
lineTo(21.0f, 2.0f) | ||
curveToRelative(1.654f, 0.0f, 3.0f, 1.346f, 3.0f, 3.0f) | ||
close() | ||
moveTo(12.633f, 18.0f) | ||
lineTo(8.348f, 6.0f) | ||
horizontalLineToRelative(-0.695f) | ||
lineTo(3.367f, 18.0f) | ||
horizontalLineToRelative(2.124f) | ||
lineToRelative(0.714f, -2.0f) | ||
horizontalLineToRelative(3.591f) | ||
lineToRelative(0.714f, 2.0f) | ||
horizontalLineToRelative(2.124f) | ||
close() | ||
moveTo(20.0f, 6.0f) | ||
horizontalLineToRelative(-2.0f) | ||
verticalLineToRelative(5.351f) | ||
curveToRelative(-0.456f, -0.219f, -0.961f, -0.351f, -1.5f, -0.351f) | ||
curveToRelative(-1.93f, 0.0f, -3.5f, 1.57f, -3.5f, 3.5f) | ||
reflectiveCurveToRelative(1.57f, 3.5f, 3.5f, 3.5f) | ||
curveToRelative(0.539f, 0.0f, 1.044f, -0.133f, 1.5f, -0.351f) | ||
verticalLineToRelative(0.351f) | ||
horizontalLineToRelative(2.0f) | ||
lineTo(20.0f, 6.0f) | ||
close() | ||
moveTo(6.919f, 14.0f) | ||
horizontalLineToRelative(2.162f) | ||
lineToRelative(-1.081f, -3.027f) | ||
lineToRelative(-1.081f, 3.027f) | ||
close() | ||
} | ||
} | ||
.build() | ||
return _ad!! | ||
} | ||
|
||
private var _ad: ImageVector? = null |
121 changes: 121 additions & 0 deletions
121
straight/src/commonMain/kotlin/me/localx/icons/straight/filled/AdPaid.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
package me.localx.icons.straight.filled | ||
|
||
import androidx.compose.ui.graphics.Color | ||
import androidx.compose.ui.graphics.PathFillType.Companion.NonZero | ||
import androidx.compose.ui.graphics.SolidColor | ||
import androidx.compose.ui.graphics.StrokeCap.Companion.Butt | ||
import androidx.compose.ui.graphics.StrokeJoin.Companion.Miter | ||
import androidx.compose.ui.graphics.vector.ImageVector | ||
import androidx.compose.ui.graphics.vector.ImageVector.Builder | ||
import androidx.compose.ui.graphics.vector.path | ||
import androidx.compose.ui.unit.dp | ||
import me.localx.icons.straight.Icons | ||
|
||
public val Icons.Filled.AdPaid: ImageVector | ||
get() { | ||
if (_adPaid != null) { | ||
return _adPaid!! | ||
} | ||
_adPaid = Builder(name = "AdPaid", defaultWidth = 24.0.dp, defaultHeight = 24.0.dp, | ||
viewportWidth = 24.0f, viewportHeight = 24.0f).apply { | ||
path(fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, | ||
strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, | ||
pathFillType = NonZero) { | ||
moveToRelative(4.636f, 13.705f) | ||
lineToRelative(0.638f, 3.295f) | ||
horizontalLineToRelative(-1.261f) | ||
lineToRelative(0.624f, -3.295f) | ||
close() | ||
moveTo(24.0f, 3.0f) | ||
verticalLineToRelative(4.0f) | ||
lineTo(0.0f, 7.0f) | ||
lineTo(0.0f, 3.0f) | ||
curveTo(0.0f, 1.346f, 1.346f, 0.0f, 3.0f, 0.0f) | ||
horizontalLineToRelative(18.0f) | ||
curveToRelative(1.654f, 0.0f, 3.0f, 1.346f, 3.0f, 3.0f) | ||
close() | ||
moveTo(5.0f, 3.5f) | ||
curveToRelative(0.0f, -0.828f, -0.672f, -1.5f, -1.5f, -1.5f) | ||
reflectiveCurveToRelative(-1.5f, 0.672f, -1.5f, 1.5f) | ||
reflectiveCurveToRelative(0.672f, 1.5f, 1.5f, 1.5f) | ||
reflectiveCurveToRelative(1.5f, -0.672f, 1.5f, -1.5f) | ||
close() | ||
moveTo(9.0f, 3.5f) | ||
curveToRelative(0.0f, -0.828f, -0.672f, -1.5f, -1.5f, -1.5f) | ||
reflectiveCurveToRelative(-1.5f, 0.672f, -1.5f, 1.5f) | ||
reflectiveCurveToRelative(0.672f, 1.5f, 1.5f, 1.5f) | ||
reflectiveCurveToRelative(1.5f, -0.672f, 1.5f, -1.5f) | ||
close() | ||
moveTo(10.2f, 13.6f) | ||
curveToRelative(-0.386f, 0.0f, -0.7f, 0.0f, -0.7f, 0.0f) | ||
verticalLineToRelative(4.802f) | ||
reflectiveCurveToRelative(0.314f, 0.0f, 0.7f, 0.0f) | ||
reflectiveCurveToRelative(0.7f, -0.314f, 0.7f, -0.7f) | ||
verticalLineToRelative(-3.4f) | ||
curveToRelative(0.0f, -0.386f, -0.314f, -0.7f, -0.7f, -0.7f) | ||
close() | ||
moveTo(21.5f, 11.551f) | ||
verticalLineToRelative(-1.551f) | ||
horizontalLineToRelative(-2.0f) | ||
verticalLineToRelative(1.551f) | ||
curveToRelative(-1.416f, 0.24f, -2.5f, 1.466f, -2.5f, 2.949f) | ||
curveToRelative(0.0f, 1.322f, 0.793f, 2.494f, 2.021f, 2.986f) | ||
lineToRelative(2.214f, 0.885f) | ||
curveToRelative(0.464f, 0.186f, 0.764f, 0.629f, 0.764f, 1.129f) | ||
curveToRelative(0.0f, 0.551f, -0.449f, 1.0f, -1.0f, 1.0f) | ||
horizontalLineToRelative(-1.0f) | ||
curveToRelative(-0.551f, 0.0f, -1.0f, -0.449f, -1.0f, -1.0f) | ||
verticalLineToRelative(-0.5f) | ||
horizontalLineToRelative(-2.0f) | ||
verticalLineToRelative(0.5f) | ||
curveToRelative(0.0f, 1.483f, 1.084f, 2.71f, 2.5f, 2.949f) | ||
verticalLineToRelative(1.551f) | ||
horizontalLineToRelative(2.0f) | ||
verticalLineToRelative(-1.551f) | ||
curveToRelative(1.416f, -0.24f, 2.5f, -1.466f, 2.5f, -2.949f) | ||
curveToRelative(0.0f, -1.322f, -0.793f, -2.494f, -2.021f, -2.986f) | ||
lineToRelative(-2.214f, -0.885f) | ||
curveToRelative(-0.464f, -0.186f, -0.764f, -0.629f, -0.764f, -1.129f) | ||
curveToRelative(0.0f, -0.551f, 0.449f, -1.0f, 1.0f, -1.0f) | ||
horizontalLineToRelative(1.0f) | ||
curveToRelative(0.551f, 0.0f, 1.0f, 0.449f, 1.0f, 1.0f) | ||
verticalLineToRelative(0.5f) | ||
horizontalLineToRelative(2.0f) | ||
verticalLineToRelative(-0.5f) | ||
curveToRelative(0.0f, -1.483f, -1.084f, -2.71f, -2.5f, -2.949f) | ||
close() | ||
moveTo(15.0f, 14.5f) | ||
verticalLineToRelative(5.0f) | ||
curveToRelative(0.0f, 0.915f, 0.265f, 1.762f, 0.696f, 2.5f) | ||
lineTo(0.0f, 22.0f) | ||
verticalLineToRelative(-13.0f) | ||
horizontalLineToRelative(17.5f) | ||
verticalLineToRelative(1.196f) | ||
curveToRelative(-1.487f, 0.867f, -2.5f, 2.462f, -2.5f, 4.304f) | ||
close() | ||
moveTo(7.4f, 19.999f) | ||
lineToRelative(-1.397f, -6.807f) | ||
curveToRelative(-0.12f, -0.668f, -0.589f, -1.192f, -1.346f, -1.192f) | ||
reflectiveCurveToRelative(-1.281f, 0.587f, -1.385f, 1.167f) | ||
lineToRelative(-1.372f, 6.833f) | ||
horizontalLineToRelative(1.469f) | ||
lineToRelative(0.275f, -1.474f) | ||
horizontalLineToRelative(2.006f) | ||
lineToRelative(0.262f, 1.474f) | ||
horizontalLineToRelative(1.488f) | ||
close() | ||
moveTo(12.5f, 14.3f) | ||
curveToRelative(0.0f, -1.269f, -1.031f, -2.3f, -2.3f, -2.3f) | ||
horizontalLineToRelative(-2.3f) | ||
verticalLineToRelative(8.0f) | ||
horizontalLineToRelative(2.3f) | ||
curveToRelative(1.269f, 0.0f, 2.3f, -1.031f, 2.3f, -2.3f) | ||
verticalLineToRelative(-3.4f) | ||
close() | ||
} | ||
} | ||
.build() | ||
return _adPaid!! | ||
} | ||
|
||
private var _adPaid: ImageVector? = null |
Oops, something went wrong.