Skip to content

Commit

Permalink
Fix quote icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Mar 25, 2022
1 parent 19e95c8 commit be9b062
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?6683ef9e84307551f5603125fc46019b") format("truetype"),
url("./Valkyrie.woff?6683ef9e84307551f5603125fc46019b") format("woff"),
url("./Valkyrie.woff2?6683ef9e84307551f5603125fc46019b") format("woff2"),
url("./Valkyrie.eot?6683ef9e84307551f5603125fc46019b#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?f20d1ce7cdf077c6d3d0adb4983f8b74") format("truetype"),
url("./Valkyrie.woff?f20d1ce7cdf077c6d3d0adb4983f8b74") format("woff"),
url("./Valkyrie.woff2?f20d1ce7cdf077c6d3d0adb4983f8b74") format("woff2"),
url("./Valkyrie.eot?f20d1ce7cdf077c6d3d0adb4983f8b74#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?6683ef9e84307551f5603125fc46019b") format("truetype"),
url("./Valkyrie.woff?6683ef9e84307551f5603125fc46019b") format("woff"),
url("./Valkyrie.woff2?6683ef9e84307551f5603125fc46019b") format("woff2"),
url("./Valkyrie.eot?6683ef9e84307551f5603125fc46019b#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?f20d1ce7cdf077c6d3d0adb4983f8b74") format("truetype"),
url("./Valkyrie.woff?f20d1ce7cdf077c6d3d0adb4983f8b74") format("woff"),
url("./Valkyrie.woff2?f20d1ce7cdf077c6d3d0adb4983f8b74") format("woff2"),
url("./Valkyrie.eot?f20d1ce7cdf077c6d3d0adb4983f8b74#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/quote.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 @@ -1124,7 +1124,7 @@ export const viQuote: {
data: string;
} = {
name: 'quote',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M7.5 8.8A2.5 2.5 0 0 1 4 6.5v-1a2.5 2.5 0 0 1 5 0v4.25a3.75 3.75 0 0 1-3.75 3.75h-.5a.75.75 0 0 1 0-1.5h.5c1.24 0 2.25-1 2.25-2.25v-.96Zm0-3.3v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 2 0ZM16 9.75a3.75 3.75 0 0 1-3.75 3.75h-.5a.75.75 0 0 1 0-1.5h.5c1.24 0 2.25-1 2.25-2.25v-.96A2.5 2.5 0 0 1 11 6.5v-1a2.5 2.5 0 0 1 5 0v4.25ZM14.5 5.5a1 1 0 1 0-2 0v1a1 1 0 1 0 2 0v-1Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M7.5 8.8A2.5 2.5 0 0 1 4 6.5v-1a2.5 2.5 0 0 1 5 0v4.25a3.75 3.75 0 0 1-3.75 3.75h-.5a.75.75 0 0 1 0-1.5h.5c1.24 0 2.25-1 2.25-2.25v-.96Zm0-3.3a1 1 0 0 0-2 0v1a1 1 0 0 0 2 0v-1ZM16 9.75a3.75 3.75 0 0 1-3.75 3.75h-.5a.75.75 0 0 1 0-1.5h.5c1.24 0 2.25-1 2.25-2.25v-.96A2.5 2.5 0 0 1 11 6.5v-1a2.5 2.5 0 0 1 5 0v4.25ZM14.5 5.5a1 1 0 1 0-2 0v1a1 1 0 1 0 2 0v-1Z"/></svg>`
};
export const viRedo: {
name: 'redo';
Expand Down

0 comments on commit be9b062

Please sign in to comment.