Skip to content

Commit

Permalink
Update volume icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 21, 2022
1 parent 97c3222 commit 14e2319
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 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?b95a778cecdba4a740c24a389201656e") format("truetype"),
url("./Valkyrie.woff?b95a778cecdba4a740c24a389201656e") format("woff"),
url("./Valkyrie.woff2?b95a778cecdba4a740c24a389201656e") format("woff2"),
url("./Valkyrie.eot?b95a778cecdba4a740c24a389201656e#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?96ce3b22ae0d8e93820cdc2169123c1a") format("truetype"),
url("./Valkyrie.woff?96ce3b22ae0d8e93820cdc2169123c1a") format("woff"),
url("./Valkyrie.woff2?96ce3b22ae0d8e93820cdc2169123c1a") format("woff2"),
url("./Valkyrie.eot?96ce3b22ae0d8e93820cdc2169123c1a#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?b95a778cecdba4a740c24a389201656e") format("truetype"),
url("./Valkyrie.woff?b95a778cecdba4a740c24a389201656e") format("woff"),
url("./Valkyrie.woff2?b95a778cecdba4a740c24a389201656e") format("woff2"),
url("./Valkyrie.eot?b95a778cecdba4a740c24a389201656e#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?96ce3b22ae0d8e93820cdc2169123c1a") format("truetype"),
url("./Valkyrie.woff?96ce3b22ae0d8e93820cdc2169123c1a") format("woff"),
url("./Valkyrie.woff2?96ce3b22ae0d8e93820cdc2169123c1a") format("woff2"),
url("./Valkyrie.eot?96ce3b22ae0d8e93820cdc2169123c1a#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/volume-0.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 icons/volume-1.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 icons/volume-2.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 icons/volume-3.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 icons/volume-none.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1467,35 +1467,35 @@ export const viVolume0: {
data: string;
} = {
name: 'volume_0',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M7 6c0-.28.22-.5.5-.5h1.65c.57 0 1.12-.2 1.56-.55L13 3.12v9.76l-2.29-1.83a2.5 2.5 0 0 0-1.56-.55H7.5A.5.5 0 0 1 7 10V6ZM5.5 6v4c0 1.1.9 2 2 2h1.65a1 1 0 0 1 .62.22l3.51 2.8c.5.4 1.22.05 1.22-.58V1.56a.75.75 0 0 0-1.22-.59l-3.5 2.81a1 1 0 0 1-.63.22H7.5a2 2 0 0 0-2 2Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M12.78 15.03a.75.75 0 0 0 1.22-.59V1.56a.75.75 0 0 0-1.22-.59l-3.5 2.81a1 1 0 0 1-.63.22H8a2 2 0 0 0-2 2v4c0 1.1.9 2 2 2h.65a1 1 0 0 1 .62.22l3.51 2.8ZM7.5 6c0-.28.22-.5.5-.5h.65c.57 0 1.12-.2 1.56-.55l2.29-1.83v9.76l-2.29-1.83a2.5 2.5 0 0 0-1.56-.55H8a.5.5 0 0 1-.5-.5V6Z"/></svg>`
};
export const viVolume1: {
name: 'volume_1';
data: string;
} = {
name: 'volume_1',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M12.5 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H5.5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h1.65a1 1 0 0 0 .62-.22l3.51-2.8a.75.75 0 0 1 1.22.58v12.88ZM5 10c0 .28.22.5.5.5h1.65c.57 0 1.12.2 1.56.55L11 12.88V3.12L8.71 4.95c-.44.36-1 .55-1.56.55H5.5A.5.5 0 0 0 5 6v4Z"/><path d="M16.5 8c0 1.28-.32 2.48-.88 3.53a.7.7 0 0 1-.99.24c-.36-.22-.46-.7-.27-1.08a5.97 5.97 0 0 0 0-5.38c-.19-.38-.09-.86.27-1.08a.7.7 0 0 1 .99.24c.56 1.05.88 2.25.88 3.53Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M12.5 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H6.5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h.65a1 1 0 0 0 .62-.22l3.51-2.8a.75.75 0 0 1 1.22.58v12.88ZM6 10c0 .28.22.5.5.5h.65c.57 0 1.12.2 1.56.55L11 12.88V3.12L8.71 4.95c-.44.36-1 .55-1.56.55H6.5A.5.5 0 0 0 6 6v4Z"/><path d="M15.5 8c0 1.28-.32 2.48-.88 3.53a.7.7 0 0 1-.99.24c-.36-.22-.46-.7-.27-1.08a5.97 5.97 0 0 0 0-5.38c-.19-.38-.09-.86.27-1.08a.7.7 0 0 1 .99.24c.56 1.05.88 2.25.88 3.53Z"/></svg>`
};
export const viVolume2: {
name: 'volume_2';
data: string;
} = {
name: 'volume_2',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M11 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h1.65a1 1 0 0 0 .62-.22L9.78.98a.75.75 0 0 1 1.22.58v12.88ZM3.5 10c0 .28.22.5.5.5h1.65c.57 0 1.12.2 1.56.55l2.29 1.83V3.12L7.21 4.95c-.44.36-1 .55-1.56.55H4a.5.5 0 0 0-.5.5v4Z"/><path d="M16 8c0 1.45-.36 2.82-1 4.01a.8.8 0 0 0 .26 1.07.7.7 0 0 0 1-.24 9.95 9.95 0 0 0 0-9.68.7.7 0 0 0-1-.24.8.8 0 0 0-.27 1.07A8.37 8.37 0 0 1 16 8Z"/><path d="M15 8c0-1.28-.32-2.48-.88-3.53a.7.7 0 0 0-.99-.24c-.36.22-.46.7-.27 1.08a5.98 5.98 0 0 1 0 5.38c-.19.38-.09.86.27 1.08.35.21.8.12.99-.24.56-1.05.88-2.25.88-3.53Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M11 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H5a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h.65a1 1 0 0 0 .62-.22L9.78.98a.75.75 0 0 1 1.22.58v12.88ZM4.5 10c0 .28.22.5.5.5h.65c.57 0 1.12.2 1.56.55l2.29 1.83V3.12L7.21 4.95c-.44.36-1 .55-1.56.55H5a.5.5 0 0 0-.5.5v4Z"/><path d="M15 8c0 1.45-.36 2.82-1 4.01a.8.8 0 0 0 .26 1.07.7.7 0 0 0 1-.24 9.95 9.95 0 0 0 0-9.68.7.7 0 0 0-1-.24.8.8 0 0 0-.27 1.07A8.37 8.37 0 0 1 15 8Z"/><path d="M14 8c0-1.28-.32-2.48-.88-3.53a.7.7 0 0 0-.99-.24c-.36.22-.46.7-.27 1.08a5.98 5.98 0 0 1 0 5.38c-.19.38-.09.86.27 1.08.35.21.8.12.99-.24.56-1.05.88-2.25.88-3.53Z"/></svg>`
};
export const viVolume3: {
name: 'volume_3';
data: string;
} = {
name: 'volume_3',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M10 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H3a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h1.65a1 1 0 0 0 .62-.22L8.78.98a.75.75 0 0 1 1.22.58v12.88ZM2.5 10c0 .28.22.5.5.5h1.65c.57 0 1.12.2 1.56.55l2.29 1.83V3.12L6.21 4.95c-.44.36-1 .55-1.56.55H3a.5.5 0 0 0-.5.5v4Z"/><path d="M17.5 8c0 1.93-.5 3.75-1.38 5.33a.8.8 0 0 0 .26 1.06c.35.21.8.11 1-.24a12.44 12.44 0 0 0 0-12.3.72.72 0 0 0-1-.24.8.8 0 0 0-.25 1.06C17 4.25 17.5 6.07 17.5 8Z"/><path d="M16.5 8a9.9 9.9 0 0 1-1.25 4.84.7.7 0 0 1-1 .24.8.8 0 0 1-.26-1.07A8.46 8.46 0 0 0 14 4a.8.8 0 0 1 .27-1.07.7.7 0 0 1 1 .24A9.95 9.95 0 0 1 16.5 8Z"/><path d="M14 8c0 1.28-.32 2.48-.88 3.53a.7.7 0 0 1-.99.24c-.36-.22-.46-.7-.27-1.08a5.97 5.97 0 0 0 0-5.38c-.19-.38-.09-.86.27-1.08a.7.7 0 0 1 .99.24C13.68 5.52 14 6.72 14 8Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M10 14.44c0 .63-.73.98-1.22.59l-3.5-2.81a1 1 0 0 0-.63-.22H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h.65a1 1 0 0 0 .62-.22L8.78.98a.75.75 0 0 1 1.22.58v12.88ZM3.5 10c0 .28.22.5.5.5h.65c.57 0 1.12.2 1.56.55l2.29 1.83V3.12L6.21 4.95c-.44.36-1 .55-1.56.55H4a.5.5 0 0 0-.5.5v4Z"/><path d="M16.5 8c0 1.93-.5 3.75-1.38 5.33a.8.8 0 0 0 .26 1.06c.35.21.8.11 1-.24a12.44 12.44 0 0 0 0-12.3.72.72 0 0 0-1-.24.8.8 0 0 0-.26 1.06C16 4.25 16.5 6.07 16.5 8Z"/><path d="M15.5 8a9.9 9.9 0 0 1-1.25 4.84.7.7 0 0 1-1 .24.8.8 0 0 1-.26-1.07A8.46 8.46 0 0 0 13 4a.8.8 0 0 1 .27-1.07.7.7 0 0 1 1 .24A9.95 9.95 0 0 1 15.5 8Z"/><path d="M13 8c0 1.28-.32 2.48-.88 3.53a.7.7 0 0 1-.99.24c-.36-.22-.46-.7-.27-1.08a5.97 5.97 0 0 0 0-5.38c-.19-.38-.09-.86.27-1.08a.7.7 0 0 1 .99.24C12.68 5.52 13 6.72 13 8Z"/></svg>`
};
export const viVolumeNone: {
name: 'volume_none';
data: string;
} = {
name: 'volume_none',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M13.28.97a.75.75 0 0 1 1.1.19l-.15.13-3.92 3.92a2.5 2.5 0 0 1-1.16.29H7.5A.5.5 0 0 0 7 6v2.53l-1.5 1.5V6c0-1.1.9-2 2-2h1.65a1 1 0 0 0 .62-.22l3.51-2.8Zm-2.57 10.08a2.5 2.5 0 0 0-.84-.44L8.47 12h.68a1 1 0 0 1 .62.22l3.51 2.8c.5.4 1.22.05 1.22-.58V5.97L13 7.47v5.4l-2.29-1.82ZM16 3.06A.75.75 0 1 0 14.94 2L4 12.94A.75.75 0 0 0 5.06 14L16 3.06Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M12.78.97a.75.75 0 0 1 1.22.56L12.02 3.5l-1.8 1.45c-.45.36-1 .55-1.57.55H8a.5.5 0 0 0-.5.5v2.03L6 9.53V6c0-1.1.9-2 2-2h.65a1 1 0 0 0 .62-.22l3.51-2.8Zm-2.57 10.08a2.5 2.5 0 0 0-.48-.3L8.47 12h.18a1 1 0 0 1 .62.22l3.51 2.8c.5.4 1.22.05 1.22-.58V6.47l-1.5 1.5v4.9l-2.29-1.82ZM16 3.06A.75.75 0 1 0 14.94 2L4 12.94A.75.75 0 0 0 5.06 14L16 3.06Z"/></svg>`
};
export const viWallpaper: {
name: 'wallpaper';
Expand Down

0 comments on commit 14e2319

Please sign in to comment.