Skip to content

Commit

Permalink
Fix users icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Mar 4, 2022
1 parent e5a49eb commit aaa26e4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/fonts/Valkyrie.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
src: url("./Valkyrie.ttf?7b9bb338e11299e5b9c73e23348f1770") format("truetype"),
url("./Valkyrie.woff?7b9bb338e11299e5b9c73e23348f1770") format("woff"),
url("./Valkyrie.woff2?7b9bb338e11299e5b9c73e23348f1770") format("woff2"),
url("./Valkyrie.eot?7b9bb338e11299e5b9c73e23348f1770#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?84d948f5cfa0968376f014ead9c56315") format("truetype"),
url("./Valkyrie.woff?84d948f5cfa0968376f014ead9c56315") format("woff"),
url("./Valkyrie.woff2?84d948f5cfa0968376f014ead9c56315") format("woff2"),
url("./Valkyrie.eot?84d948f5cfa0968376f014ead9c56315#iefix") format("embedded-opentype");
}

.vi {
Expand Down
Binary file modified docs/fonts/Valkyrie.eot
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/fonts/Valkyrie.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
src: url("./Valkyrie.ttf?7b9bb338e11299e5b9c73e23348f1770") format("truetype"),
url("./Valkyrie.woff?7b9bb338e11299e5b9c73e23348f1770") format("woff"),
url("./Valkyrie.woff2?7b9bb338e11299e5b9c73e23348f1770") format("woff2"),
url("./Valkyrie.eot?7b9bb338e11299e5b9c73e23348f1770#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?84d948f5cfa0968376f014ead9c56315") format("truetype"),
url("./Valkyrie.woff?84d948f5cfa0968376f014ead9c56315") format("woff"),
url("./Valkyrie.woff2?84d948f5cfa0968376f014ead9c56315") format("woff2"),
url("./Valkyrie.eot?84d948f5cfa0968376f014ead9c56315#iefix") format("embedded-opentype");
}

.vi {
Expand Down
Binary file modified docs/fonts/Valkyrie.ttf
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/users.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 @@ -1404,7 +1404,7 @@ export const viUsers: {
data: string;
} = {
name: 'users',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M10 7.5A3.75 3.75 0 1 0 10 0a3.75 3.75 0 0 0 0 7.5Zm0-6A2.25 2.25 0 1 1 10 6a2.25 2.25 0 0 1 0-4.5Zm.02 14.5a7.99 7.99 0 0 0 6.2-2.98c.72-.9.93-2.22.08-2.99-.4-.35-.88-.6-1.43-.69a28.67 28.67 0 0 0-9.74 0c-.55.1-1.04.34-1.43.7-.85.76-.65 2.09.07 2.98A7.98 7.98 0 0 0 9.97 16h.05Zm-5.38-4.62c0-.17.04-.21.06-.23.19-.17.42-.29.68-.33 3.06-.53 6.18-.53 9.23 0 .27.04.5.16.68.33.02.02.07.06.06.23-.01.2-.1.47-.3.7a6.48 6.48 0 0 1-5.04 2.42h-.03a6.48 6.48 0 0 1-5.05-2.42 1.3 1.3 0 0 1-.29-.7Z"/><path d="M17.25 8.75h-.15a4.36 4.36 0 0 0-1.98-.89L15 7.84v-.59h2.25A2.75 2.75 0 0 1 20 10v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25Zm-14.35 0a4.36 4.36 0 0 1 1.97-.89L5 7.84v-.59H2.75A2.75 2.75 0 0 0 0 10v2h1.5v-2c0-.69.56-1.25 1.25-1.25h.14ZM2.75 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm12.5-2a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M10 7.5A3.75 3.75 0 1 0 10 0a3.75 3.75 0 0 0 0 7.5Zm0-6A2.25 2.25 0 1 1 10 6a2.25 2.25 0 0 1 0-4.5Zm.02 14.5a7.99 7.99 0 0 0 6.2-2.98c.72-.9.93-2.22.08-2.99-.4-.35-.88-.6-1.43-.69a28.67 28.67 0 0 0-9.74 0c-.55.1-1.04.34-1.43.7-.85.76-.65 2.09.07 2.98A7.98 7.98 0 0 0 9.97 16h.05Zm-5.38-4.62c0-.17.04-.21.06-.23.19-.17.42-.29.68-.33 3.06-.53 6.18-.53 9.23 0 .27.04.5.16.68.33.02.02.07.06.06.23-.01.2-.1.47-.3.7a6.48 6.48 0 0 1-5.04 2.42h-.03a6.48 6.48 0 0 1-5.05-2.42 1.3 1.3 0 0 1-.29-.7Z"/><path d="M17.25 8.75h-.15a4.36 4.36 0 0 0-1.98-.89L15 7.84c0-.33.26-.59.6-.59h1.65A2.75 2.75 0 0 1 20 10v1.25a.75.75 0 0 1-1.5 0V10c0-.69-.56-1.25-1.25-1.25Zm-14.35 0a4.36 4.36 0 0 1 1.97-.89L5 7.84a.59.59 0 0 0-.59-.59H2.75A2.75 2.75 0 0 0 0 10v1.25a.75.75 0 0 0 1.5 0V10c0-.69.56-1.25 1.25-1.25h.14ZM2.75 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm12.5-2a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"/></svg>`
};
export const viValkyrieSword: {
name: 'valkyrie_sword';
Expand Down

0 comments on commit aaa26e4

Please sign in to comment.