Skip to content

Commit

Permalink
Fix bars icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Apr 26, 2024
1 parent dda7341 commit 983cc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion icons/bars-uneven.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/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const viBarsUneven: {
data: string;
} = {
name: 'bars_uneven',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path stroke="#000" stroke-linecap="round" stroke-width="1.5" d="M1.75 8h6.5m-6.5-5.25h12.5m-12.5 10.5h9.5"/></svg>`,
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75M1 8a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 1 8m0 5.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75"/></svg>`,
};
export const viBars: {
name: 'bars';
Expand Down

0 comments on commit 983cc9c

Please sign in to comment.