Skip to content

Commit

Permalink
🎨 Update SparkIcons.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
spark-ui-bot committed Sep 20, 2024
1 parent c962805 commit 5c99b23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ public val SparkIcons.CalendarFill: DrawableRes get() = DrawableRes(R.drawable.s
public val SparkIcons.CalendarOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_calendar_outline)
public val SparkIcons.CalendarValidFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_calendar_valid_fill)
public val SparkIcons.CalendarValidOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_calendar_valid_outline)
public val SparkIcons.CallEnterOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_call_enter_outline)
public val SparkIcons.CallFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_call_fill)
public val SparkIcons.CallMissOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_call_miss_outline)
public val SparkIcons.CallOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_call_outline)
public val SparkIcons.Calm: DrawableRes get() = DrawableRes(R.drawable.spark_icons_calm)
public val SparkIcons.CameraFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_camera_fill)
Expand Down

0 comments on commit 5c99b23

Please sign in to comment.