Skip to content

Commit

Permalink
Update fitler-plus and fitler-xmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 21, 2022
1 parent 18a0a39 commit 074b045
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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?8cb863d3b432eff920017b6e0e7ab1d7") format("truetype"),
url("./Valkyrie.woff?8cb863d3b432eff920017b6e0e7ab1d7") format("woff"),
url("./Valkyrie.woff2?8cb863d3b432eff920017b6e0e7ab1d7") format("woff2"),
url("./Valkyrie.eot?8cb863d3b432eff920017b6e0e7ab1d7#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?a77682164fc68dc26a2b570ad4cf0398") format("truetype"),
url("./Valkyrie.woff?a77682164fc68dc26a2b570ad4cf0398") format("woff"),
url("./Valkyrie.woff2?a77682164fc68dc26a2b570ad4cf0398") format("woff2"),
url("./Valkyrie.eot?a77682164fc68dc26a2b570ad4cf0398#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?8cb863d3b432eff920017b6e0e7ab1d7") format("truetype"),
url("./Valkyrie.woff?8cb863d3b432eff920017b6e0e7ab1d7") format("woff"),
url("./Valkyrie.woff2?8cb863d3b432eff920017b6e0e7ab1d7") format("woff2"),
url("./Valkyrie.eot?8cb863d3b432eff920017b6e0e7ab1d7#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?a77682164fc68dc26a2b570ad4cf0398") format("truetype"),
url("./Valkyrie.woff?a77682164fc68dc26a2b570ad4cf0398") format("woff"),
url("./Valkyrie.woff2?a77682164fc68dc26a2b570ad4cf0398") format("woff2"),
url("./Valkyrie.eot?a77682164fc68dc26a2b570ad4cf0398#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/filter-plus.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/filter-xmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,14 +592,14 @@ export const viFilterPlus: {
data: string;
} = {
name: 'filter_plus',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M14.5 1.5h-11l4 5.33c.32.44.5.96.5 1.5v5.27l.8-.48c.27.47.7.84 1.23 1.01L7.26 15.8a.5.5 0 0 1-.76-.43V8.33a1 1 0 0 0-.2-.6l-4-5.33A1.5 1.5 0 0 1 3.5 0h11a1.5 1.5 0 0 1 1.2 2.4l-4 5.33a1 1 0 0 0-.2.6v1.42h-.75c-.26 0-.52.05-.75.13V8.33c0-.54.18-1.06.5-1.5l4-5.33Z"/><path d="M14.75 8.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M14.5 1.5h-11l4 5.33c.32.44.5.96.5 1.5v5.27l1.01-.6c.28.47.77.8 1.36.93L7.26 15.8a.5.5 0 0 1-.76-.43V8.33a1 1 0 0 0-.2-.6l-4-5.33A1.5 1.5 0 0 1 3.5 0h11a1.5 1.5 0 0 1 1.2 2.4l-4 5.33a1 1 0 0 0-.2.6V10H11c-.36 0-.7.06-1 .18V8.33c0-.54.18-1.06.5-1.5l4-5.33Z"/><path d="M14 8c.41 0 .75.34.75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5c0-.41.34-.75.75-.75Z"/></svg>`
};
export const viFilterXmark: {
name: 'filter_xmark';
data: string;
} = {
name: 'filter_xmark',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="m6.3 7.73-4-5.33A1.5 1.5 0 0 1 3.5 0h11a1.5 1.5 0 0 1 1.2 2.4l-3.95 5.26a2.24 2.24 0 0 0-.64 3.63l.39.4v.63l-.39.39a2.2 2.2 0 0 0-.61 1.14L7.26 15.8a.5.5 0 0 1-.76-.43V8.33a1 1 0 0 0-.2-.6Zm8.2-6.23h-11l4 5.33c.32.44.5.96.5 1.5v5.27l2-1.2V8.33c0-.54.18-1.06.5-1.5l4-5.33Z"/><path d="M13.23 9.17 15 10.94l1.77-1.77a.75.75 0 1 1 1.06 1.06L16.06 12l1.77 1.77a.75.75 0 1 1-1.06 1.06L15 13.06l-1.77 1.77a.75.75 0 1 1-1.06-1.06L13.94 12l-1.77-1.77a.75.75 0 1 1 1.06-1.06Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="m6.3 7.73-4-5.33A1.5 1.5 0 0 1 3.5 0h11a1.5 1.5 0 0 1 1.2 2.4l-4 5.33a1 1 0 0 0-.17.35l-.24.2c-.88.89-.7 2.13.17 3.01l.04.04v1.34l-.04.04c-.28.28-.49.6-.61.93l-3.6 2.16a.5.5 0 0 1-.75-.43V8.33a1 1 0 0 0-.2-.6Zm8.2-6.23h-11l4 5.33c.32.44.5.96.5 1.5v5.27l2-1.2V8.33c0-.54.18-1.06.5-1.5l4-5.33Z"/><path d="M13.23 9.17 15 10.94l1.77-1.77a.75.75 0 1 1 1.06 1.06L16.06 12l1.77 1.77a.75.75 0 1 1-1.06 1.06L15 13.06l-1.77 1.77a.75.75 0 1 1-1.06-1.06L13.94 12l-1.77-1.77a.75.75 0 1 1 1.06-1.06Z"/></svg>`
};
export const viFilter: {
name: 'filter';
Expand Down

0 comments on commit 074b045

Please sign in to comment.