Skip to content

Commit

Permalink
Update server icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 14, 2023
1 parent 6f1d89e commit 3ad8772
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion font/Valkyrie.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion font/Valkyrie.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions font/Valkyrie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $Valkyrie-font: "Valkyrie";

@font-face {
font-family: $Valkyrie-font;
src: url("./fonts/Valkyrie.woff?260529fbbfcbb985c846ab769db8139e") format("woff"),
url("./fonts/Valkyrie.woff2?260529fbbfcbb985c846ab769db8139e") format("woff2");
src: url("./fonts/Valkyrie.woff?9f586e9664aeafb3150133ee209f6b6c") format("woff"),
url("./fonts/Valkyrie.woff2?9f586e9664aeafb3150133ee209f6b6c") format("woff2");
}

.vi {
Expand Down
Binary file modified font/fonts/Valkyrie.woff
Binary file not shown.
Binary file modified font/fonts/Valkyrie.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/server.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 @@ -1383,7 +1383,7 @@ export const viServer: {
data: string;
} = {
name: 'server',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path d="M10 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9.25 10a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.5 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"/><path d="M1 3.75A2.75 2.75 0 0 1 3.75 1h8.5A2.75 2.75 0 0 1 15 3.75v8.5A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-8.5ZM3.75 2.5c-.69 0-1.25.56-1.25 1.25V6h11V3.75c0-.69-.56-1.25-1.25-1.25h-8.5Zm9.75 5h-11v4.75c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25V7.5Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="vi" viewBox="0 0 16 16"><path d="M10 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm2.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z"/><path d="M1 3.75A2.75 2.75 0 0 1 3.75 1h8.5A2.75 2.75 0 0 1 15 3.75v1a2.75 2.75 0 0 1-2.75 2.75h-8.5A2.75 2.75 0 0 1 1 4.75v-1ZM3.75 2.5c-.69 0-1.25.56-1.25 1.25v1C2.5 5.44 3.06 6 3.75 6h8.5c.69 0 1.25-.56 1.25-1.25v-1c0-.69-.56-1.25-1.25-1.25h-8.5Zm5.5 10a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.5 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z"/><path d="M1 11.25A2.75 2.75 0 0 1 3.75 8.5h8.5A2.75 2.75 0 0 1 15 11.25v1A2.75 2.75 0 0 1 12.25 15h-8.5A2.75 2.75 0 0 1 1 12.25v-1ZM3.75 10c-.69 0-1.25.56-1.25 1.25v1c0 .69.56 1.25 1.25 1.25h8.5c.69 0 1.25-.56 1.25-1.25v-1c0-.69-.56-1.25-1.25-1.25h-8.5Z"/></svg>`
};
export const viShare: {
name: 'share';
Expand Down

0 comments on commit 3ad8772

Please sign in to comment.