Skip to content

Commit

Permalink
style(components): re-import SortUp and SortDown icons
Browse files Browse the repository at this point in the history
  • Loading branch information
FussuChalice committed Dec 23, 2024
1 parent e92a207 commit e0cfb3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion converter/svg/sources/name=sort-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion converter/svg/sources/name=sort-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/icons/IconSortDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const IconSortDown = ({
fill={color}
/>
<path
d="M9 16V18H13.3333V16H9ZM9 11V13H17.6667V11H9ZM9 6V8H22V6H9Z"
d="M9 8V6H13.3333V8H9ZM9 13V11H17.6667V13H9ZM9 18V16H22V18H9Z"
fill={color}
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion src/components/icons/IconSortUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const IconSortUp = ({
fill={color}
/>
<path
d="M9 8V6H13.3333V8H9ZM9 13V11H17.6667V13H9ZM9 18V16H22V18H9Z"
d="M9 16V18H13.3333V16H9ZM9 11V13H17.6667V11H9ZM9 6V8H22V6H9Z"
fill={color}
/>
</svg>
Expand Down

0 comments on commit e0cfb3e

Please sign in to comment.