Skip to content

Commit

Permalink
Fix svg path of Ui.Icons:TRIANGLE_UP_DOWN (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-star authored May 18, 2022
1 parent 61e40f6 commit 4183ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Modules/Icons.mint
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ module Ui.Icons {
const TRIANGLE_LEFT = @svg(../../assets/icons/triangle-left.svg)
const TRIANGLE_RIGHT = @svg(../../assets/icons/triangle-right.svg)
const TRIANGLE_UP = @svg(../../assets/icons/triangle-up.svg)
const TRIANGLE_UP_DOWN = @svg(../../assets/icons/triangle-down.svg)
const TRIANGLE_UP_DOWN = @svg(../../assets/icons/triangle-up-down.svg)
const UNFOLD = @svg(../../assets/icons/unfold.svg)
const UNMUTE = @svg(../../assets/icons/unmute.svg)
const UNSAVED = @svg(../../assets/icons/unsaved.svg)
Expand Down

0 comments on commit 4183ebe

Please sign in to comment.