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 Jan 22, 2024
1 parent 2a3adae commit e46d722
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public val SparkIcons.CopyOutline: DrawableRes get() = DrawableRes(R.drawable.sp
public val SparkIcons.Couch: DrawableRes get() = DrawableRes(R.drawable.spark_icons_couch)
public val SparkIcons.CountryFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_country_fill)
public val SparkIcons.CountryOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_country_outline)
public val SparkIcons.Crop: DrawableRes get() = DrawableRes(R.drawable.spark_icons_crop)
public val SparkIcons.CvFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_cv_fill)
public val SparkIcons.CvOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_cv_outline)
public val SparkIcons.Cylindrical: DrawableRes get() = DrawableRes(R.drawable.spark_icons_cylindrical)
Expand Down Expand Up @@ -185,6 +186,8 @@ public val SparkIcons.FacebookOutline: DrawableRes get() = DrawableRes(R.drawabl
public val SparkIcons.Family: DrawableRes get() = DrawableRes(R.drawable.spark_icons_family)
public val SparkIcons.FavoriteFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_favorite_fill)
public val SparkIcons.FavoriteOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_favorite_outline)
public val SparkIcons.FeedbackFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_feedback_fill)
public val SparkIcons.FeedbackOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_feedback_outline)
public val SparkIcons.FileOffFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_file_off_fill)
public val SparkIcons.FileOffOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_file_off_outline)
public val SparkIcons.FilePdfFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_file_pdf_fill)
Expand Down Expand Up @@ -359,6 +362,7 @@ public val SparkIcons.RainSensor: DrawableRes get() = DrawableRes(R.drawable.spa
public val SparkIcons.Rating: DrawableRes get() = DrawableRes(R.drawable.spark_icons_rating)
public val SparkIcons.RearviewCamera: DrawableRes get() = DrawableRes(R.drawable.spark_icons_rearview_camera)
public val SparkIcons.RearviewMirror: DrawableRes get() = DrawableRes(R.drawable.spark_icons_rearview_mirror)
public val SparkIcons.Redo: DrawableRes get() = DrawableRes(R.drawable.spark_icons_redo)
public val SparkIcons.Reference: DrawableRes get() = DrawableRes(R.drawable.spark_icons_reference)
public val SparkIcons.Refresh: DrawableRes get() = DrawableRes(R.drawable.spark_icons_refresh)
public val SparkIcons.Refund: DrawableRes get() = DrawableRes(R.drawable.spark_icons_refund)
Expand Down Expand Up @@ -452,6 +456,7 @@ public val SparkIcons.Twitter: DrawableRes get() = DrawableRes(R.drawable.spark_
public val SparkIcons.Type: DrawableRes get() = DrawableRes(R.drawable.spark_icons_type)
public val SparkIcons.TypingFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_typing_fill)
public val SparkIcons.TypingOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_typing_outline)
public val SparkIcons.Undo: DrawableRes get() = DrawableRes(R.drawable.spark_icons_undo)
public val SparkIcons.Univers: DrawableRes get() = DrawableRes(R.drawable.spark_icons_univers)
public val SparkIcons.UnlockFill: DrawableRes get() = DrawableRes(R.drawable.spark_icons_unlock_fill)
public val SparkIcons.UnlockOutline: DrawableRes get() = DrawableRes(R.drawable.spark_icons_unlock_outline)
Expand Down

0 comments on commit e46d722

Please sign in to comment.