Skip to content

Commit

Permalink
chore(icons): sort
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 27, 2024
1 parent a481410 commit 9b58ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export default {
chevronDown: 'i-lucide-chevron-down',
chevronLeft: 'i-lucide-chevron-left',
chevronRight: 'i-lucide-chevron-right',
chevronUp: 'i-lucide-chevron-up',
close: 'i-lucide-x',
ellipsis: 'i-lucide-ellipsis',
external: 'i-lucide-arrow-up-right',
loading: 'i-lucide-refresh-ccw',
minus: 'i-lucide-minus',
plus: 'i-lucide-plus',
search: 'i-lucide-search',
chevronUp: 'i-lucide-chevron-up'
search: 'i-lucide-search'
}

0 comments on commit 9b58ce0

Please sign in to comment.